Skip to content

Releases: fastify/fastify-cookie

v7.1.0

15 Jul 08:31
1aa687e
Compare
Choose a tag to compare

What's Changed

  • ci: migrate to fastify reusable workflow by @Fdawgs in #183
  • Improve typescript example in README by @mrbrianevans in #185
  • chore(.gitignore): use updated skeleton template by @Fdawgs in #186
  • chore(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #187
  • chore(deps-dev): bump @types/node from 17.0.45 to 18.0.0 by @dependabot in #188
  • chore(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #192
  • feat: use cookie module again by @kurtextrem in #194
  • chore: add priority to cookie typings by @Uzlopak in #195
  • Update Request Cookies Type to Add undefined by @rag4214 in #190

New Contributors

Full Changelog: v7.0.0...v7.1.0

v7.0.0

10 May 14:16
3d218c5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v7.0.0

v6.0.0

27 Apr 13:44
9bf09e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.6.1...v6.0.0

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