Releases: neumino/thinky
Releases · neumino/thinky
v1.0.4
- Fix #62 --
saveAll
should not throw if a hasMany
relation is missing
- Fix #63 --
merge
should return the document
v1.0.3
query.count().run().then(...)
query.map(...).run().then(...)
See #50 (comment)
v1.0.2
- Fix for #50
- the reduction can be an array of documents, a document, or a datum
- update rethinkdbdash to handle max/min/avg/sum with a field/function
v1.0.1
- Fix the primary key option when creating a model
v0.2.24
- Add default value for dates -- Pull request by @flienteen
v0.2.23
Fix callback if there is nothing to save // happens in case of a model linked with itself
v0.2.22
save
uses replace
now and not update
.
It was causing some problem when you want to delete a relation and use delete doc.leftKey
.
- Add tests for removing relations
v0.2.21
- Clean code
- Add comments
- Fix a few small bugs for
{_type: Date}
, get(<Array>)
v0.2.20
- Fix #33 -- With node 0.11.9, require('events').EventEmitter.prototype has keys that don't map to functions.