The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-05-15 | 1.1 kB | |
| Use merged request body when mergeMultipartFieldsAndFiles is enabled source code.tar.gz | 2025-05-15 | 77.5 kB | |
| Use merged request body when mergeMultipartFieldsAndFiles is enabled source code.zip | 2025-05-15 | 176.9 kB | |
| Totals: 3 Items | 255.4 kB | 0 | |
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 https://github.com/adonisjs/core/issues/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 https://github.com/adonisjs/core/pull/4921
New Contributors
- @Melchyore made their first contribution in https://github.com/adonisjs/core/pull/4921
Full Changelog: https://github.com/adonisjs/core/compare/v6.17.2...v6.18.0