- **Added**: Propagate `kwargs` from `Form.is_valid()` to `Form.validate()` and `Form.validate_{key}()` methods
0.2.1
- **Fixed**: Fixed `to_python()` in FormFieldList
0.2.0
- **Changed**: `Form.validate()` replaced by `Form.is_valid()` - **Added**: `Form.validate()` is now used as a last step of form validation and it's aimed to be overwritten if needed - **Added**: Unit tests initialization
0.1.6
- **Fixed**: Non-required EnumField is now working - **Added**: WIP: Initial method for filling objects `Form::fill()`
0.1.5
- **Fixed**: Assign errors to form before raising `ValidationError`