Skip to content

v3.0.0

Choose a tag to compare

@vinsonchuong vinsonchuong released this 31 Jan 23:59
· 7 commits to master since this release
d406e09

3.0.0 (2019-01-31)

Bug Fixes

  • interface: Tighten type annotations (b63e1db)

Features

  • actions: Remove experimental type annotations (b1a8025)
  • createTable: Make column types human-readable when logged (7305b4a)
  • readSchema: Enable introspection on tables and columns (d406e09)

BREAKING CHANGES

  • readSchema: Functions that return rows now take a type argument
  • createTable: Column types are now strings instead of example values
  • actions: Database actions no longer attempt to stongly type over create tables