Releases: bjoluc/next-redux-cookie-wrapper
Releases · bjoluc/next-redux-cookie-wrapper
v2.2.1
2.2.1 (2022-08-22)
Bug Fixes
- Exclude
defaultState
from NextReduxCookieMiddlewareConfig
interface (a7b3a49)
v2.2.0
2.2.0 (2022-08-22)
Features
- Add
defaultState
option to remove a cookie for a specified default state (9f0c224), closes #17 #17
- Add support for custom serialization functions (#41) (0bae6e9)
Bug Fixes
- Avoid redundant Set-Cookie headers in server responses (8b48978)
v2.1.2
2.1.2 (2021-12-13)
Bug Fixes
- Fix client-side hydration on pages without server-side data fetching methods (8246f5c), closes #22
v2.1.1
2.1.1 (2021-11-23)
Bug Fixes
- Dependencies: Install lz-string from the NPM registry instead of the GitHub repo (f6c8d09), closes #20 #20
v2.1.0
2.1.0 (2021-09-24)
Features
- Implement configuration option to disable compression (2cda67c), closes #18
v2.0.1
2.0.1 (2021-05-21)
Bug Fixes
- Include readme in NPM package (17ea1f0)
v2.0.0
2.0.0 (2021-05-21)
⚠ BREAKING CHANGES
- This release is a full rewrite that drops Redux Persist and uses a custom
middleware instead. next-redux-cookie-wrapper is no longer a drop-in replacement for
next-redux-wrapper now but rather an extension to it, namely a Redux middleware to be used with
next-redux-wrapper. Hence, the API of v2 has fully changed since v1. Please follow the setup
instructions in the readme to set up v2 in your project.
Features
- Support next-redux-wrapper v6 and v7 (e6ad7e5), closes #13
v1.1.4
1.1.4 (2021-01-27)
Bug Fixes
- Build: Use
browser
field in package.json
to exclude cookies
library from client build (35edd02), closes #8 #12
v1.1.3
1.1.3 (2020-07-18)
Bug Fixes
- Build: Exclude server-side
cookies
library from Webpack build (6c3f044), closes #8
v1.1.2
1.1.2 (2020-07-14)
Bug Fixes
- Pass
cookieConfig
to CookieStorage
on client side (37d625e), closes #7