Releases: fastify/fastify-cli
Releases · fastify/fastify-cli
v0.25.0
- Improved project scaffolding (#114)
v0.24.0
- Update make-promises-safe v3.0.0 #118
v0.23.0
- Switch
minimist
with yargs-parser
#111 (fixes #110)
- Fix typos #116
- Update dependencies to fix windows related issues (#115 , #113)
v0.22.1
- Make sure we restart after a bad crash when watching #105
-w
watch cleanup #107
v0.22.0
- Added a test helper #103
- Create docs on how to migrate off fastify-cli #104
- Added make-promises-safe #102
v0.21.0
- Fix unit test and refactor start #98
- Added a default pluginTimeout #99
v0.20.0
- Set the default log level to INFO in the template #61
v0.19.0
- Updated fastify-autoload #93
v0.18.0
- Added support for watch #92
v0.17.0
- Support
PORT
env variable #88