Releases: neumino/thinky
Releases · neumino/thinky
v.1.13.6
- Properly handle races between
dbList
and dbCreate
.
- Add batch inserts via
Model.insert([doc1, doc2, doc3])
- Fix #71
v.1.13.5
- Add
thinky.Errors
and add Error.DocumentNotFound
that is sent back when a query returns null
.
Fix #90
v.1.13.4
- Fix #91 -
excecute
can take a callback.
v.1.13.3
- Fix #80 -- The field
_apply
can be used in getJoin
to skip/limit/order/etc a sequence of joined documents.
- Fix two leaks + add
--check-leaks
for the test
v.1.13.2
- Fix a typo in
lib/model.js
that breaks with Node 0.11.13
v.1.13.1
- Fix #92 - recurse for extra fields only for real objects that do not contain the field
_type
v.1.13.0
- Update for RethinkDB 1.13 and rethinkdbdash 1.13
Note: The version number is going to follow the rethinkdbdash package (and therefore RethinkDB version too)
v1.1.1
- Fix pairs for hasAndBelongsToMany using the same key -- #83
- More tests for #74 and #82
- Multi indexes #79 - PR by @colprog
- Update rethinkdbdash version (to use node-protobuf 1.1.0)
v1.1.0
- Add
getOldValue
-- #66
- Implement a proper
merge
method - #69
- Add callback interface - #61
v1.0.5
- Fix #65 -- Inserting a document with a primary returns an error