Releases: thedumbterminal/jsonschema-avro
Releases · thedumbterminal/jsonschema-avro
v2.1.1
v2.1.0
- 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)
v2.0.0
- JSON schema number type now converts to double Avro type.
v1.8.1
- Remove unwanted console.log.
v1.8.0
- 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)
v1.7.0
- Nullable enums now supported. (mikeb1rd)
v1.6.1
- Fields now have unique names. (pdanpdan)
v1.6.0
- Supports optional properties.
v1.5.0
- Namespace and name of initial Avro record now generated from JSON Schema ID.
v1.4.0
- Array elements now supported. (pdanpdan)