Releases: adonisjs/assembler
Releases · adonisjs/assembler
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
Update hot-hook message handling
8.0.0-next.18 (2025-11-04)
Bug Fixes
- update hot-hook messages handling (305d095)
Full Changelog: v8.0.0-next.17...v8.0.0-next.18
Fix issues
8.0.0-next.17 (2025-11-04)
Bug Fixes
- handle routes without a handler and do not crash when processing or routes fail (2305d28)
Full Changelog: v8.0.0-next.16...v8.0.0-next.17
Fix PathsResolver and remove the need of loading TypeScript
8.0.0-next.16 (2025-11-04)
Bug Fixes
- path resolver to resolve paths from a specific parent (4e3c1a2)
Features
- do not load typescript when launching dev server and fix paths resolver issue (5523326)
Full Changelog: v8.0.0-next.15...v8.0.0-next.16
Integrate routes scanner
8.0.0-next.15 (2025-11-03)
Bug Fixes
- add keep alive mechanism for failing test (65776fe)
Features
- integrate routes scanner with the dev server (f5370c2)
Use log message for displaying index files generation message
8.0.0-next.14 (2025-10-09)
Features
- use logs for displaying index files generation (9dfe361)
Full Changelog: v8.0.0-next.13...v8.0.0-next.14
Add support for substituting configDir in include and exclude
8.0.0-next.13 (2025-10-03)
Features
- add support for substituting configDir magic variable in tsconfig file (1790c15)
Strive to proper formatting for files generated via Index generator
8.0.0-next.12 (2025-09-30)
Features
- enable eol by default and generated formatted output when no entities are found in scan (1a38a27)
Full Changelog: v8.0.0-next.11...v8.0.0-next.12
Always watch inertia app source code
8.0.0-next.11 (2025-09-27)
Features
- always watch inertia app via hot-hook (385c21a)
- always watch inertia directory via watcher (9b2e31a)
- enable eol in buffer (30b50c4)
Full Changelog: v8.0.0-next.10...v8.0.0-next.11
Add support for creating barrel files without lazy imports
8.0.0-next.10 (2025-09-26)
Features
- add support for creating barrel files without lazy imports (5990137)
- remove hooks helpers as they will be added to the application package (fdb509f)
Full Changelog: v8.0.0-next.9...v8.0.0-next.10