Skip to content

Releases: adonisjs/assembler

Fix readTsConfig paths normalization logic and rescanning of routes

04 Nov 11:12

Choose a tag to compare

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

04 Nov 09:59

Choose a tag to compare

Pre-release

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

04 Nov 07:59

Choose a tag to compare

Fix issues Pre-release
Pre-release

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

04 Nov 06:33

Choose a tag to compare

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

03 Nov 12:58

Choose a tag to compare

Pre-release

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

09 Oct 06:48

Choose a tag to compare

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

03 Oct 04:47

Choose a tag to compare

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

30 Sep 12:48

Choose a tag to compare

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

27 Sep 15:55

Choose a tag to compare

Pre-release

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

26 Sep 12:59

Choose a tag to compare

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