- Fixes issue where secondary indexes were not added if the table already existed.
- Updates
rethinkdb
:2.3.2
->2.3.3
- Changes to use a
connection
object that's passed directly to r.connect instead of havingdb
andhost
as top-level keys. Copies overdb
andhost
to remain backwards compatible.
- Fix bug where db was not being created when using #setup.
- Updates
rethinkdb
:2.3.1
->2.3.2
- Adds
host
option to the config.
- Updates
rethinkdb
:2.2.3
->2.3.1
Note: This version no longer supports RethinkDB v2.2, only v2.3 and up