Skip to content

Releases: adonisjs/assembler

Use log message for displaying index files generation message

09 Oct 06:48
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

Allow using nested File buffers

19 Sep 08:36
Compare
Choose a tag to compare
Pre-release

8.0.0-next.9 (2025-09-19)

Features

  • allow usage of nested file buffers (a9801ac)
  • export VirtualFileSystem and FileBuffer (653e5a2)

Full Changelog: v8.0.0-next.8...v8.0.0-next.9

Customize barrel key name and share helpers to generate import path

19 Sep 07:10
Compare
Choose a tag to compare

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

05 Sep 08:51
Compare
Choose a tag to compare

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

05 Sep 03:33
Compare
Choose a tag to compare

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

26 Aug 08:47
Compare
Choose a tag to compare

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