Releases: jd1378/deno-another-cookiejar
Releases · jd1378/deno-another-cookiejar
v5.0.5
v5.0.4
v5.0.3
v5.0.2
v5.0.1
v5.0.0
What's Changed
this should not break normal usages, but since I have changed domain detection a little bit, it may break it for some people who depended on not sending cookies to different ports on the same domain name (now we don't check ports anymore according to rfc)
Full Changelog: v4.1.6...v5.0.0
v4.1.6
v4.1.5
What's Changed
- Added documentation for getCookieString method by @Roosteridk in #10
- fixed a few tests where date was causing it to fail (expired cookies)
New Contributors
- @Roosteridk made their first contribution in #10
Full Changelog: v4.1.4...v4.1.5
v4.1.4
v4.1.3
What's Changed
- refactor: Get rid of header_utils.ts by @bgoscinski in #7
- fix: make wrapFetch return type match global fetch
Full Changelog: v4.1.2...v4.1.3