Skip to content

Releases: neumino/thinky

v2.1.1

13 Aug 04:26
Compare
Choose a tag to compare
  • Add addRelation and removeRelation - #311
  • Fix an issue for null values in a nested schema and a default value - Fix #314

v2.1.0

12 Aug 05:56
Compare
Choose a tag to compare
  • Update for RethinkDB 2.1

v2.0.13

09 Aug 23:31
Compare
Choose a tag to compare
  • Create an instance the model for joined documents before saving - Fix #281

v2.0.12

09 Aug 03:01
Compare
Choose a tag to compare
  • Add a special case to properly parse the result of ungroup
  • Fix callback passed to delete - Fix #293
  • Fix returnChanges values
  • Ignore states in a changefeed - Fix #283

v2.0.11

07 Aug 00:36
Compare
Choose a tag to compare
  • Have _get a copy of get without default. - Fix #299
  • Fix a bug in parsing strings to date - Fix #306

v2.0.10

12 Jul 07:22
Compare
Choose a tag to compare
  • Make type.array() without a nested schema a valid type. - Fix #221

v2.0.9

12 Jul 07:04
Compare
Choose a tag to compare

v2.0.8

02 Jul 16:57
Compare
Choose a tag to compare
  • Model.save(object) is resolved with a document instead of an array of one document - PR by @marshall007

v2.0.7

02 Jul 16:56
Compare
Choose a tag to compare

v2.0.6

18 Jun 04:55
Compare
Choose a tag to compare
  • Fix bug when using a nested field on a non nested schema -- Fix #261