Releases: rust-scraper/scraper
Releases · rust-scraper/scraper
0.15.0
What's Changed
- Bump cssparser to 0.28 and selectors to 0.23. by @adamreichold in #99
- Create dependabot.yml by @mohe2015 in #97
- Re-export Element trait from selectors crate by @adamreichold in #98
- build(deps): fix unchecked lock and update deps by @j-mendez in #107
- Re-export selectors' CaseSensitivity enum as it is part of our public API. by @adamreichold in #108
- perf(element): add one sweep element creation by @j-mendez in #109
- Added feature flag
atomic
to make use of atomicStrTendril
type. by @jaboatman in #102
New Contributors
- @adamreichold made their first contribution in #99
- @mohe2015 made their first contribution in #97
- @j-mendez made their first contribution in #107
- @jaboatman made their first contribution in #102
Full Changelog: v0.14.0...v0.15.0
0.14.0
What's Changed
- Update dependencies by @teymour-aldridge in #81
- Add a test for tags with newline. by @teymour-aldridge in #82
- Implement serializer for
Html
by @TonalidadeHidrica in #86 - refactor: Make
selectors
field private by @volsa in #87 - implement DoubleEndedIterator for Select by @arctic-penguin in #96
- An Error Type for
Selector::parse
by @Kiwifuit in #95
New Contributors
- @TonalidadeHidrica made their first contribution in #86
- @volsa made their first contribution in #87
- @arctic-penguin made their first contribution in #96
- @Kiwifuit made their first contribution in #95
Full Changelog: v0.13.0...v0.14.0
0.13.0
What's Changed
- feat: add support for order-keeping attributes by @mainrs in #55
- docs: add notice for deterministic attribute (de)serialization by @mainrs in #59
- Add Github Actions CI workflow. by @teymour-aldridge in #63
- Add a Gitter chat badge to README.md by @gitter-badger in #66
- Fix Github actions workflow by @cfvescovo in #67
- Add contributing guidelines. by @teymour-aldridge in #68
- Update dependencies by @cfvescovo in #69
New Contributors
- @mainrs made their first contribution in #55
- @teymour-aldridge made their first contribution in #63
- @gitter-badger made their first contribution in #66
- @cfvescovo made their first contribution in #67
Full Changelog: v0.12.0...v0.13.0