Skip to content

Releases: andreizanik/cookies-next

v4.2.1

22 May 06:45
Compare
Choose a tag to compare

hot fix bug with types

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.2.1

v4.2.0

21 May 19:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.1...v4.2.0

v4.1.1

26 Jan 14:30
Compare
Choose a tag to compare

What's Changed

  • feat: 📝 Update cookie and type cookie dependencies by @Victor1890 in #62

New Contributors

Full Changelog: v4.1.0...v4.1.1

v4.1.0

17 Nov 13:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.1.0

v4.0.0

10 Sep 17:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v4.0.0

v3.0.0

22 Aug 21:37
Compare
Choose a tag to compare

What's Changed

  • Add missing import to the "Client Example" [Documentation] by @greg2012201 in #45
  • delete extra parsing and deprecated functions by @andreizanik in #46

New Contributors

Full Changelog: v2.1.2...v3.0.0

v2.1.2 Add JSDoc for deprecated methods

12 Jun 07:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.1.2

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