- **Changed**: All package exceptions inherits from `ApiFormException`. - **Fixed**: Specifying encoding while opening files in `setup.py` (failing on Windows OS).
0.9.0
- **Changed**: Moved field error messages to default_error_messages for easier overriding and testing. - **Fixed**: Fix KeyError when invalid values are sent to FieldList. - **Fixed**: Removed unnecessary error checking in FieldList.
0.8.0
- **Added**: Tests for fields - **Changed**: Remove DeclarativeFieldsMetaclass and import from Django instead. - **Changed**: Msgpack dependency is no longer required. - **Changed**: Empty values passed into a FormField now return {} rather than None. - **Fixed**: Throw a more user friendly error when passing non-Enums or invalid values to EnumField.
0.7.1
- **Changed** Use [poetry](https://python-poetry.org/) instead of [pipenv](https://github.com/pypa/pipenv) - **Changed**: Library renamed from `django_api_forms` to `django-api-forms` (cosmetic change without effect)
0.7.0
- **Changed**: Library renamed from `django_request_formatter` to `django_api_forms` - **Changed**: Imports in main module `django_api_forms`