Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 19:53
· 9 commits to master since this release
v2.1.0
4ead038

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 the AbortError, 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