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