CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.7.0] - 2025-02-17
### Added
- `:max_cookies` and `:max_cookies_per_domain` options for `HttpCookie.Jar`
- `HttpCookie.ReqPlugin` for easy integration with Req
### Fixed
- Updating last access time
## [0.6.0] - 2024-01-23
### Added
- `HttpCookie.Jar` with basic functionality for a cookie jar
- Comprehensive IETF test suite
## [0.5.1] - 2024-01-20
### Added
- More typespecs
### Changed
- `nimble_parsec` is now a dev-only dependency
## [0.5.0] - 2024-01-16
### Added
- Initial release with core functionality: parsing Set-Cookie headers, URL matching logic