Releases: zhiyi7/fastify-app
Releases · zhiyi7/fastify-app
v1.1.0
- 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
Fix security vulnerabilities.
v1.0.6
Log request body only if content-type is application/json.
Upgrade fastify to 4.28.1
v1.0.5
chore: Update package version to 1.0.5 and fastify dependency to 4.27.0
add: config.app.disableLogRequestHeaders option.
v1.0.4
Change casing of internalServerErrorCode.
v1.0.3
If request body is too long, truncate it when logging the request body.
v1.0.2
Add .npmignore to ignore .github folder in published package.