cookies-next

Getting, setting and removing cookies on both client and server with next.js

MIT License

Downloads
1.9M
Stars
599
Committers
11

Bot releases are hidden (Show)

cookies-next - v4.2.1 Latest Release

Published by andreizanik 5 months ago

hot fix bug with types

What's Changed

New Contributors

Full Changelog: https://github.com/andreizanik/cookies-next/compare/v4.2.0...v4.2.1

cookies-next - v4.2.0

Published by andreizanik 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/andreizanik/cookies-next/compare/v4.1.1...v4.2.0

cookies-next - v4.1.1

Published by andreizanik 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/andreizanik/cookies-next/compare/v4.1.0...v4.1.1

cookies-next - v4.1.0

Published by andreizanik 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/andreizanik/cookies-next/compare/v4.0.0...v4.1.0

cookies-next - v4.0.0

Published by andreizanik about 1 year ago

cookies-next - v3.0.0

Published by andreizanik about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/andreizanik/cookies-next/compare/v2.1.2...v3.0.0

cookies-next - v2.1.2 Add JSDoc for deprecated methods

Published by andreizanik over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/andreizanik/cookies-next/compare/v2.1.1...v2.1.2

Change the function naming to be consistent with the idiom of working with a container of cookies. Issues https://github.com/andreizanik/cookies-next/issues/14
Minor refactoring

cookies-next - Fix problem with next.js version greater than 12.2.0

Published by andreizanik over 2 years ago

Fix problem with next.js version greater than 12.2.0. Issues https://github.com/andreizanik/cookies-next/issues/22
Minor documentation update

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

Published by andreizanik over 2 years ago

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

cookies-next - Fix documentation

Published by andreizanik over 2 years ago

cookies-next - Fix problems with types

Published by andreizanik about 3 years ago

Minor bug fix with types

cookies-next - Fix dependences after v2.0.0

Published by andreizanik about 3 years ago

Fix problem with types

cookies-next - Update package for working with 10+ version next.js

Published by andreizanik about 3 years ago

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