Releases: fastify/fastify-autoload
Releases Β· fastify/fastify-autoload
v3.0.2
π PR:
- Fixed support for prefix and index.js loading
v3.0.1
- Fixed support for nested folders
v3.0.0
- ESM support and async/await refactor (#76)
v2.0.0
π PR:
- Updated dependencies
- Use dependabot instead of greenkeeper (#70)
- Bump @types/node from 12.12.32 to 13.9.5 (#68)
- Bump @typescript-eslint/parser from 1.13.0 to 2.25.0 (#67)
- Upgrade fastify to v3 (#71)
v1.2.2
π PR:
- Ignore TypeScript definition files (#66)
- github actions (#64)
v1.2.1
π PR:
- Fixes plugin.autoConfig on export default (#62)
v1.2.0
π PR:
- support plugin.autoConfig (#60)
v1.1.0
π PR:
- Update standard to the latest version π (#43)
- Update standard (#50)
- chore(package): update @typescript-eslint/eslint-plugin to version 2.0.0 (#47)
- update package (#53)
- Node 12 test fix (#56)
- Automatically wrap full routes into fastify plugins (#57)
v0.8.0
- Load multiple modules from a directory #33