Releases: sparklemotion/http-cookie
Releases · sparklemotion/http-cookie
v1.1.6
What's Changed
- Bump actions/checkout from 4 to 6 in the github-actions group across 1 directory by @dependabot[bot] in #64
Full Changelog: v1.1.5...v1.1.6
v1.1.5
Full Changelog: v1.1.4...v1.1.5
1.1.3
1.1.2
1.1.1
What's Changed
- fix: replace
require 'cgi'withrequire 'cgi/escape'to suppress Ruby 4.0 warning by @dominion525 in #56 - Remove thread-unsafe runtime requires (updated) by @knu in #57 based on #43 by @brasic
New Contributors
- @brasic made their first contribution in #43
- @dominion525 made their first contribution in #56
Full Changelog: v1.1.0...v1.1.1
1.1.0
1.1.0 (2025-09-26)
- Implement
Cookie#to_h. (#55) @luke-hill @flavorjones - Reduce gem size by excluding test files (#54) @yuri-zubov
1.0.8 (2024-12-05)
1.0.8 (2024-12-05)
Cookie#expires=acceptsDateTimeobjects. (#52) @luke-hill @flavorjones
New Contributors
- @luke-hill made their first contribution in #52
Full Changelog: v1.0.7...v1.0.8
1.0.7 (2024-06-06)
1.0.7 (2024-06-06)
- Explicitly require "cgi" to avoid
NameErrorin some applications. (#50 by @flavorjones)
1.0.6 (2024-06-01)
1.0.6 (2024-06-01)
- Fix error formatting bug in HTTP::CookieJar::AbstractStore (#42 by @andrelaszlo)
- Allow non-RFC 3986-compliant URLs (#45 by @c960657)
- Add coverage for Ruby 3.2 and 3.3 (#46 by @flavorjones)
- Quash ruby 3.4 warnings (#47 by @flavorjones)
Full Changelog: v1.0.5...v1.0.6