Releases: adonisjs/bodyparser
Releases · adonisjs/bodyparser
Add support for marking file as moved
Update dependencies
Update dependencies
- chore: update dependencies 174e1c0
update dependencies
update dependencies
Add support for converting empty strings to null
The release adds support for converting empty strings to null for url encoded and multipart requests.
The goal of the addition is to handle the native behavior of the browsers and not protect against someone sending empty strings or strings full of whitespaces. All those cases should be handled by the validator
Commits
Export middleware from the module default export
This also breaks the existing Adonis/Core/BodyParserMiddleware
container binding
Commits
- refactor: export default middleware c164080
Publish under latest tag
Dropping support for Node 12
Remove strict option and smartly decide the file type validation
The strict
option was introduced in the last release and was never documented. We have removed this option and smartly validate the file type using the best available validation option