This release: 1. Drops support for Python v2.7 and Python v3.4, which have reached their EOL (58). 2. Adds a way to allow declaring a specific blank value on a per-field basis (59).
0.7.10
0.7.7
This release improves performance of the `Regex` field (and all fields that are based on it, e.g. `DateTime`, `Email`, `URL`) by caching the compiled regular expression (44).
0.7.6
This release fixes a bug where the `URL` field did not respect the `required` flag (41).
0.7.5
0.7.4
This release allows the users to narrow down the choices accepted by an `Enum` field.