Releases: codingedward/flask-sieve
Releases · codingedward/flask-sieve
v2.0.1
v2.0.0
Breaking Changes
- This will drop support for Python 3.5 since it is no longer supported by Pillow versions
>=8.2.0
.
Vulnerability Fixes.
- Updates Pillow to version
>=8.2.0
.
v1.3.1
Bug fixes
- The rule
sometimes
was failing when combined with other rules, likenumeric
,lt
, etc. 0
andfalse
values were making the rulerequired
fail.- Success key was missing by default on the response.
v1.3.0
New Features
- This adds the "sometimes" that allows elements to be validated only when they are not empty.
v1.2.2
v1.2.1
New Features
- This allows you to set custom messages when you use manual validation.
Improvements
- Fields separated by underscores
_
now get joined with whitespace. Such asemail_address
toemail address
.
v1.2.0
New Features
- This adds the ability to configure the default error response.
Improvements
- App registration is now done after instantiation.
v1.1.3
Improvements
- Fix mimetype validation to check bytes by default
- Improve test coverage.
Version 1.1.2
Bug fixes
- Fix image dimensions validation.
Improvements
- Improve test coverage.
- Split documentation and project dependencies.
- Create a read-the-docs configuration.
Version 1.1.1
Bug fixes
Specifying a value as nullable was not being by the validations parser.