Skip to content

Releases: fastify/fastify-funky

v3.1.0

26 Dec 16:04
aecb284
Compare
Choose a tag to compare

What's Changed

  • chore(.gitignore): add clinic by @Fdawgs in #133
  • chore(.gitignore): add bun lockfile by @Fdawgs in #135
  • ci: only trigger on pushes to main branches by @Fdawgs in #139
  • build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #140
  • perf: use node: prefix to bypass require.cache call for builtins by @Fdawgs in #142
  • chore: add .gitattributes file by @Fdawgs in #144
  • chore(package): explicitly declare js module type by @Fdawgs in #145
  • workaround: make types work with latest fastify by @Uzlopak in #148

Full Changelog: v3.0.0...v3.1.0

v3.0.0

04 Dec 16:57
0235b8c
Compare
Choose a tag to compare

📚 PR:

  • chore: update metadata name to reflect package name
  • Merge pull request #104 from fastify/Fdawgs-patch-1
  • nodenext compatibility
  • Merge pull request #130 from fastify/nodenext
  • docs: update references to old fastify-* modules (#97)
  • Bump typescript from 4.6.3 to 4.6.4 (#99)
  • Bump husky from 7.0.4 to 8.0.0 (#102)
  • Bump typescript from 4.6.4 to 4.7.2 (#105)
  • major: migrate to reusable workflow (#106)
  • Bump jest from 27.5.1 to 28.1.0 (#100)
  • Bump eslint from 7.32.0 to 8.16.0 (#103)
  • Bump typescript from 4.7.2 to 4.7.3 (#107)
  • chore(.gitignore): use updated skeleton template (#108)
  • Bump @types/node from 17.0.45 to 18.0.0 (#111)
  • Bump typescript from 4.7.3 to 4.7.4 (#112)
  • Bump fastify-plugin from 3.0.1 to 4.0.0 (#118)
  • ci: enable license checking (#119)
  • test: replace use of deprecated variadic listen() (#120)
  • build(deps-dev): bump typescript from 4.7.4 to 4.8.2 (#122)
  • build(deps-dev): bump jest from 28.1.3 to 29.0.1 (#121)
  • Bump fastify from 3.29.1 to 4.2.0 (#115)
  • build(deps-dev): remove typescript (#124)
  • chore(.husky): shell path and arg updates (#125)
  • chore: replace husky with pre-commit (#127)
  • chore: delete coverage (#128)
  • Refactor project, tap etc. (#129)
  • avoid wrapping of isPromise by directly importing (#131)

v2.0.0

27 Apr 13:55
17ac6a6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.3...v2.0.0

1.0.3

19 Sep 21:55
Compare
Choose a tag to compare
  • Fix handler type error in Typescript, add types for supported handler results #50

1.0.2

10 May 19:16
Compare
Choose a tag to compare

Set content-type for text responses correctly #22

1.0.1

12 Dec 00:21
Compare
Choose a tag to compare

Improve error handling for Tasks #3