Releases: adonisjs/assembler
Releases · adonisjs/assembler
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
Allow using nested File buffers
Customize barrel key name and share helpers to generate import path
8.0.0-next.8 (2025-09-19)
Features
- allow customizing the baseName for the barrel file and other generator keys (48664be)
- drop quotes from barrel object keys (04f8842)
- share helpers to create importPath with index generator (b3a570a)
Full Changelog: v8.0.0-next.7...v8.0.0-next.8
Inline hooks and integrate IndexGenerator with bundler
8.0.0-next.7 (2025-09-05)
Features
- allow inline hooks (6298cc9)
- expose cwdPath property via bundler, dev-server and the test-runner (cf79673)
- integrate index generator with bundler (0d8ac1f)
- introduce hooks helpers (2cfe1a2)
Full Changelog: v8.0.0-next.6...v8.0.0-next.7
Add index generator and introduce new assembler hooks
8.0.0-next.6 (2025-09-05)
Bug Fixes
- dev-server watcher to use unix relativePath (26ed531)
- issue with clean shutdown (eab4b46)
- normalize file paths to unix slashes (2f15087)
- normalize file paths to unix slashes (1b90d1d)
- normalize file paths to unix slashes (21196a2)
- normalize file paths to unix slashes (5c0f656)
Features
- accept both relative and absolute path to avoid conversion throughout the codebase (c6a6f25)
- add index generator and introduce init and routes lifecycle hooks (9ba7455)
- add method to get controllers bound to routes in routes_scanner (ba220c5)
- add support for propagating filesystem changes to index generator (2a10ab3)
- display log message after generating the index file (f2a4348)
- export and document index generator (96a18a0)
- integrate index generator with tests runner (6bd21b7)
- integrate index generator with the dev server (7bb4578)
- setup typedoc (984c134)
Fix dev server and test runner to invoke onError hook when unable to parse tsconfig file
Fix dev server and test runner to invoke onError hook when unable to parse tsconfig file
Pre-release
Pre-release
8.0.0-next.5 (2025-08-26)
Features
- invoke onError hook when unable to parse tsconfig file (4d8a94e)
Full Changelog: v8.0.0-next.4...v8.0.0-next.5