Skip to content

Releases: andreizanik/cookies-next

Change the function naming to be consistent with the idiom of working with a container of cookies

29 Jun 20:03
Compare
Choose a tag to compare

Change the function naming to be consistent with the idiom of working with a container of cookies. Issues #14
Minor refactoring

Fix problem with next.js version greater than 12.2.0

29 Jun 19:50
Compare
Choose a tag to compare

Fix problem with next.js version greater than 12.2.0. Issues #22
Minor documentation update

Fix issues with 12+ version next.js and a few minor changes

23 Jun 08:15
Compare
Choose a tag to compare

Fix issues with 12+ version next.js
Add export cookieValueTypes
Fix documentation

Fix documentation

06 Feb 10:48
Compare
Choose a tag to compare
v2.0.4

update version to 2.0.4

Fix problems with types

12 Oct 18:40
Compare
Choose a tag to compare

Minor bug fix with types

Fix dependences after v2.0.0

03 Oct 13:53
Compare
Choose a tag to compare

Fix problem with types

Update package for working with 10+ version next.js

03 Oct 13:38
Compare
Choose a tag to compare

Update package for working with 10+ version next.js and adding support for typescript

  • can be used on the client side, anywhere
  • can be used for server side rendering in getServerSideProps
  • can be used in API handlers