Releases: adonisjs/assembler
Releases · adonisjs/assembler
Improve codemod errors and read custom directories from adonisrc.ts file
8.0.0-next.28 (2025-12-31)
Features
What's Changed
- feat: improve codemod errors and support custom directories by @RomainLanz in #86
Full Changelog: v8.0.0-next.27...v8.0.0-next.28
Use `InferInput` instead of `Infer` for Routes Scanner
Add support for filtering routes via RoutesScanner
8.0.0-next.26 (2025-12-18)
Features
- export filter function to filter out routes from being processed (3fc4a6c)
Full Changelog: v8.0.0-next.25...v8.0.0-next.26
Share hooks with the init hook to allow registering additional hooks 😅
8.0.0-next.25 (2025-12-18)
Features
- remove skip array rules in favor of filterFn in routes scanner (954b673)
- share hooks instance with the init hook (2c6bc0d)
Full Changelog: v8.0.0-next.24...v8.0.0-next.25
Add support for filtering files via IndexGenerator
8.0.0-next.24 (2025-12-15)
Features
- add support for filtering files via IndexGenerator 0dc3415
Full Changelog: v8.0.0-next.23...v8.0.0-next.24
Update dependencies
8.0.0-next.23 (2025-12-14)
Full Changelog: v8.0.0-next.22...v8.0.0-next.23
Bring back the watcher to Assembler
8.0.0-next.22 (2025-12-13)
Bug Fixes
Make index generator work seamlessly with DDD projects
8.0.0-next.21 (2025-12-10)
Features
- add
skipSegmentson IndexGenerator 35212bd
Full Changelog: v8.0.0-next.20...v8.0.0-next.21
Fix Validator extractor bug
Fix readTsConfig paths normalization logic and rescanning of routes
8.0.0-next.19 (2025-11-04)
Bug Fixes
- re-scan routes when file is meant to be hot-reloaded but not part of imports tree (bed276b)
- readTsConfig helper to return relative includes and excludes (0280afc)
Full Changelog: v8.0.0-next.18...v8.0.0-next.19