- Drop Python 3.5 support https://github.com/OpenDataServices/lib-cove/pull/81
Changed
- Remove unused dependencies from setup.py https://github.com/OpenDataServices/lib-cove/pull/80
0.22.1
Fixed
- Fix a typo of a variable name, that meant `date-time` and `uri` validation messages were incorrectly grouped
0.22.0
Changed
- `get_schema_validation_errors` and therefore `common_checks_context` return more fields on each error dictionary, so that we can [replace the message with a translation in lib-cove-web](https://github.com/open-contracting/cove-ocds/issues/144)
Fixed
- Don't error when the value for the `items` key in a JSON Schema is not a dict
0.21.0
Changed
- Remove dependency on fcntl, improve Windows support https://github.com/OpenDataServices/lib-cove/pull/74
0.20.3
Fixed
- JSON Schema is not guaranteed to set `type`, so look for `properties` or `items` instead (in `schema_dict_fields_generator`)
Fixed
0.20.2
Fixed
- Don't error when JSON schema "properties" values aren't JSON Schema, and log a warning instead https://github.com/OpenDataServices/lib-cove/pull/71