* fixed wrong object match when searching for the most matching `JSONObject` while deserializing and there were multiple objects that had the same number of matching occurrences - then the `JSONObject` with the exact same amount of fields as the `dict` should be taken
0.4.0
* added the name of the object to the `FieldValidationError` which is thrown in the `validate_if_required_fields_satisfied` * fixed the wrong object type when searching the most matching `JSONObject` while deserializing
0.3.1
* fix the installation error which was caused in version 0.3.0
0.3.0
* added a better compliance for the ISO-8601 date format with a few exceptions which are **NOT** implemented: * calendar dates with `YYYY-MM` and `--MM-DD`/`--MMDD` * week dates **completely** * ordinal dates **completely**