All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add
remove_html_tags
LinkPreview.domain
is now aOption<String>
instead ofOption<Url>
- Removed
domain_str
find_first_domain
returns a domain instead of a URL- Use
Option<String>
forLinkPreview.domain
instead ofOption<Url>
fetch
featurefetch
function to retrieve HTMLfetch_partially
to fetch first 10 chunks (of arbitrary size) from the URLfetch_with_limit
same implementation forfetch_partially
with custom limit of chunks
LinkPreview
struct implementation- Introduces
fetch
feature to fetch sites usingreqwest
- Basic support for Open Graph tags scrapping
- Basic support for Twitter Cards tags scrapping
- Basic support for Shema.org tags scrapping