Skip to content

Releases: salesforce/tough-cookie

v4.1.4

29 Apr 14:12
Compare
Choose a tag to compare

https://www.npmjs.com/package/tough-cookie/v/4.1.4

What's Changed

New Contributors

Full Changelog: v4.1.3...v4.1.4

4.1.3

05 Jun 17:35
4ff4d29
Compare
Choose a tag to compare

Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the inspect utility is affected by this change, we felt this change was important enough to be pushed into the next patch.

4.1.2 -- Patch and Bugfix Release

25 Aug 18:52
b1a8898
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.1...v4.1.2

4.1.1

24 Aug 19:42
ec70796
Compare
Choose a tag to compare

Patch Release

What's Changed

Full Changelog: v4.1.0...v4.1.1

4.1.0

22 Aug 19:16
79c2f7d
Compare
Choose a tag to compare

v4.1.0

Minor release, focused mainly on resolving reported issues and some minor feature work.

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.1.0

Version 4.0.0

19 Mar 22:48
2524513
Compare
Choose a tag to compare

Breaking Changes (Major Version)

  • Modernized JS Syntax
    • Use ESLint and Prettier to apply consistent, modern formatting (add dependency on universalify, eslint and prettier)
  • Upgraded version dependencies for psl and async
  • Re-order parameters for findCookies() - callback fn has to be last in order to comply with universalify
  • Use Classes instead of function prototypes to define classes
    • Might break people using .call() to do inheritance using function prototypes

Minor Changes

  • SameSite cookie support
  • Cookie prefix support
  • Support for promises
  • '.local' support
  • Numerous bug fixes!