odi
odi copied to clipboard
Update fastify-cookie: 3.0.2 → 3.6.1 (minor)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ fastify-cookie (3.0.2 → 3.6.1) · Repo
Release Notes
3.6.1
📚 PR:
3.6.0
📚 PR:
- add
unsignCookie
method type on reply (#63)
3.5.0
📚 PR:
3.4.1
- Fixes issue #53
3.4.0
- Pass option to cookie parse (#49)
3.3.0
📚 PR:
- Signature support (#47)
3.2.0
📚 PR:
3.1.0
📚 PR:
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 33 commits:
Bumped v3.6.1
Merge pull request #66 from linqueta/patch-1
add dot in README example
Fix docs (#65)
fix license (#64)
Bumped v3.6.0
add `unsignCookie` method type on reply (#63)
Bumped v3.5.0
Add 'none' option to CookieSerializeOptions.sameSite (#62)
chore(package): update @types/node to version 13.1.0 (#50)
#55 - Replace Travis with Github actions (#59)
Reverted to keeping Node 6 for now
#55 - Replace Travis with Github actions
#57 - Moved tests over to use fastify inject (#58)
v3.4.1
v3.3.1
Merge pull request #54 from fastify/issue-53
😞 Node 6
Fix issue #53
Failing test
Pass option to cookie parse (#49)
Bumped v3.3.0.
Signature support (#47)
Bumped v3.2.0
fix(package): update cookie to version 0.4.0 (#36)
chore(package): update standard to version 14.0.2 (#44)
Bumped v3.1.0
feature: clear cookie support (#42)
Update standard to the latest version 🚀 (#39)
Fix standard
chore(package): update standard to version 13.0.1
update @types/node (#37)
ignore tap (#35)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase
.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)