Skip to content

v6.0.0

Choose a tag to compare

@wms wms released this 17 Jun 21:33

<a name"6.0.0">

6.0.0 (2017-06-17)

Bug Fixes

  • npm: Add 'types' property to package.json (2690bd53)

Features

  • schema: Use 'string' for bigserial and biginteger (8483d077)

Breaking Changes

  • Columns that are of 'bigint' or 'bigserial' types will now be described in the JSON Schema
    document as 'string' instead of 'number'.

(8483d077)