Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 825 Bytes

CHANGELOG.md

File metadata and controls

33 lines (22 loc) · 825 Bytes

Changelog

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.

[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