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