Skip to content

Releases: fastify/fastify-plugin

v5.1.0

28 Sep 15:20
1920fd6

Choose a tag to compare

What's Changed

  • refactor(lib/getPluginName): remove redundant regex quantifiers by @Fdawgs in #250
  • style: remove trailing whitespace by @Fdawgs in #252
  • docs(readme): update ci badge syntax by @Fdawgs in #253
  • build(deps-dev): replace standard with neostandard by @Fdawgs in #254
  • build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #257
  • build(deps-dev): bump neostandard from 0.11.9 to 0.12.0 by @dependabot[bot] in #256
  • chore(package): add funding and contribs by @Fdawgs in #258
  • refactor: prefix unused params with underscores by @Fdawgs in #260
  • docs(readme): spelling fix by @Fdawgs in #261
  • Fix types test by @mcollina in #262
  • build(dependabot): reduce npm updates to monthly by @Fdawgs in #263
  • chore: rename master to main by @Fdawgs in #264
  • ci(ci): set job permissions by @Fdawgs in #265
  • ci: set permissions at workflow level by @Fdawgs in #266
  • ci: restore job level permissions by @Fdawgs in #267
  • build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by @dependabot[bot] in #268
  • chore(license): update date ranges; standardise style by @Fdawgs in #270
  • build(deps-dev): bump @types/node from 22.15.34 to 24.0.8 by @dependabot[bot] in #271
  • chore: update dependencie @fastify/type-provider-typebox by @Tony133 in #269
  • build(deps-dev): bump tsd from 0.32.0 to 0.33.0 by @dependabot[bot] in #272
  • chore(.npmrc): ignore scripts by @Fdawgs in #273
  • build(deps-dev): remove @fastify/pre-commit by @Fdawgs in #274

New Contributors

Full Changelog: v5.0.1...v5.1.0

v5.0.1

21 Sep 09:18
a52ee81

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.0.1

v5.0.0

03 Sep 07:36
97ec7bc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.1...v5.0.0

v4.5.1

18 Jul 13:37
457c767

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

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

Choose a tag to compare

What's Changed

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

v4.3.0

13 Oct 18:29
f4e9c85

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

Choose a tag to compare

What's Changed

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

v4.2.0

13 Aug 07:12

Choose a tag to compare

📚 PR:

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

v4.1.0

06 Aug 14:30

Choose a tag to compare

📚 PR:

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