Skip to content

Releases: fastify/fastify-cookie

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

v5.0.1

17 Dec 20:31
Compare
Choose a tag to compare

πŸ“š PR:

  • fix: unsignCookie types (#93) (#94)

v5.0.0

16 Dec 12:02
Compare
Choose a tag to compare

πŸ“š PR:

  • chore: remove outdated readme badge (#91)
  • feat: key rotation (#92)

v4.2.0

10 Dec 16:39
Compare
Choose a tag to compare

πŸ“š 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)

v4.1.1

03 Dec 08:58
Compare
Choose a tag to compare

πŸ“š 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)