Releases: neumino/thinky
Releases · neumino/thinky
v0.2.19
Fix #34 -- pair of the same model that are linked can be saved
v0.2.18
- hasOne with the same model -- #31
- Fix for #30
v0.2.17
Add Model.delete
and Model.update
v0.2.16
Support for bi-directional joins
v0.2.15
Add support for dates.
- A new type for model is defined :
Date
- A new option is available in thinky
timeFormat
Add pluck/without
Add pluck and without -- PR from @wezs
v0.2.12
- Bug fix for
getJoin
when the leftKey
field is missing
- Add code source for the blog example
v0.2.11
- 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
- Clean/Add more tests
- Fix bug for listeners
v0.2.9
- Clean test
- Fix bugs about save/delete with joins
- Clean/refactor some code