Skip to content

Releases: fastify/fastify-cookie

v5.6.1

17 Apr 15:17
6048e63
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @cjol made their first contribution in #174

Full Changelog: v5.6.0...v5.6.1

v5.6.0

21 Feb 10:01
Compare
Choose a tag to compare

What's Changed

  • test: add back preParsing hook tests by @darkgl0w in #163
  • build: reduce dependabot update frequency by @Fdawgs in #164
  • chore(deps-dev): bump sinon from 12.0.1 to 13.0.0 by @dependabot in #165
  • fix (types): return this instead of FastifyReply by @darkgl0w in #167

Full Changelog: v5.5.0...v5.6.0

v5.5.0

02 Jan 12:44
Compare
Choose a tag to compare

📚 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)

v5.4.0

23 Nov 18:39
Compare
Choose a tag to compare

📚 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)

v5.3.2

05 Nov 12:06
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump sinon from 10.0.1 to 11.0.0 by @dependabot in #126
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 by @dependabot in #127
  • chore(deps-dev): bump tsd from 0.15.1 to 0.16.0 by @dependabot in #128
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 by @dependabot in #129
  • chore(deps-dev): bump tsd from 0.16.0 to 0.17.0 by @dependabot in #130
  • chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0 by @dependabot in #131
  • chore(deps-dev): bump @types/node from 15.14.1 to 16.0.0 by @dependabot in #132
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 by @dependabot in #133
  • chore(deps): bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in #134
  • chore(deps): bump actions/setup-node from 2.3.0 to 2.3.1 by @dependabot in #135
  • chore(deps): bump actions/setup-node from 2.3.1 to 2.3.2 by @dependabot in #136
  • chore(deps): bump actions/setup-node from 2.3.2 to 2.4.0 by @dependabot in #137
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 by @dependabot in #138
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 by @dependabot in #139
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in #141
  • chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #142
  • chore(deps-dev): bump tsd from 0.17.0 to 0.18.0 by @dependabot in #143
  • chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #144
  • chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #146
  • chore(deps-dev): bump sinon from 11.1.2 to 12.0.0 by @dependabot in #147
  • fix: add parseCookie method types by @darkgl0w in #148

New Contributors

Full Changelog: v5.3.1...v5.3.2

v5.3.1

13 May 06:57
Compare
Choose a tag to compare

📚 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)

v5.3.0

19 Mar 11:39
Compare
Choose a tag to compare
  • Decorate fastify instance with an unsignCookie method #102

v5.2.0

14 Mar 12:09
Compare
Choose a tag to compare

📚 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)

v5.1.0

28 Dec 15:08
81467b9
Compare
Choose a tag to compare

v5.0.2

18 Dec 08:44
Compare
Choose a tag to compare

📚 PR:

  • feat: allow share cookie options for setCookie and clearCookie #95