Skip to content

Releases: neumino/thinky

v.1.13.6

30 Jun 03:37
Compare
Choose a tag to compare
  • Properly handle races between dbList and dbCreate.
  • Add batch inserts via Model.insert([doc1, doc2, doc3]) - Fix #71

v.1.13.5

30 Jun 03:36
Compare
Choose a tag to compare
  • Add thinky.Errors and add Error.DocumentNotFound that is sent back when a query returns null.
    Fix #90

v.1.13.4

29 Jun 09:45
Compare
Choose a tag to compare
  • Fix #91 - excecute can take a callback.

v.1.13.3

29 Jun 09:23
Compare
Choose a tag to compare
  • 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

29 Jun 04:33
Compare
Choose a tag to compare
  • Fix a typo in lib/model.js that breaks with Node 0.11.13

v.1.13.1

24 Jun 00:45
Compare
Choose a tag to compare
  • Fix #92 - recurse for extra fields only for real objects that do not contain the field _type

v.1.13.0

24 Jun 00:05
Compare
Choose a tag to compare
  • 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

18 May 23:38
Compare
Choose a tag to compare
  • 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

07 May 05:20
Compare
Choose a tag to compare
  • Add getOldValue -- #66
  • Implement a proper merge method - #69
  • Add callback interface - #61

v1.0.5

06 May 20:31
Compare
Choose a tag to compare
  • Fix #65 -- Inserting a document with a primary returns an error