Skip to content

Releases: EstebanBorai/link-preview

v0.1.1

27 Jul 02:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

17 Oct 01:23
Compare
Choose a tag to compare
chore: update dependencies

v0.0.3

15 Aug 23:27
Compare
Choose a tag to compare
[0.0.3] - 2021-08-15

Added

- Add `remove_html_tags`

Fixed

- `LinkPreview.domain` is now a `Option<String>` instead of `Option<Url>`
- Removed `domain_str`
- `find_first_domain` returns a domain instead of a URL
- Use `Option<String>` for `LinkPreview.domain` instead of `Option<Url>`

v0.0.2

11 Aug 03:19
Compare
Choose a tag to compare
[0.0.2] - 2021-08-10

Added
- `fetch` feature
  - `fetch` function to retrieve HTML
  - `fetch_partially` to fetch first 10 chunks (of arbitrary size) from the URL
  - `fetch_with_limit` same implementation for `fetch_partially` with custom
    limit of chunks

v0.0.1

31 Jul 23:58
Compare
Choose a tag to compare
[0.0.1] - 2021-07-31

Added
- `LinkPreview` struct implementation
- Introduces `fetch` feature to fetch sites using `reqwest`
- Basic support for Open Graph tags scrapping
- Basic support for Twitter Cards tags scrapping
- Basic support for Shema.org tags scrapping