Skip to content

Releases: codingedward/flask-sieve

v2.0.1

27 May 01:05
b678095
Compare
Choose a tag to compare

Bug Fixes

  • This fixes bugs associated with size rules on strings (#36)

v2.0.0

18 Mar 22:53
2f7f67d
Compare
Choose a tag to compare

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

01 Mar 02:45
Compare
Choose a tag to compare

Bug fixes

  • The rule sometimes was failing when combined with other rules, like numeric, lt, etc.
  • 0 and false values were making the rule required fail.
  • Success key was missing by default on the response.

v1.3.0

22 Jan 00:03
Compare
Choose a tag to compare

New Features

  • This adds the "sometimes" that allows elements to be validated only when they are not empty.

v1.2.2

06 Dec 20:52
Compare
Choose a tag to compare

Bug fixes.

  • All conditional inclusion checks were failing if the one did not include nullable as a rule (#19)

v1.2.1

17 Nov 12:57
2a8e285
Compare
Choose a tag to compare

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 as email_address to email address.

v1.2.0

18 Sep 01:37
Compare
Choose a tag to compare

New Features

  • This adds the ability to configure the default error response.

Improvements

  • App registration is now done after instantiation.

v1.1.3

13 Sep 22:41
6453739
Compare
Choose a tag to compare

Improvements

  • Fix mimetype validation to check bytes by default
  • Improve test coverage.

Version 1.1.2

16 Aug 07:32
Compare
Choose a tag to compare

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

01 May 23:33
6d419dc
Compare
Choose a tag to compare

Bug fixes

Specifying a value as nullable was not being by the validations parser.