Skip to content

Releases: adonisjs/assembler

Add more codemods

22 Jan 18:11

Choose a tag to compare

Add more codemods Pre-release
Pre-release

8.0.0-next.31 (2026-01-22)

Features

  • add codetransformer.addControllerMethod codemod (adfc592)
  • add codetransformer.addLimiter codemod (040e0b7)
  • add CodeTransformer.addValidator codemod (1c3a8e8)
  • add support for applying mixins to a model (d66f850)

Full Changelog: v8.0.0-next.30...v8.0.0-next.31

Choose random VITE_HMR_PORT and inject DEV_MODE environment variable to dev server process

10 Jan 10:58

Choose a tag to compare

8.0.0-next.30 (2026-01-10)

Features

  • remove noisy logs of index generator initial generation (71921ce)
  • use a random VITE_HMR_PORT and inject DEV_MODE env var when running dev server (443ffc9)

Full Changelog: v8.0.0-next.29...v8.0.0-next.30

New codemods

07 Jan 18:14

Choose a tag to compare

New codemods Pre-release
Pre-release

8.0.0-next.29 (2026-01-07)

Features

  • add CodeTransform addNamedImport, addDefaultImport and raw assembler hooks (#87) (c17c6a9)

Improve codemod errors and read custom directories from adonisrc.ts file

31 Dec 12:46

Choose a tag to compare

8.0.0-next.28 (2025-12-31)

Features

  • improve codemod errors and support custom directories (#86) (b855b2b)

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

19 Dec 10:12

Choose a tag to compare

8.0.0-next.27 (2025-12-19)

Bug Fixes

  • use InferInput instead of Infer within RoutesScanner (7337ca5)

Add support for filtering routes via RoutesScanner

18 Dec 04:29

Choose a tag to compare

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 😅

18 Dec 04:02

Choose a tag to compare

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

15 Dec 11:54

Choose a tag to compare

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

14 Dec 15:13

Choose a tag to compare

Update dependencies Pre-release
Pre-release

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

13 Dec 21:18

Choose a tag to compare

Pre-release

8.0.0-next.22 (2025-12-13)

Bug Fixes

  • move watcher to assembler and send IPC messages for file changes (#85) f209b0f, closes #85