- Fixes for translation work in 0.20.0 to work with [360Giving and IATI CoVEs](https://github.com/OpenDataServices/cove/)
0.20.0
Changed
- Move all strings that show in the web frontend from here to lib-cove-web. This includes HTML validation messages. https://github.com/OpenDataServices/lib-cove/pull/68
0.19.1
Fixed
- Don't require a config to be set on schema objects
0.19.0
Changed
- CustomRefResolver and CustomJsonrefLoader now respect `cache_all_requests` in the config
0.18.0
Fixed
- No longer crashes when null appears in an array https://github.com/OpenDataServices/cove/issues/1287
Changed
- Remove OCDS specific code. This includes renaming several methods of SchemaJsonMixin to remove the word "release". Any use of this mixin will need to be updated. This includes OCDS, 360Giving, IATI and BODS CoVEs.