Releases: EstebanBorai/link-preview
Releases · EstebanBorai/link-preview
v0.1.1
What's Changed
- build(deps): bump regex from 1.6.0 to 1.7.0 by @dependabot in #31
- build(deps): bump reqwest from 0.11.12 to 0.11.13 by @dependabot in #32
- build(deps): bump tokio from 1.21.2 to 1.22.0 by @dependabot in #33
- build(deps): bump regex from 1.7.0 to 1.7.1 by @dependabot in #38
- build(deps): bump tokio from 1.22.0 to 1.24.1 by @dependabot in #37
- build(deps): bump thiserror from 1.0.37 to 1.0.40 by @dependabot in #45
- build(deps): bump scraper from 0.13.0 to 0.15.0 by @dependabot in #44
- build(deps): bump reqwest from 0.11.13 to 0.11.16 by @dependabot in #48
- build(deps): bump regex from 1.7.1 to 1.7.3 by @dependabot in #47
- build(deps): bump regex from 1.7.3 to 1.8.1 by @dependabot in #51
- build(deps): bump scraper from 0.15.0 to 0.16.0 by @dependabot in #50
- build(deps): bump reqwest from 0.11.16 to 0.11.17 by @dependabot in #53
- build(deps): bump tokio from 1.24.1 to 1.28.1 by @dependabot in #54
- build(deps): bump reqwest from 0.11.17 to 0.11.18 by @dependabot in #55
- build(deps): Bump tokio from 1.28.1 to 1.28.2 by @dependabot in #56
- build(deps): Bump regex from 1.8.1 to 1.8.3 by @dependabot in #57
- build(deps): Bump url from 2.3.1 to 2.4.0 by @dependabot in #58
- build(deps): Bump regex from 1.8.3 to 1.8.4 by @dependabot in #59
- build(deps): Bump regex from 1.8.4 to 1.9.1 by @dependabot in #62
- build(deps): Bump thiserror from 1.0.40 to 1.0.44 by @dependabot in #64
Full Changelog: v0.1.0...v0.1.1
v0.1.0
chore: update dependencies
v0.0.3
[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
[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
[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