Releases: fastify/fastify-cookie
Releases · fastify/fastify-cookie
v7.3.1
v7.3.0
v7.2.0
v7.1.0
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
- @mrbrianevans made their first contribution in #185
- @kurtextrem made their first contribution in #194
- @rag4214 made their first contribution in #190
Full Changelog: v7.0.0...v7.1.0
v7.0.0
What's Changed
- docs: update references to old fastify-* modules by @Fdawgs in #179
- Update README.md with quick install access by @ubinatus in #180
- chore(deps-dev): bump sinon from 13.0.2 to 14.0.0 by @dependabot in #182
- Updated to Fastify v4 by @mcollina in #181
New Contributors
Full Changelog: v6.0.0...v7.0.0
v6.0.0
What's Changed
- chore(deps-dev): bump standard from 16.0.4 to 17.0.0 by @dependabot in #175
- Rename module by @jsumners in #177
Full Changelog: v5.6.1...v6.0.0
v5.6.1
What's Changed
- chore(deps): bump actions/setup-node from 2 to 3 by @dependabot in #169
- chore(deps-dev): bump tap from 15.2.3 to 16.0.0 by @dependabot in #170
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #171
- chore(deps-dev): bump tsd from 0.19.1 to 0.20.0 by @dependabot in #173
- Adjust secret type to allow custom signer by @cjol in #174
New Contributors
Full Changelog: v5.6.0...v5.6.1
v5.6.0
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 ofFastifyReply
by @darkgl0w in #167
Full Changelog: v5.5.0...v5.6.0
v5.5.0
📚 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)