* Fix bug where the schema type was not being evaluated correctly when writing a union with the tuple notation (scottbelden in PR 510)
1.3.1
* Implement low level skip functions to improve reading a subset of a record (scottbelden in PR 504) * Added to_parsing_canonical_form API * Added fingerprint API
1.3.0
* New load_schema_ordered API that works similar to load_schema but allows the user to specify where all the schema files are rather than needing them all to be in the same directory (scottbelden in PR 497) * When using the json_reader, default values from the schema will be used if the JSON data is missing them (scottbelden in PR 498)
1.2.4
* Fix two bugs in load_schema where the sub-schemas were not being injected correctly (scottbelden in PR 495)
1.2.3
* Fix bug where fully resolved enums and fixed types were not being handled when fixing schemas (scottbelden in PR 492)
1.2.2
* Fix bug where namespaces were not resolved when loading schemas (scottbelden in PR 491)