Skip to content

Releases: fastify/fastify-cookie

v4.1.0

08 Sep 13:06
4ea20d6
Compare
Choose a tag to compare

📚 PR:

  • Bumped fastify
  • feat: add decorator to manually parse cookies (#75)

v4.0.2

11 Jun 09:21
Compare
Choose a tag to compare

PR:

  • Updated to rc.4 (#72)

v4.0.1

06 May 12:50
Compare
Choose a tag to compare
  • use request.raw instead of request.req (#71)

v4.0.0

04 May 21:18
Compare
Choose a tag to compare
v4.0.0 Pre-release
Pre-release

PR:

  • Upgrade to Fastify v3 (#67)

v3.6.1

04 May 21:10
Compare
Choose a tag to compare

📚 PR:

  • add dot in README example
  • Merge pull request #66 from linqueta/patch-1
  • fix license (#64)
  • Fix docs (#65)

v3.6.0

14 Feb 14:35
Compare
Choose a tag to compare

📚 PR:

  • add unsignCookie method type on reply (#63)

v3.5.0

19 Jan 23:48
Compare
Choose a tag to compare

📚 PR:

  • #55 - Replace Travis with Github actions
  • Reverted to keeping Node 6 for now
  • #57 - Moved tests over to use fastify inject (#58)
  • #55 - Replace Travis with Github actions (#59)
  • chore(package): update @types/node to version 13.1.0 (#50)
  • Add 'none' option to CookieSerializeOptions.sameSite (#62)

v3.4.1

05 Jan 22:11
c22bad0
Compare
Choose a tag to compare
  • Fixes issue #53

v3.3.1

05 Jan 22:08
Compare
Choose a tag to compare

Do not use

This release also includes the code from v3.4.0. This release was mistakenly published because the master branch did not have the correct release number in the code.

v3.4.0

02 Dec 17:43
Compare
Choose a tag to compare
  • Pass option to cookie parse (#49)