Releases: neumino/thinky
Releases · neumino/thinky
v2.3.8
No-op release (this is just to push a new npm package with a proper link to docs)
- Fix link in the README.md
v2.3.7
- Configure the table for a
hasAndBelongsTo
relation - PR by @MarkHerhold
v2.3.6
- Add the
createDatabase
option to prevent thinky from creating the database - Fix #549
v2.3.5
- Add
Document.addRelation
- Fix #439
v2.3.4
- Fix error messages for strings being too long/short - PR by @eloquence - Fix #530
v2.3.2
- Make the callback for
save
also catch errors genrated by the hooks - Fix #485
v2.3.0
- Update rethinkdbdash to 2.3 (support RethinkDB 2.3)