Releases: fastify/csrf
Releases · fastify/csrf
v8.0.1
What's Changed
- build(dependabot): reduce npm updates to monthly by @Fdawgs in #82
- chore: rename master to main by @Fdawgs in #83
- ci(ci): set job permissions by @Fdawgs in #84
- ci: set permissions at workflow level by @Fdawgs in #85
- ci: restore job level permissions by @Fdawgs in #86
- build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by @dependabot in #87
- fix(index): stop type coercion by @Fdawgs in #88
Full Changelog: v8.0.0...v8.0.1
v8.0.0
v7.1.1
What's Changed
- build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #74
- chore(package): add funding by @Fdawgs in #75
- test(secret): check error message by @Fdawgs in #76
- refactor(index): remove unused catch bindings by @Fdawgs in #77
- refactor(benchmark): remove unused params by @Fdawgs in #78
- docs(readme): spelling and grammar fixes by @Fdawgs in #79
Full Changelog: v7.1.0...v7.1.1
v7.1.0
What's Changed
- refactor(benchmark): replace
varstatements by @Fdawgs in #69 - build(deps): bump fastify/workflows from 5.0.0 to 5.0.1 by @dependabot in #70
- style: remove trailing whitespace by @Fdawgs in #71
- docs(readme): update ci badge syntax by @Fdawgs in #72
- build(deps-dev): replace standard with neostandard by @Fdawgs in #73
Full Changelog: v7.0.0...v7.1.0
v7.0.0
What's Changed
- build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #61
- chore(.gitignore): add .tap/ dir by @Fdawgs in #62
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #64
- Merge
nextintomasterby @jsumners in #66 - build(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #67
- build(deps): bump fastify/workflows from 4.2.1 to 5.0.0 by @dependabot in #68
New Contributors
Full Changelog: v6.3.0...v7.0.0
v6.3.0
What's Changed
- build(deps-dev): bump tsd from 0.25.0 to 0.27.0 by @dependabot in #51
- build(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #52
- ci: only trigger on pushes to main branches by @Fdawgs in #53
- build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #54
- build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #55
- perf: use
node:prefix to bypass require.cache call for builtins by @Fdawgs in #56 - chore: add
.gitattributesfile by @Fdawgs in #58 - chore(benchmark): add missing
use strictdirectives by @Fdawgs in #59 - chore(package): explicitly declare js module type by @Fdawgs in #60
Full Changelog: v6.2.0...v6.3.0
v6.2.0
What's Changed
- chore(.gitignore): add clinic by @Fdawgs in #48
- chore(.gitignore): add bun lockfile by @Fdawgs in #49
- feat: support hmac by @marco-ippolito in #50
New Contributors
- @marco-ippolito made their first contribution in #50
Full Changelog: v6.1.0...v6.2.0
v6.1.0
What's Changed
- build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #46
- nodenext compatibility by @Uzlopak in #47
Full Changelog: v6.0.0...v6.1.0
v6.0.0
📚 PR:
- docs(readme): use
npm installalias - build(deps-dev): bump eslint-plugin-markdown from 2.2.1 to 3.0.0 (#40)
- ci: enable license checking (#41)
- Use tap, 100% test coverage, use standard npm package, (#42)
- build(deps-dev): bump tsd from 0.22.0 to 0.23.0 (#43)
- build(deps-dev): bump tsd from 0.23.0 to 0.24.1 (#44)
- major: add algorithm-option, set default hash algorithm to sha256 (#45)