* use [QtPy](https://pypi.org/project/QtPy/) instead of `PyQt5`
0.1.9
* FIX: default calculation for simple AllOf-cases * New example for ui_schema usage * New example for simple AllOf case
0.1.8
* state-setter in EnumWidget supports Enum-objects * FIX: is_valid_data function in Schema returned wrong results * FIX: AnyOf-Widget was not working properly with several types of the same type (issue 13) * add first testing for EnumWidget * renamed some examples
0.1.7
* improve the readme-file * add simple load/save functionality to the application * add changelog to project-description * add workaround for pydantic-allOf schema
0.1.6
* improve anyOf support: * setting a state may modify the combo-box (if entry was changed) * improve default-support