Releases: fastify/fastify-autoload
Releases · fastify/fastify-autoload
v0.7.1
📚 PR:
- ignore missing dependency (#32)
v0.7.0
📚 PR:
- Bumped deps
- chore(package): update fastify to version 2.0.0 (#22)
- Update travis badge (#24)
- check for exports.default first (#23)
- support types and add types case (#28)
- support loading of plugins based on dependency (#30)
v0.6.0
- Skip loading folders without js files inside
#20
v0.5.1
- Make SyntaxError include the line number in the message #15
v0.5.0
- autoload ignore pattern #10
v0.4.0
- append plugin
autoPrefix
to the prefix
#7
v0.3.0
- Added custom options support - #3