Releases: LucaScorpion/nestjs-autoloader
Releases · LucaScorpion/nestjs-autoloader
v1.2.1
What's Changed
- Only log if verbose level is enabled by @LucaScorpion in #9
Full Changelog: v1.2.0...v1.2.1
v1.2.0
v1.1.2
What's Changed
- Add
e2e-test
ande2e-spec
to ignored script infixes by @LucaScorpion in #8
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- docs: update sample snippet for nestjs v9 by @micalevisk in #6
- Expand Nest peer dependency to include selected v8 range by @LucaScorpion in #7
New Contributors
- @micalevisk made their first contribution in #6
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Load files from subdirectories by @LucaScorpion in #4
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Initial release 🎉
This version has support for basic autoloading of providers and controllers.