* Change cython writer to use more cdef functions (scottbelden in PR 228) * Change cython reader to use more cdef functions (scottbelden in PR 229) * Fix incorrect field name when validating arrays and maps (scottbelden in PR 231) * Enforce that all named schemas have a "name" field (scottbelden in PR 230)
0.19.8
* Fix a RuntimeError on Python 3.7 (scottbelden in PR 220) * Make it more clear that a MIT license is being used (scottbelden in PR 223) * Fix issue with aliases when there is a new field in the new schema (scottbelden in PR 226)
0.19.7
* Implement the block_reader interface (ryan-williams in PR 208) * Add coverage report (chobeat in PR 216) * Add Python 3.7 testing (scottbelden in PR 213)
0.19.6
* Fix issue when ValidationErrorData field is None (rhaarm in PR 212)
0.19.5
* Fix overzealous validation errors (ryan-williams in PR 207)
0.19.4
* Improve error messages from validation (rhaarm in PR 182 and scottbelden in PR 202)