Skip to content

Releases: adonisjs/core

Bug fixes and export defineStaticProperty helper

30 Sep 13:01
Compare
Choose a tag to compare

7.0.0-next.4 (2025-09-30)

Bug Fixes

  • import transformers as types in data file (7982cdd)
  • pass ctx.containerResolver to the serializer (b199a01)

Features

  • export defineStaticProperty helper (b220bb5)

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

Export transformer variants in Data objects and allow infering SharedProps

27 Sep 12:49
Compare
Choose a tag to compare

7.0.0-next.3 (2025-09-27)

Features

  • add support for defining SharedProps within Data objects (fb9d9d3)
  • export transformers variants via Data types (2479792)

Full Changelog: v7.0.0-next.2...v7.0.0-next.3

Install next version of AdonisJS packages and share urlFor/signedUrlFor helpers with Edge templates

26 Sep 16:47
Compare
Choose a tag to compare

7.0.0-next.2 (2025-09-26)

Features

  • add command to install next version of adonisjs packages (bc8bbbc)
  • events barrel file to import Events using import expressions (9aeee6f)
  • share urlFor and signedUrlFor helpers with edge templates (1cc1153)

Full Changelog: v7.0.0-next.1...v7.0.0-next.2

Add ctx.serialize, make transformers command and generate data types for transformers

19 Sep 11:39
Compare
Choose a tag to compare

7.0.0-next.1 (2025-09-19)

Features

  • add common types helpers (37a6302)
  • add ctx.serialize method and remove transfrom method (8c2b5c8)
  • add make:transformer command (cf7c586)
  • add support for generating transformers data objects (82a34a3)

Full Changelog: v7.0.0-next.0...v7.0.0-next.1

Introduce HTTP transformers, type-safe URL builder and tracing

06 Sep 03:01
Compare
Choose a tag to compare

7.0.0-next.0 (2025-09-06)

Bug Fixes

  • do not generate types and routes json until the routes have been committed (ee1ef6c)

Features

  • add HTTP transformers (aae3f1c)
  • add indexEntities hook to generate barrel files (fcf5d26)
  • add url_builder service (4ad12ed)
  • trace ace commands execution (24436bf)

Full Changelog: v6.19.0...v7.0.0-next.0

Export VineMultipartClass for extending and fix multipart file serialization issue

17 Jun 06:40
Compare
Choose a tag to compare

6.19.0 (2025-06-17)

Features

What's Changed

New Contributors

Full Changelog: v6.18.0...v6.19.0

Use merged request body when mergeMultipartFieldsAndFiles is enabled

15 May 10:29
Compare
Choose a tag to compare

6.18.0 (2025-05-15)

Please read the release notes of @adonisjs/bodyparser package to understand how merged request body works and why this feature was added. https://github.com/adonisjs/bodyparser/releases/tag/v10.1.0. Solves issue #4777

Features

  • enable allowUnknownFlags for specific commands (6fdf953)
  • use merged request body during validation when mergeMultipartFieldsAndFiles flag is enabled (bd80b39), closes #4777

What's Changed

  • feat: enable allowUnknownFlags for specific commands by @Melchyore in #4921

New Contributors

Full Changelog: v6.17.2...v6.18.0

Update dependencies

13 Feb 07:44
Compare
Choose a tag to compare

6.17.2 (2025-02-13)

  • fix: pin swc as it is broken (84c7d75)
  • chore: update dependencies (9f055da)

Full Changelog: v6.17.1...v6.17.2

Update dependencies

12 Jan 17:33
Compare
Choose a tag to compare

6.17.1 (2025-01-12)

  • ci: add stale workflow (71db68d)
  • chore: update dependencies (df6e922)

Full Changelog: v6.17.0...v6.17.1

Improvements to the list routes command

15 Dec 03:14
Compare
Choose a tag to compare

6.17.0 (2024-12-15)

  • test: add brisk route in list routes test (85e49e7)
  • test: fix breaking tests (cf622f0)
  • refactor: display of route handler (fbebf24)
  • feat: display route closure listArgs when listing routes (880b5b7)
  • chore: update dependencies (ddf0c5c)

Full Changelog: v6.16.0...v6.17.0