Skip to content

Releases: fastify/fastify-url-data

v6.0.3

06 Jan 18:16
v6.0.3
29f8391
Compare
Choose a tag to compare

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

27 Sep 16:36
b60fc00
Compare
Choose a tag to compare

What's Changed

  • Fix: make port optional when parsing URL by @johnyb in #154

New Contributors

Full Changelog: v6.0.1...v6.0.2

v6.0.1

21 Sep 08:55
0fa05e7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.0.0

06 Sep 09:17
2267a86
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.4.0...v6.0.0

v5.4.0

29 Oct 14:45
2bd57e4
Compare
Choose a tag to compare

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

15 Feb 08:13
76d7fe0
Compare
Choose a tag to compare

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

14 Feb 17:53
2a1703f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.0...v5.3.0

v5.2.0

04 Dec 16:47
7ec6baa
Compare
Choose a tag to compare

📚 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

21 Jul 06:58
Compare
Choose a tag to compare

📚 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)

v5.0.0

18 May 18:13
Compare
Choose a tag to compare

📚 PR:

  • docs: update references to old fastify-* modules (#102)
  • ci: migrate to fastify reusable workflow (#105)
  • major: update fastify v4 (#104)