Releases: neumino/rethinkdbdash
Releases · neumino/rethinkdbdash
v1.12.0
- Update for RethinkDB 1.12
- group/ungroup/upcase/downcase/merge
v1.11.8
- Fix #3 -- bug in
r.exprJSON
.
- Increase timeout for wercker
v1.11.7
- Fix authKey for #2
- Fix a bug with the default database at the same time
v1.11.6
- Fixed #1
indexCreate
can handle options.
v1.11.5
- 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
- Typos in the Readme
- Fix backtrace for
r.json
- Move
nextVarId
in r
v1.11.3
- 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
- Fix options to connect to the database
- Fix tests to use
test/config.js
v1.11.1
- 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