Changelog
View SourceAll 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.
[0.8.0] - 2025-04-10
Changed
- switched out the optional dep on
axelson/publicsuffix-elixirfor public_sufx, a fork that's published on hex.pm - removed the
:reject_public_suffixesoption, public suffixes are no always rejected to guard against 'supercookies'
[0.7.0] - 2025-02-17
Added
:max_cookiesand:max_cookies_per_domainoptions forHttpCookie.JarHttpCookie.ReqPluginfor easy integration with Req
Fixed
- Updating last access time
[0.6.0] - 2024-01-23
Added
HttpCookie.Jarwith basic functionality for a cookie jar- Comprehensive IETF test suite
[0.5.1] - 2024-01-20
Added
- More typespecs
Changed
nimble_parsecis now a dev-only dependency
[0.5.0] - 2024-01-16
Added
- Initial release with core functionality: parsing Set-Cookie headers, URL matching logic