Releases: bendotcodes/cookies
Releases · bendotcodes/cookies
v7.0.0
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: v6.1.3...v7.0.0
v6.1.3
v6.1.2
What's Changed
- Update all non-major dependencies by @renovate in #394
- Update all non-major dependencies by @renovate in #395
- Update all non-major dependencies by @renovate in #398
- Update all non-major dependencies by @renovate in #401
- Update all non-major dependencies by @renovate in #404
- Update all non-major dependencies by @renovate in #405
- Update all non-major dependencies by @renovate in #408
- Update dependency @types/node to v20.8.9 by @renovate in #412
- Update actions/setup-node action to v4 by @renovate in #411
- Update dependency lint-staged to v15 by @renovate in #407
- Update dependency size-limit to v10 by @renovate in #410
- Update dependency rollup to v4 by @renovate in #403
- Update actions/checkout digest to b4ffde6 by @renovate in #399
- Fix syntax error universal-cookie README.md by @thibaultmthh in #406
- Update dependency @size-limit/preset-small-lib to v10 by @renovate in #409
- Update all non-major dependencies by @renovate in #413
- Update all non-major dependencies by @renovate in #414
- Update all non-major dependencies by @renovate in #418
- Update all non-major dependencies by @renovate in #420
- Update all non-major dependencies by @renovate in #421
- Update all non-major dependencies by @renovate in #423
- Update all non-major dependencies by @renovate in #424
- Update all non-major dependencies by @renovate in #426
- Update dependency @testing-library/jest-dom to ^6.1.6 by @renovate in #427
- Update dependency size-limit to v11 by @renovate in #416
- Update dependency @size-limit/preset-small-lib to v11 by @renovate in #415
- Fix defaultoptions #396 by @eXon in #428
- Update all non-major dependencies by @renovate in #429
- Fix yarn lock file by @eXon in #430
- Fix memory leak #419 #425 by @eXon in #431
- Release 6.1.2 by @eXon in #432
New Contributors
- @thibaultmthh made their first contribution in #406
Full Changelog: v6.1.1...v6.1.2
v6.1.1
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
v6.0.1
v6.0.0
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!
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