Skip to content

v1.14.0

Compare
Choose a tag to compare
@neumino neumino released this 26 Aug 18:21
· 427 commits to master since this release

Note: There is a non backward compatible change. Cursors are not returned by default and coerce to arrays. To update your code, add {cursor: true} in run, or remove cursor.toArray().then(...).

  • Update the driver for 1.14
  • Add r.binary
  • Add r.setArrayLimit
  • Add the callback interface - Fix #37
  • Automatically coerce cursors to array - Fix #31