- Removed support for incorrect invalid non string types. (frk-dc)
- Doc property removed from array types. (frk-dc)
- Omit undefined or boolean item types. (frk-dc)
- Process complex array types (array of arrays/enums/objects). (pdanpdan)
- Process default on all structure types. (pdanpdan)
- JSON schema number type now converts to double Avro type.
- Remove unwanted console.log.
- Support for JSON schema draft v6+ schema IDs. (mikeb1rd)
- Support for optional arrays and arrays with multiple types. (mikeb1rd)
- Convert enums without null but are optional. (mikeb1rd)
- Nullable enums now supported. (mikeb1rd)
- Fields now have unique names. (pdanpdan)
- Supports optional properties.
- Namespace and name of initial Avro record now generated from JSON Schema ID.
- Array elements now supported. (pdanpdan)
- Allows object properties to be omitted.
- Supports namespaces.
- Supports default values.
- Supports fields with multiple types.
- Now supports descriptions.
- Now supports
enum
properties.
- Initial release.