Skip to content

v8.0.0

Latest
Compare
Choose a tag to compare
@wms wms released this 08 Mar 15:53
77d5e92

<a name"8.0.0">

8.0.0 (2019-03-08)

Features

Breaking Changes

  • Columns that are 'nullable' will now emit a JSON Schema Property that is more semantically correct; instead of a 'plain' type, they will now use a compound type of [<type>, 'null'], allowing data to be correctly validated when a value of null is passed.

(a0bf8a7a)