Skip to content

Releases: fastify/fastify-plugin

v2.0.1

11 Jul 18:50
Compare
Choose a tag to compare

📚 PR:

  • Updated to fastify@3.0.0-rc.4
  • Bumped fastify
  • Use semver coerce (#88)
  • Update to fastify@3.0.1 and fix types (#90)

v2.0.0

23 Apr 10:44
Compare
Choose a tag to compare

📚 PR:

  • Update readme for v2.0.0
  • Remove Travis and replace with Github Actions (#86)
  • Upgrade to Fastify v3 (#85)

v1.6.1

24 Feb 14:14
Compare
Choose a tag to compare

📚 PR:

  • chore(package): update standard to version 13.0.1
  • chore(package): update standard to version 14.0.0
  • fix linting errors for standard@14
  • Updated deps
  • Update standard to the latest version 🚀 (#74)
  • Error name (#84)

v1.6.0

27 May 12:17
Compare
Choose a tag to compare

📚 PR:

  • chore(package): update fastify to version 2.0.0
  • Updated to fastify v2
  • fix(package): update semver to version 6.0.0
  • Adds defaults generic types to main function
  • Adds test for fastify plugin’s generic typings
  • Organize typescript testing (#63)
  • update all dependencies to latest, the same of Fastify (latest) (#64)
  • ignore tap (#71)

v1.5.0

06 Feb 03:48
Compare
Choose a tag to compare
  • support for transpiled modules #61

v1.4.0

19 Dec 21:09
Compare
Choose a tag to compare
  • preserve fastify version #56

v1.3.0

03 Dec 22:40
Compare
Choose a tag to compare
  • Add type support for the error callback #52
  • Fix file matching when dot appear before extension #55

v1.2.1

17 Sep 10:30
Compare
Choose a tag to compare
  • Fix broken links in the README #48

v1.2.0

01 Jul 21:08
Compare
Choose a tag to compare
  • use fp meta name option instead of new symbol #44

v1.1.3

18 Jun 11:24
Compare
Choose a tag to compare
  • fixes regex patterns on typescript files - #41