Skip to content

Releases: neumino/rethinkdbdash

v1.12.0

04 Apr 19:00
Compare
Choose a tag to compare
  • Update for RethinkDB 1.12
    • group/ungroup/upcase/downcase/merge

v1.11.8

16 Feb 21:39
Compare
Choose a tag to compare
  • Fix #3 -- bug in r.exprJSON.
  • Increase timeout for wercker

v1.11.7

15 Feb 04:08
Compare
Choose a tag to compare
  • Fix authKey for #2
  • Fix a bug with the default database at the same time

v1.11.6

03 Feb 03:47
Compare
Choose a tag to compare
  • Fixed #1
    indexCreate can handle options.

v1.11.5

31 Jan 09:24
Compare
Choose a tag to compare
  • Fix for pool.drain()
  • Implement toString
  • Fix backtraces (broken since we switched to node-protobuf)
  • Add tool to generate test for backtraces
  • Add tests for backtraces

v1.11.4

28 Jan 04:04
Compare
Choose a tag to compare
  • Typos in the Readme
  • Fix backtrace for r.json
  • Move nextVarId in r

v1.11.3

26 Jan 19:59
Compare
Choose a tag to compare
  • Move 'It' in test/util.js
  • Clear timeout in the pool so node can exit
  • Log error for the pool
  • Fix try reconnecting
  • Add test for running a query on a closed connection
  • Add test for forEach
  • Fix example with bluebird in the Readme

v1.11.2

26 Jan 11:55
Compare
Choose a tag to compare
  • Fix options to connect to the database
  • Fix tests to use test/config.js

v1.11.1

26 Jan 11:25
Compare
Choose a tag to compare
  • The module now is a method and not an object
  • Create a pool of connection by default
  • Make the pool and nestingLevel as private properties

v1.11.0

26 Jan 11:22
Compare
Choose a tag to compare

First release