Releases: adonisjs/core
Releases · adonisjs/core
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
Improvements to the list routes command
Fix NODE_ENV issue with test command and Verification token abstract class
6.16.0 (2024-12-05)
- fix: force NODE_ENV=test when running the test command (25a8d8a), closes #4794
- feat: add VerificationToken abstract class (ec313c2)
- chore: update dependencies (befb276)
Full Changelog: v6.15.2...v6.16.0
Support VineJS 3.0
Update dependencies
- chore: update dependencies (4e9464c)
- chore: upgrade install-pkg to 0.5 (21d29b3)
- refactor(stubs): use generators to make service class name (e7d0974)
Full Changelog: v6.15.0...v6.15.1
Small improvements to commands
- fix(commands): use Array#some instead of Array#includes for type-safety (c598b55)
- ci: update node version (8696178)
- chore: update dependencies (3104d11)
- feat(stubs): generate an empty class when creating a service (bf9b2bd)
- doc: update installPackages jsdoc to match current implementation (#4766) (41f5d66), closes #4766
What's Changed
- doc: update installPackages jsdoc to match current implementation by @brunoziie in #4766
New Contributors
- @brunoziie made their first contribution in #4766
Full Changelog: v6.14.1...v6.15.0
Update dependencies
6.14.1 (2024-10-09)
Full Changelog: v6.14.0...v6.14.1