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.
- Update dependencies
- Filter safe storage in Linux for cache.
- Parse SameSite.
- Add
get_set_cookie_header
and other method take from bench_scraper
- pub use
ColumnTrait
. Browser::chromiums
andBrowser::firefoxs
return iterator.- Cookie times return
Option
. - Rename
DecryptedCookies
->ChromiumCookie
- Check cookies expiry.
- Firefox:
secs_to_moz_utc
method.
- Change: pub
SafariCookie
fields
- Double import
- decrypt chromium based passwd
- Linux decrypt chromium based passwd
- Win, Mac: use correct arg for
from_utf8_lossy
- Perf: Linux decrypter retrieves all passwds at once, trading space for time.