Releases: thedumbterminal/jsonschema-bigquery
Releases · thedumbterminal/jsonschema-bigquery
v7.0.0
v6.1.0
unevaluatedProperties
now supported when checking for additional properties.
v6.0.0
- Objects with no properties convert to JSON fields.
- Updated dependencies.
v5.1.0
- JSBQ CLI output now compatible with Google's bq CLI.
- Logging code reduced.
- Updated dependencies.
v5.0.1
- JSBQ CLI now supports draft-7+ schemas
- Updated dependencies
v5.0.0
- Updated converter to generate numeric instead of float for number type.
- Fixed field name validation.
- Now supports TIME columns.
- Updated to node 16, and updated dependencies.
v4.1.0
- Now checks for field name format.
v4.0.1
- Support more formats for table ID utility.
v4.0.0
- Dropped support for node 8.
- Updated dependencies.
v3.4.0
- Date formats now supported in
OneOf
orAnyOf
. - Repeated descriptions in
OneOf
orAnyOf
are no longer duplicated.