Skip to content

Releases: neumino/thinky

v0.2.19

30 Dec 18:01
Compare
Choose a tag to compare

Fix #34 -- pair of the same model that are linked can be saved

v0.2.18

29 Dec 11:12
Compare
Choose a tag to compare
  • hasOne with the same model -- #31
  • Fix for #30

v0.2.17

28 Dec 18:58
Compare
Choose a tag to compare

Add Model.delete and Model.update

v0.2.16

28 Dec 18:10
Compare
Choose a tag to compare

Support for bi-directional joins

v0.2.15

08 Sep 18:27
Compare
Choose a tag to compare

Add support for dates.

  • A new type for model is defined : Date
  • A new option is available in thinky timeFormat

Add pluck/without

01 Sep 18:04
Compare
Choose a tag to compare

Add pluck and without -- PR from @wezs

v0.2.12

30 Jul 06:40
Compare
Choose a tag to compare
  • Bug fix for getJoin when the leftKey field is missing
  • Add code source for the blog example

v0.2.11

29 Jul 06:27
Compare
Choose a tag to compare
  • Change the API for hasMany
  • hasMany can take an extra argument to order fields
  • Add Model.delete()
  • Add Model.update()
  • OrderBy fields can be preprended with a -

v0.2.10

27 Jul 19:18
Compare
Choose a tag to compare
  • Clean/Add more tests
  • Fix bug for listeners

v0.2.9

27 Jul 02:22
Compare
Choose a tag to compare
  • Clean test
  • Fix bugs about save/delete with joins
  • Clean/refactor some code