<a name"8.0.0">
8.0.0 (2019-03-08)
Features
- nullable types (a0bf8a7a)
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 ofnull
is passed.
(a0bf8a7a)