- Fix primitive type with metadata handling
- Fix multi-dimensional array handling
- Allow empty constructor in generated objects
- Support encoding bytes in JSON as base64 string.
- Added encoding option for source and target files.
- Support arrays with union item types.
- Improved enum support (in unions and type references)
- Added support for GeoJSON format
- Improved number parsing
- Added support for circular references and class name clashes
- Maps are treated now as dictionaries, not lists
- Fix map of array of primitive handling
- Escape chars are no longer lost in embedded AVRO schema
- Mandatory record fields are now checked for a value
- Embedded schema now matches original one
- Fix array reference handling.
- Add map type to unions.
- First release on PyPI.