Skip to content

Releases: adonisjs/application

Update dependencies

15 Dec 04:31

Choose a tag to compare

Update dependencies Pre-release
Pre-release

9.0.0-next.12 (2025-12-15)

Full Changelog: v9.0.0-next.11...v9.0.0-next.12

Update dependencies

14 Dec 15:55

Choose a tag to compare

Update dependencies Pre-release
Pre-release

9.0.0-next.11 (2025-12-14)

Full Changelog: v9.0.0-next.10...v9.0.0-next.11

Allow scannedRoutes hook

23 Oct 18:49

Choose a tag to compare

Pre-release

9.0.0-next.10 (2025-10-23)

Bug Fixes

  • allow routesScanned hook during rcFile validation (d7c6018)

Features

Full Changelog: v9.0.0-next.9...v9.0.0-next.10

Add hooks helpers to define assembler hooks without doing types gymnastics

26 Sep 13:02

Choose a tag to compare

9.0.0-next.9 (2025-09-26)

Features

  • add hooks helpers to define assembler hooks without doing types gymnastics (958925a)

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

Add transformers to the list of directories

19 Sep 10:40

Choose a tag to compare

9.0.0-next.8 (2025-09-19)

Features

  • add transformers to the list of directories (accde3e)

Full Changelog: v9.0.0-next.7...v9.0.0-next.8

Add generator for creating transformers

19 Sep 07:20

Choose a tag to compare

Pre-release

9.0.0-next.7 (2025-09-19)

Features

  • add generator for creating transformers (3bd3011)

Full Changelog: v9.0.0-next.6...v9.0.0-next.7

Update presets to receive NormalizedRcFileInput

05 Sep 09:48

Choose a tag to compare

9.0.0-next.6 (2025-09-05)

Features

  • share NormalizeRcFileInput with presets (65e6f63)

Full Changelog: v9.0.0-next.5...v9.0.0-next.6

Pass RCFileInput to presets

05 Sep 06:11

Choose a tag to compare

Pre-release

9.0.0-next.5 (2025-09-05)

Features

  • setup typedoc (40d52cc)
  • update presets to receive RcFileInput (8f9e633)

Full Changelog: v9.0.0-next.4...v9.0.0-next.5

Add tracing for providers lifecycle and add directories configuration for generated code

27 Aug 16:32

Choose a tag to compare

9.0.0-next.4 (2025-08-27)

Bug Fixes

  • calling terminate multiple times (#37) (b9a73aa)

Features

  • add debug calls to provider boot lifecycle (866a0d9)
  • add generatedClient and generatedServer directories (e44bfda)
  • add tracing channels to track providers lifecycle (add21ea)
  • share provider via message object in tracing channels (6843b56)

Full Changelog: v9.0.0-next.3...v9.0.0-next.4

Avoid terminating app multiple times

19 Aug 01:47

Choose a tag to compare

8.4.2 (2025-08-19)

Bug Fixes

  • calling terminate multiple times (#37) (0bc5f0a)