Releases: fastify/fastify-cookie
Releases · fastify/fastify-cookie
v4.1.0
📚 PR:
- Bumped fastify
- feat: add decorator to manually parse cookies (#75)
v4.0.1
- use request.raw instead of request.req (#71)
v4.0.0
PR:
- Upgrade to Fastify v3 (#67)
v3.6.1
📚 PR:
- add dot in README example
- Merge pull request #66 from linqueta/patch-1
- fix license (#64)
- Fix docs (#65)
v3.6.0
📚 PR:
- add
unsignCookie
method type on reply (#63)
v3.5.0
📚 PR:
- #55 - Replace Travis with Github actions
- Reverted to keeping Node 6 for now
- #57 - Moved tests over to use fastify inject (#58)
- #55 - Replace Travis with Github actions (#59)
- chore(package): update @types/node to version 13.1.0 (#50)
- Add 'none' option to CookieSerializeOptions.sameSite (#62)
v3.3.1
Do not use
This release also includes the code from v3.4.0. This release was mistakenly published because the master
branch did not have the correct release number in the code.
v3.4.0
- Pass option to cookie parse (#49)