Skip to content

Releases: thedumbterminal/jsonschema-bigquery

v7.0.0

03 Apr 07:24
Compare
Choose a tag to compare
  • Updated converter to generate big numeric instead of numeric for number type.
  • Updated dependencies.

v6.1.0

06 Feb 20:17
6c4394f
Compare
Choose a tag to compare
  • unevaluatedProperties now supported when checking for additional properties.

v6.0.0

24 Jan 23:09
Compare
Choose a tag to compare
  • Objects with no properties convert to JSON fields.
  • Updated dependencies.

v5.1.0

11 Aug 20:34
688f10e
Compare
Choose a tag to compare
  • JSBQ CLI output now compatible with Google's bq CLI.
  • Logging code reduced.
  • Updated dependencies.

v5.0.1

04 Jul 15:16
64c3a56
Compare
Choose a tag to compare
  • JSBQ CLI now supports draft-7+ schemas
  • Updated dependencies

v5.0.0

30 Dec 11:11
Compare
Choose a tag to compare
  • 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

27 Sep 20:32
20fe11d
Compare
Choose a tag to compare
  • Now checks for field name format.

v4.0.1

12 Feb 15:26
5737ccf
Compare
Choose a tag to compare
  • Support more formats for table ID utility.

v4.0.0

24 Dec 08:04
Compare
Choose a tag to compare
  • Dropped support for node 8.
  • Updated dependencies.

v3.4.0

03 Jun 19:49
d94b22b
Compare
Choose a tag to compare
  • Date formats now supported in OneOf or AnyOf.
  • Repeated descriptions in OneOf or AnyOf are no longer duplicated.