Releases: jkhsjdhjs/node-fetch-cookies
Releases · jkhsjdhjs/node-fetch-cookies
v2.1.1
v2.1.0
Surprisingly, this project isn't dead yet. This release incorporates a few minor bug fixes and dependency updates:
- Correct handling of 301, 302 and 303 HTTP redirects (#19)
- More robust handling of cookie attributes, thanks @archvlad! (#20)
node-fetch
has been updated to 2.7.0 and now exports theAbortError
, which is now also re-exported here. This is the reason for the minor version bump.
Other, non-functional changes:
- Improved test coverage
- Documentation fixes
- Travis CI -> GitHub Actions migration