Releases: neumino/thinky
Releases · neumino/thinky
v0.2.8
Add a new signature for delete
-- delete(callback)
and `delete
v0.2.7
- Add another signature for
save
-- save(callback)
and save(options, callback)
v0.2.5
- Fix for delete
- Change API for
Document.save
to have it more consistent with other methods.
v0.2.4
Implement Document.delete
v0.2.1
- enforce can be partially defined
v0.2.0 -- Beta
Implement hasMany
.
The main features are now available.
Coming next:
v0.1.7
- Fix bugs about the state of the document (saved or not)
- Implement
hasOne
relation with eqJoin.
- Make
get
, getAll
and filter
work retrieve joined documents.
v0.1.6
- Add listeners on Model
- Document.off has now a different behavior
- Move docs out of README.md