Releases: fastify/fastify-url-data
Releases · fastify/fastify-url-data
v6.0.3
What's Changed
- build(deps): bump fastify/workflows from 5.0.0 to 5.0.1 by @dependabot in #155
- docs(readme): update ci badge syntax by @Fdawgs in #156
- build(deps-dev): replace standard with neostandard by @Fdawgs in #157
- build(deps-dev): bump neostandard from 0.11.9 to 0.12.0 by @dependabot in #158
- build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #159
- chore(package): add funding and contribs by @Fdawgs in #160
- refactor(plugin): prefix unused param with underscore by @Fdawgs in #161
- docs(readme): add compatibility table by @Fdawgs in #162
Full Changelog: v6.0.2...v6.0.3
v6.0.2
v6.0.1
v6.0.0
What's Changed
- build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #138
- docs(readme): replace
fastify.io
links withfastify.dev
by @Fdawgs in #139 - chore(.gitignore): add .tap/ dir by @Fdawgs in #142
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #145
- build(deps): bump fast-uri from 2.4.0 to 3.0.0 by @dependabot in #146
- Merge
next
intomaster
by @jsumners in #147 - build(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #149
- build(deps): bump fastify/workflows from 4.0.0 to 5.0.0 by @dependabot in #151
- chore: update min fastify version by @Fdawgs in #150
Full Changelog: v5.4.0...v6.0.0
v5.4.0
What's Changed
- chore(.gitignore): add bun lockfile by @Fdawgs in #126
- build(deps-dev): bump tsd from 0.25.0 to 0.26.0 by @dependabot in #127
- build(deps-dev): bump tsd from 0.26.1 to 0.27.0 by @dependabot in #128
- build(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #129
- ci: only trigger on pushes to main branches by @Fdawgs in #131
- build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #132
- build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #133
- test: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #134 - chore: add
.gitattributes
file by @Fdawgs in #136 - chore(package): explicitly declare js module type by @Fdawgs in #137
Full Changelog: v5.3.1...v5.4.0
v5.3.1
What's Changed
- fix: Use X-Forwarded-Host when trustProxy is set on fastify instance by @SeanReece in #125
Full Changelog: v5.3.0...v5.3.1
v5.3.0
What's Changed
- build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #120
- chore(.gitignore): add clinic by @Fdawgs in #121
- Use fast-uri instead of uri-js by @SeanReece in #123
New Contributors
- @SeanReece made their first contribution in #123
Full Changelog: v5.2.0...v5.3.0
v5.2.0
📚 PR:
- build(deps-dev): replace pre-commit with @fastify/pre-commit
- Merge pull request #113 from fastify/Fdawgs-patch-1
- ci: enable license checking (#114)
- test: replace use of deprecated variadic
listen()
(#115) - Minor refactor (#116)
- build(deps-dev): bump tsd from 0.22.0 to 0.23.0 (#117)
- build(deps-dev): bump tsd from 0.23.0 to 0.24.1 (#118)
- nodenext compatibility (#119)
v5.1.0
📚 PR:
- build(deps-dev): bump typescript from 4.6.4 to 4.7.2 (#106)
- chore(.gitignore): use updated skeleton template (#107)
- build(deps-dev): bump tsd from 0.20.0 to 0.21.0 (#108)
- build(deps-dev): bump @types/node from 17.0.45 to 18.0.0 (#109)
- build(deps-dev): bump tsd from 0.21.0 to 0.22.0 (#110)
- build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 (#111)
- feat: add scheme for http/https servers (#112)