Skip to content

Releases: adonisjs/core

Fix generation of Data types when storing transformers within nested directories

Choose a tag to compare

@github-actions github-actions released this 05 Dec 23:09

7.0.0-next.13 (2025-12-05)

Bug Fixes

  • use empty separator when joining parent namespaces for transformer imports efd6361

Full Changelog: v7.0.0-next.12...v7.0.0-next.13

Fix broken build output from the last release

Choose a tag to compare

@github-actions github-actions released this 03 Dec 11:45

7.0.0-next.12 (2025-12-03)

Bug Fixes

  • build output and published files collection 8a027b6

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

Bundle code and introduce a helper to use sync destination from pino

Choose a tag to compare

@github-actions github-actions released this 03 Dec 11:34

7.0.0-next.11 (2025-12-03)

Features

  • add syncDestination helper to create a sync stream for the logger 4e087c4

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

Update dependencies

Update dependencies Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Nov 13:28

7.0.0-next.10 (2025-11-08)

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

Emit routes JSON alongside routes types

Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Nov 07:12

7.0.0-next.9 (2025-11-04)

Features

  • emit routes JSON alongside the routes types file (c7bbdbb)

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

Add support for VineJS v4

Choose a tag to compare

@github-actions github-actions released this 31 Oct 10:48

6.19.1 (2025-10-31)

Full Changelog: v6.19.0...v6.19.1

Register bodyparser middleware as singleton and expose url builder client factory

Choose a tag to compare

@github-actions github-actions released this 25 Oct 08:18

7.0.0-next.8 (2025-10-25)

Features

  • expose url_builder_client factory (a82168b)
  • register bodyparser middleware as singleton (b2248ac)

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

Fix last broken release 😅

Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Oct 15:28

7.0.0-next.7 (2025-10-19)

Bug Fixes

  • routes types generation (09d1151)

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

Always share routes with the parent process

Choose a tag to compare

@github-actions github-actions released this 19 Oct 13:47

7.0.0-next.6 (2025-10-19)

Features

  • always share routes with the parent process (cc0cbfb)

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

Share routes with Edge and add formAttributes edge helper

Choose a tag to compare

@github-actions github-actions released this 10 Oct 07:46

7.0.0-next.5 (2025-10-10)

Features

  • add formAttributes edge helper (1450ec8)
  • add routes and routesJSON helpers to share routes with edge (c1b52a9)
  • do not generate routes.json file and share them with assembler via process.send (25010dd)

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