Skip to content

Releases: vinsonchuong/rumor-mill

v3.2.3

08 May 19:21
1d2597c

Choose a tag to compare

3.2.3 (2019-05-08)

Bug Fixes

  • dependencies: Add support for Node.js 12 (4286bdb)

v3.2.2

01 Feb 21:34
0e9324c

Choose a tag to compare

3.2.2 (2019-02-01)

Bug Fixes

  • insertRows: Allow inserting an arbitrary number of rows (0e9324c)

v3.2.1

01 Feb 21:14
1c8c9d8

Choose a tag to compare

3.2.1 (2019-02-01)

Bug Fixes

  • insertRows: Make less brittle (1c8c9d8)

v3.2.0

01 Feb 01:13
5402622

Choose a tag to compare

3.2.0 (2019-02-01)

Features

  • createIndex: Allow creation of indices (5402622)

v3.1.0

01 Feb 00:49
b9ea9cd

Choose a tag to compare

3.1.0 (2019-02-01)

Features

  • createTable: Extract function to create a single table (b9ea9cd)

v3.0.1

01 Feb 00:14
e8b9b4a

Choose a tag to compare

3.0.1 (2019-02-01)

Bug Fixes

  • sendStreamingSqlQuery: Use the same type-casting logic as sendSqlQuery (e8b9b4a)

v3.0.0

31 Jan 23:59
d406e09

Choose a tag to compare

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

v2.2.1

28 Jan 22:51
503df22

Choose a tag to compare

2.2.1 (2019-01-28)

Bug Fixes

  • dependencies: Update dependencies (503df22)

v2.2.0

07 Oct 21:23
43bae7a

Choose a tag to compare

2.2.0 (2018-10-07)

Features

  • streamRows: Enable streaming of query results in batches (43bae7a)

v2.1.3

18 Sep 18:21
4d2c4f0

Choose a tag to compare

2.1.3 (2018-09-18)

Bug Fixes

  • dependencies: Upgrade dependencies to fix release compilation issue (9e1aa43)