- **Added**: `FileField` and `ImageField` introduced - **Added**: Defined extras in `setup.py` for optional `Pillow` and `msgpack` dependencies - **Added**: Working `Form::fill()` method for primitive data types. Introduced `IgnoreFillMixin`
0.14.0
- **Added**: `BaseForm._request` property introduced (now it's possible to use request in `clean_` methods)
0.13.0
- **Fixed**: Fixed `Content-Type` handling if `charset` or `boundary` is present
0.12.0
- **Fixed**: Do not call resolvers methods, if property is not required and not present in request
0.11.0
- **Changed**: Non specified non-required fields will no longer be available in the cleaned_data form attribute.