Skip to content

Releases: neumino/thinky

v2.2.8

19 Apr 01:21
Compare
Choose a tag to compare

Tagged it on the wrong commit on GitHub - The proper commit is 1d34d02

  • Fix dependency on rethinkdbdash

v2.2.7

03 Apr 23:27
Compare
Choose a tag to compare
  • Add type.string().uuid(<version>) - PR by @artdude543

v2.2.6

17 Mar 03:29
Compare
Choose a tag to compare

v2.2.5

09 Mar 04:16
Compare
Choose a tag to compare
  • Fix #456 -- fix unhandled error.

v2.2.4

09 Jan 17:17
Compare
Choose a tag to compare
  • Add ThinkyError as a parent of all errors - PR by @mbroadst

v2.2.3

16 Dec 16:18
Compare
Choose a tag to compare
  • Do not pollute the built-in util module - Fix #405

v2.2.2

03 Dec 22:11
Compare
Choose a tag to compare
  • Let users provide their own instance of rethinkdbdash

v2.2.1

02 Dec 05:30
Compare
Choose a tag to compare
  • Add special error for duplicate primary key errors
  • Properly set errors' constructor
  • Fix tests for point change feeds

v2.2.0

15 Nov 19:53
Compare
Choose a tag to compare
  • Update for RethinkDB 2.2 (based on rethinkdbdash 2.2)

v2.1.12

11 Nov 02:42
Compare
Choose a tag to compare
  • Functional friendly methods: bindExecute and bindRun - PR by @ondreian