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 - v5.6.1

Published by mcollina over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-cookie/compare/v5.6.0...v5.6.1

fastify-cookie - v5.6.0

Published by mcollina over 2 years ago

What's Changed

Full Changelog: https://github.com/fastify/fastify-cookie/compare/v5.5.0...v5.6.0

fastify-cookie - v5.5.0

Published by Eomm almost 3 years ago

📚 PR:

  • chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 (#153)
  • build(dependabot): ignore minor and patch github-actions updates (#154)
  • chore(deps): bump fastify/github-action-merge-dependabot (#155)
  • test: prepare plugin for fastify 4.x (#156)
  • chore(deps): bump fastify/github-action-merge-dependabot (#157)
  • chore(deps-dev): bump @types/node from 16.11.14 to 17.0.0 (#159)
  • chore: upgrade github-action-merge-dependabot to v3 (#160)
  • Add parseOptions object to FastifyCookieOptions (#162)
fastify-cookie - v5.4.0

Published by Eomm almost 3 years ago

📚 PR:

  • chore(deps): bump fastify/github-action-merge-dependabot (#149)
  • chore(deps-dev): bump tsd from 0.18.0 to 0.19.0 (#150)
  • perf: Integrate cookie, use improved cookie parsing method (#152)
fastify-cookie - v5.3.2

Published by mcollina almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-cookie/compare/v5.3.1...v5.3.2

fastify-cookie - v5.3.1

Published by mcollina over 3 years ago

📚 PR:

  • Bump sinon from 9.2.4 to 10.0.0 (#111)
  • chore: ci updates and style change (#112)
  • docs: provide a ts example (#115)
  • feat: move to tap15 (#117)
  • ci: remove redundant conditional (#118)
  • chore(deps-dev): bump @types/node from 14.14.42 to 15.0.0 (#119)
  • ci: add nodejs v16 to test matrix (#120)
  • docs: fix minor typo in README. (#123)
  • chore(deps-dev): bump tsd from 0.14.0 to 0.15.0 (#124)
  • chore(deps): bump actions/checkout from 2 to 2.3.4 (#125)
  • fix(types): Add missing unsignCookie function signature to the FastifyInstance interface (#122)
fastify-cookie - v5.3.0

Published by mcollina over 3 years ago

  • Decorate fastify instance with an unsignCookie method #102
fastify-cookie - v5.2.0

Published by Eomm over 3 years ago

📚 PR:

  • chore(gitignore): use latest github ignore template (#105)
  • ci(dependabot): update github actions (#106)
  • Bump fastify/github-action-merge-dependabot from v1 to v1.2.1 (#109)
  • Bump actions/checkout from v1 to v2.3.4 (#108)
  • Bump actions/setup-node from v1 to v2.1.5 (#107)
  • feat: setCookie alias for express plugin (#104)
fastify-cookie - v5.1.0

Published by jsumners almost 4 years ago

  • Add req.unsignCookie #100 #101
fastify-cookie - v5.0.2

Published by salmanm almost 4 years ago

📚 PR:

  • feat: allow share cookie options for setCookie and clearCookie #95
fastify-cookie - v5.0.1

Published by Eomm almost 4 years ago

📚 PR:

  • fix: unsignCookie types (#93) (#94)
fastify-cookie - v5.0.0

Published by mcollina almost 4 years ago

📚 PR:

  • chore: remove outdated readme badge (#91)
  • feat: key rotation (#92)
fastify-cookie - v4.2.0

Published by mcollina almost 4 years ago

📚 PR:

  • Bump tsd from 0.13.1 to 0.14.0
  • Merge pull request #88 from fastify/dependabot/npm_and_yarn/tsd-0.14.0
  • Avoid arrow functions in signer.
  • test: 100 coverage (#89)
  • feat: Allow passing a custom signer (#90)
fastify-cookie - v4.1.1

Published by mcollina almost 4 years ago

📚 PR:

  • Bump snazzy from 8.0.0 to 9.0.0
  • Merge pull request #79 from fastify/dependabot/npm_and_yarn/snazzy-9.0.0
  • Bump tap from 12.7.0 to 14.11.0
  • Merge pull request #80 from fastify/dependabot/npm_and_yarn/tap-14.11.0
  • Bump typescript from 3.9.7 to 4.0.5
  • Merge pull request #81 from fastify/dependabot/npm_and_yarn/typescript-4.0.5
  • Bump @types/node from 13.13.31 to 14.14.8
  • Merge pull request #83 from fastify/dependabot/npm_and_yarn/types/node-14.14.8
  • Bump fastify-plugin from 2.3.4 to 3.0.0
  • Merge pull request #84 from fastify/dependabot/npm_and_yarn/fastify-plugin-3.0.0
  • Bump tsd from 0.11.0 to 0.13.1
  • Merge pull request #82 from fastify/dependabot/npm_and_yarn/tsd-0.13.1
  • feat: add stale (#77)
  • chore: add dependabot automerge (#78)
  • Bump standard from 14.3.4 to 16.0.3 (#85)
  • fix: Issue #86 by using null (#87)
fastify-cookie - v4.1.0

Published by mcollina about 4 years ago

📚 PR:

  • Bumped fastify
  • feat: add decorator to manually parse cookies (#75)
fastify-cookie - v4.0.2

Published by mcollina over 4 years ago

PR:

  • Updated to rc.4 (#72)
fastify-cookie - v4.0.1

Published by mcollina over 4 years ago

  • use request.raw instead of request.req (#71)
fastify-cookie - v4.0.0

Published by Eomm over 4 years ago

PR:

  • Upgrade to Fastify v3 (#67)
fastify-cookie - v3.6.1

Published by Eomm over 4 years ago

📚 PR:

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

Published by mcollina over 4 years ago

📚 PR:

  • add unsignCookie method type on reply (#63)