Skip to content

Releases: fastify/fastify-cookie

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)

v3.3.0

29 Nov 07:49
Compare
Choose a tag to compare

📚 PR:

  • Signature support (#47)

v3.2.0

21 Oct 19:23
Compare
Choose a tag to compare

📚 PR:

  • chore(package): update standard to version 14.0.2 (#44)
  • fix(package): update cookie to version 0.4.0 (#36)

v3.1.0

14 Aug 10:01
Compare
Choose a tag to compare

📚 PR:

  • chore(package): update standard to version 13.0.1
  • Fix standard
  • ignore tap (#35)
  • update @types/node (#37)
  • Update standard to the latest version 🚀 (#39)
  • feature: clear cookie support (#42)

v3.0.2

14 Aug 09:58
Compare
Choose a tag to compare

Fix:

  • callback remove from docs (#30)

v3.0.1

05 Mar 18:54
Compare
Choose a tag to compare

#27 - Fix minimum version to be >= 2.x

v3.0.0

28 Feb 16:24
a63b760
Compare
Choose a tag to compare
  • Use onRequest instead of preHandler #26