Releases: adonisjs/core
Releases · adonisjs/core
Bug fixes and export defineStaticProperty helper
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
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
Install next version of AdonisJS packages and share urlFor/signedUrlFor helpers with Edge templates
Pre-release
Pre-release
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
Pre-release
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
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
6.19.0 (2025-06-17)
Features
What's Changed
- feat: export VineMultipartFile class by @adamcikado in #4943
New Contributors
- @adamcikado made their first contribution in #4943
Full Changelog: v6.18.0...v6.19.0
Use merged request body when mergeMultipartFieldsAndFiles is enabled
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
- @Melchyore made their first contribution in #4921
Full Changelog: v6.17.2...v6.18.0
Update dependencies
6.17.2 (2025-02-13)
Full Changelog: v6.17.1...v6.17.2
Update dependencies
6.17.1 (2025-01-12)
Full Changelog: v6.17.0...v6.17.1