Skip to content

Releases: zhiyi7/fastify-app

v2.0.2

01 Mar 12:03
Compare
Choose a tag to compare

Upgrade fastify to 5.x

v2.0.1

01 Mar 10:30
Compare
Choose a tag to compare

Bug fix.

v2.0.0

01 Mar 10:03
Compare
Choose a tag to compare

See README.md

v1.1.0

08 Nov 19:14
Compare
Choose a tag to compare
  • ESM supported.
  • Every file not starts with underscore in the app folder will be registered as a plugin.
  • Remove database initializing.
  • Dependencies updated.

v1.0.7

19 Sep 02:40
Compare
Choose a tag to compare

Fix security vulnerabilities.

v1.0.6

05 Jul 09:31
Compare
Choose a tag to compare

Log request body only if content-type is application/json.
Upgrade fastify to 4.28.1

v1.0.5

17 May 16:32
Compare
Choose a tag to compare

chore: Update package version to 1.0.5 and fastify dependency to 4.27.0
add: config.app.disableLogRequestHeaders option.

v1.0.4

07 May 12:02
Compare
Choose a tag to compare

Change casing of internalServerErrorCode.

v1.0.3

17 Apr 14:37
Compare
Choose a tag to compare

If request body is too long, truncate it when logging the request body.

v1.0.2

13 Apr 15:59
Compare
Choose a tag to compare

Add .npmignore to ignore .github folder in published package.