Skip to content

Releases: fastify/fastify-plugin

v4.5.1

18 Jul 13:37
457c767
Compare
Choose a tag to compare

What's Changed

  • docs: rename next callback to done to make consistent with core by @58bits in #210
  • chore(.gitignore): add bun lockfile by @Fdawgs in #211
  • build(deps-dev): bump tsd from 0.25.0 to 0.27.0 by @dependabot in #212
  • build(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #213
  • build(deps-dev): bump @fastify/type-provider-typebox from 2.4.0 to 3.0.0 by @dependabot in #214
  • ci: only trigger on pushes to main branches by @Fdawgs in #215
  • build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #216
  • fix inferring the correct fn type by @Uzlopak in #218

New Contributors

Full Changelog: v4.5.0...v4.5.1

v4.5.0

11 Jan 11:19
42595e8
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #206
  • chore(.gitignore): add clinic by @Fdawgs in #208
  • make getPluginName resilient against too low stackTraceLimit by @Uzlopak in #209

Full Changelog: v4.4.0...v4.5.0

v4.4.0

03 Dec 12:50
c22f021
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v4.4.0

v4.3.0

13 Oct 18:29
f4e9c85
Compare
Choose a tag to compare

📚 PR:

  • build(deps-dev): bump tsd from 0.22.0 to 0.23.0 (#194)
  • build(deps-dev): add semver (#195)
  • build(deps-dev): bump tsd from 0.23.0 to 0.24.1 (#196)
  • build(deps-dev): remove typescript (#198)
  • feat: add option to encapsulate (#199)

v4.2.1

26 Aug 12:46
2981be4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.2.1

v4.2.0

13 Aug 07:12
Compare
Choose a tag to compare

📚 PR:

  • feat: Add Generics RawServer and TypeProvider to fp and tests. (#192)

v4.1.0

06 Aug 14:30
Compare
Choose a tag to compare

📚 PR:

  • ci: enable license checking (#188)
  • feat: handle @fastify/x names to export (#190)

v4.0.0

11 Jul 12:19
4b87564
Compare
Choose a tag to compare

What's Changed

  • build: reduce dependabot update frequency by @Fdawgs in #171
  • build(deps): bump actions/setup-node from 2 to 3 by @dependabot in #172
  • build(deps-dev): bump tap from 15.2.3 to 16.0.1 by @dependabot in #174
  • build(deps): bump actions/checkout from 2 to 3 by @dependabot in #175
  • build(deps-dev): bump tsd from 0.19.1 to 0.20.0 by @dependabot in #176
  • build(deps-dev): bump standard from 16.0.4 to 17.0.0 by @dependabot in #177
  • ci: migrate to fastify reusable workflow by @Fdawgs in #180
  • chore(.gitignore): use updated skeleton template by @Fdawgs in #181
  • build(deps-dev): bump fastify from 3.29.0 to 4.0.1 by @dependabot in #182
  • build(deps-dev): bump @types/node from 17.0.45 to 18.0.0 by @dependabot in #184
  • build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #185
  • build(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #186

Full Changelog: v3.0.1...v4.0.0

v3.0.1

26 Jan 09:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

15 Oct 15:42
Compare
Choose a tag to compare

📚 PR:

  • chore(ci): add node-version 14 and drop 13 support (#108)
  • feat: delete version testing (#107)