Releases: thedumbterminal/jsonschema-bigquery
Releases · thedumbterminal/jsonschema-bigquery
v1.0.0
- Support for nested descriptions.
v0.1.2
- Improved error message when dealing with union types.
v0.1.1
- Bugfix for jsbq command.
v0.1.0
- Rewrite with improved support for allOf, anyOf and oneOf combined schemas.
v0.0.7
- Support fields with nullable types using
anyOf
method.
v0.0.6
- Supports
allOf
,anyOf
andoneOf
combined schemas.
v0.0.5
- Supports timestamp fields.
v0.0.4
- Supports repeated fields.
v0.0.3
- Now supporting fields with type(s) as an array.
- Field descriptions now supported.
v0.0.2
- Required fields supported.