Skip to content

Releases: jd1378/deno-another-cookiejar

v5.0.5

20 Jul 08:00
30887cc
Compare
Choose a tag to compare
  • clear cookie and cookie2 headers on redirect as well

Full Changelog: v5.0.4...v5.0.5

v5.0.4

19 Dec 12:46
0f68382
Compare
Choose a tag to compare

What's Changed

  • Only set cookie header if cookieString isn't empty by @rosahaj in #17

New Contributors

Full Changelog: v5.0.3...v5.0.4

v5.0.3

27 Feb 03:33
640b5f6
Compare
Choose a tag to compare
  • fix crashing when a redirect header is a path instead of a full Uri (#16 )

v5.0.2

02 Jan 20:44
9132ffe
Compare
Choose a tag to compare
  • update module readme versions

v5.0.1

12 Dec 03:40
dd704b9
Compare
Choose a tag to compare

What's Changed

  • Important fix: Resets body, method and content-length when redirected by @maccyber in #15

Full Changelog: v5.0.0...v5.0.1

v5.0.0

11 Dec 17:28
96f2428
Compare
Choose a tag to compare

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

30 Nov 20:34
9dd180a
Compare
Choose a tag to compare

What's Changed

  • Sets the correct cookie domain when redirected. Fixes #11 by @maccyber in #12

New Contributors

Full Changelog: v4.1.5...v4.1.6

v4.1.5

18 Nov 05:09
7e0f958
Compare
Choose a tag to compare

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

Full Changelog: v4.1.4...v4.1.5

v4.1.4

23 May 12:26
Compare
Choose a tag to compare

fix: make wrapFetch options optional

v4.1.3

18 May 17:09
Compare
Choose a tag to compare

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