Releases: fastify/fastify-autoload
Releases · fastify/fastify-autoload
v3.0.7
📚 PR:
- Fix cyclic detection logic in case a multi-head graph (#97)
v3.0.6
📚 PR:
- test: add cyclic-dependency and module-error tests (#96)
- add support to detect ts-jest environment (#95)
v3.0.5
- Doesn't load the modules next to an index.js file (fix #90) (#92)
v3.0.4
📚 PR:
- Bugfix: prefix aggregation issues (#94)
v3.0.3
📚 PR:
- Bumped fastify@3.0.0
- Import plugins in parallel to reduce load times (#80)
- Bump tsd from 0.11.0 to 0.12.0 (#83)
- Bump tsd from 0.12.1 to 0.13.1 (#85)
- fixed another directory with index file (#87)
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)