Skip to content

Add support for converting empty strings to null

Choose a tag to compare

@thetutlage thetutlage released this 24 Apr 05:54

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

  • feat: add support to convert empty strings to null c36d726
  • chore: update dependencies 693c5a7

v7.0.1...v7.1.0