cookies

Load and save cookies within your Web application

MIT License

Downloads
9.8M
Stars
112
Committers
49
cookies - v7.1.4 Latest Release

Published by eXon 7 months ago

What's Changed

Full Changelog: https://github.com/bendotcodes/cookies/compare/v7.1.3...v7.1.4

cookies - v7.1.3

Published by eXon 7 months ago

What's Changed

Full Changelog: https://github.com/bendotcodes/cookies/compare/v7.1.2...v7.1.3

cookies - v7.1.2

Published by eXon 7 months ago

What's Changed

Full Changelog: https://github.com/bendotcodes/cookies/compare/v7.1.1...v7.1.2

cookies - v7.1.1

Published by eXon 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/bendotcodes/cookies/compare/v7.1.0...v7.1.1

cookies - v7.1.0

Published by eXon 8 months ago

What's Changed

Full Changelog: https://github.com/bendotcodes/cookies/compare/v7.0.2...v7.1.0

cookies - v7.0.2

Published by eXon 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/bendotcodes/cookies/compare/v7.0.1...v7.0.2

cookies - v7.0.1

Published by eXon 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/bendotcodes/cookies/compare/v7.0.0...v7.0.1

cookies - v7.0.0

Published by eXon 10 months ago

Breaking Changes

No breaking change has been made in v7. However, the entire build system has been rewritten and the output file structure has changed. The upgrade should be seamless unless if you were importing files in a subfolder. This is no longer supported.

What's Changed

Full Changelog: https://github.com/bendotcodes/cookies/compare/v6.1.3...v7.0.0

cookies - v6.1.3

Published by eXon 10 months ago

What's Changed

Full Changelog: https://github.com/bendotcodes/cookies/compare/v6.1.2...v6.1.3

cookies - v6.1.2

Published by eXon 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/bendotcodes/cookies/compare/v6.1.1...v6.1.2

cookies - v6.1.1

Published by eXon about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/bendotcodes/cookies/compare/v6.1.0...v6.1.1

cookies - v6.1.0

Published by eXon about 1 year ago

What's Changed

Full Changelog: https://github.com/bendotcodes/cookies/compare/v6.0.1...v6.1.0

cookies - v6.0.1

Published by eXon about 1 year ago

What's Changed

Full Changelog: https://github.com/bendotcodes/cookies/compare/v6.0.0...v6.0.1

cookies - v6.0.0

Published by eXon about 1 year ago

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: https://github.com/bendotcodes/cookies/compare/v5.0.0...v6.0.0

cookies - v5.0.0 - Reborn!

Published by eXon about 1 year ago

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
cookies - v4.0.4

Published by eXon about 4 years ago

  • universal-cookie: Remove only usage of CommonJS require
cookies -

Published by eXon almost 5 years ago

  • 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
cookies - v4.0.2

Published by eXon over 5 years ago

  • universal-cookie: Add support for explicit None value on sameSite attribute
cookies - v4.0.1

Published by eXon over 5 years ago

  • 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
cookies -

Published by eXon over 5 years ago

  • universal-cookie: Remove useless testing variable
  • react-cookie: Memoize setCookie/removeCookie so that it doesn't change unnecessarily
  • react-cookie: Go back to withCookies orignial type