Skip to content

Releases: bendotcodes/cookies

v6.1.2

30 Dec 11:18
dde5cb6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.1...v6.1.2

v6.1.1

06 Sep 19:55
e223fe7
Compare
Choose a tag to compare

What's Changed

  • Update all non-major dependencies by @renovate in #385
  • Update all non-major dependencies by @renovate in #388
  • Update actions/checkout action to v4 by @renovate in #389
  • Update dependency @size-limit/preset-small-lib to v9 by @renovate in #390
  • Update dependency size-limit to v9 by @renovate in #391
  • Fix Readme React hook example code typo (prop name) by @AndyLeezard in #387
  • Release v6.1.1 by @eXon in #392

New Contributors

  • @AndyLeezard made their first contribution in #387

Full Changelog: v6.1.0...v6.1.1

v6.1.0

22 Aug 03:27
7816526
Compare
Choose a tag to compare

What's Changed

  • Automatically detect changes from the browser by @eXon in #384

Full Changelog: v6.0.1...v6.1.0

v6.0.1

21 Aug 05:05
2aca85e
Compare
Choose a tag to compare

What's Changed

  • Add missing types in package.json by @eXon in #381

Full Changelog: v6.0.0...v6.0.1

v6.0.0

21 Aug 03:33
bd6d248
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGE The undocumented encode/decode functions are no longer supported in universal-cookie
  • BREAKING CHANGE All JavaScript types are now serialized in JSON, except strings
  • defaultSetOptions has been added to Cookies in universal-cookie
  • defaultSetOptions prop has been added to CookiesProvider in react-cookie
  • update function has been added to universal-cookie so that you can update cookies after they are changed by the server
  • updateCookies function has been added to useCookies in react-cookie

Full Changelog: v5.0.0...v6.0.0

v5.0.0 - Reborn!

14 Aug 02:16
7e1f33b
Compare
Choose a tag to compare

NO BREAKING CHANGES

This project has been inactive for 4 years and is about to be active again. I am starting this new 5.0 era with no breaking changes. Instead, a lot of house keeping has been done:

  • Updated all dependencies to latest version
  • Changed the test runner from karma to jest
  • Changed UglifyJS to Terser for magnification
  • Rewrote the react-cookie tests with React Testing Library
  • Automated the tests process and publish process with Github Actions

v4.0.4

23 Sep 00:55
Compare
Choose a tag to compare
  • universal-cookie: Remove only usage of CommonJS require

v4.0.3

27 Dec 21:02
Compare
Choose a tag to compare
  • All: improved tree shaking by adding "sideEffects": false
  • universal-cookie: JSDOM is now using the real browser cookies
  • universal-cookie: You can specify your cookie parsing function

v4.0.2

11 Jul 00:15
Compare
Choose a tag to compare
  • universal-cookie: Add support for explicit None value on sameSite attribute

v4.0.1

04 Jul 02:33
Compare
Choose a tag to compare
  • Upgrade dependencies to last versions
  • Publish MIT license to NPM with the code (#224)
  • universal-cookie: Add support for generic type with reading cookies (#222)
  • universal-cookie: Disable accessing browser cookies on JSDOM (#227)
  • react-cookie: Add WrappedComponent static property when using withCookies (#225)
  • react-cookie: Fix display name to include the original component name