fastify-cookie

A Fastify plugin to add cookies support

MIT License

Downloads
1.4M
Stars
235
Committers
58

Bot releases are hidden (Show)

fastify-cookie - v3.5.0

Published by mcollina over 4 years ago

📚 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)
fastify-cookie - v3.4.1

Published by jsumners almost 5 years ago

  • Fixes issue #53
fastify-cookie - v3.3.1

Published by jsumners almost 5 years ago

  • Fixes #53

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.

fastify-cookie - v3.4.0

Published by mcollina almost 5 years ago

  • Pass option to cookie parse (#49)
fastify-cookie - v3.3.0

Published by mcollina almost 5 years ago

📚 PR:

  • Signature support (#47)
fastify-cookie - v3.2.0

Published by Eomm almost 5 years ago

📚 PR:

  • chore(package): update standard to version 14.0.2 (#44)
  • fix(package): update cookie to version 0.4.0 (#36)
fastify-cookie - v3.1.0

Published by Eomm about 5 years ago

📚 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)
fastify-cookie - v3.0.2

Published by Eomm about 5 years ago

Fix:

  • callback remove from docs (#30)
fastify-cookie - v3.0.1

Published by cemremengu over 5 years ago

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

fastify-cookie - v3.0.0

Published by mcollina over 5 years ago

  • Use onRequest instead of preHandler #26
fastify-cookie - v2.1.7

Published by mcollina over 5 years ago

  • Fix fastify build
fastify-cookie - v2.1.6

Published by mcollina over 5 years ago

  • Fix #22
fastify-cookie - v2.1.5

Published by cemremengu almost 6 years ago

#20 - Enable support for Fastify 2.x

fastify-cookie - v2.1.4

Published by mcollina almost 6 years ago

  • Extend plugin types to accept HTTP2 #18
fastify-cookie - v2.1.3

Published by cemremengu almost 6 years ago

#15 - Move CookieSerializeOptions types to repository

fastify-cookie - v2.1.2

Published by cemremengu almost 6 years ago

#14 Move @types/cookie from devDependencies to dependencies

fastify-cookie - v2.1.1

Published by mcollina almost 6 years ago

  • fix return type of setCookie #13
fastify-cookie - v2.1.0

Published by mcollina almost 6 years ago

  • Added types #12
fastify-cookie - v2.0.1

Published by jsumners over 6 years ago

  • Do not overwrite the options object passed to setCookie
fastify-cookie - v2.0.0

Published by jsumners over 6 years ago

  • Update Fastify