Releases: saying121/tidy-browser
Releases · saying121/tidy-browser
v0.7.0-alpha.0
What's Changed
- Refactoring using the state pattern by @saying121 in #9
Full Changelog: v0.6.1...v0.7.0-alpha.0
v0.6.1
What's Changed
- Tweak lints by @saying121 in #4
- ci(clippy): deny warnings by @saying121 in #5
- chore(worksapce): move all dependencies to workspace.dependencies and by @saying121 in #6
- Update
sea-orm
to 1.0
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
Added
- Filter safe storage in Linux for cache.
- Parse SameSite.
- Add
get_set_cookie_header
and other method take from bench_scraper
Changed
- pub use
ColumnTrait
. Browser::chromiums
andBrowser::firefoxs
return iterator.- Cookie times return
Option
. - Rename
DecryptedCookies
->ChromiumCookie
Full Changelog: v0.5.3...v0.6.0