Skip to content

Releases: neumino/thinky

v0.2.8

27 Jul 02:21
Compare
Choose a tag to compare

Add a new signature for delete -- delete(callback) and `delete

v0.2.7

27 Jul 01:58
Compare
Choose a tag to compare
  • Add another signature for save -- save(callback) and save(options, callback)

v0.2.5

22 Jul 05:54
Compare
Choose a tag to compare
  • Fix for delete
  • Change API for Document.save to have it more consistent with other methods.

v0.2.4

22 Jul 03:44
Compare
Choose a tag to compare

Implement Document.delete

v0.2.3

22 Jul 01:58
Compare
Choose a tag to compare

Queries are chainable

v0.2.2

21 Jul 19:14
Compare
Choose a tag to compare

Add Model.execute

v0.2.1

20 Jul 02:59
Compare
Choose a tag to compare
  • enforce can be partially defined

v0.2.0 -- Beta

18 Jul 00:29
Compare
Choose a tag to compare

Implement hasMany.
The main features are now available.

Coming next:

  • Docs
  • Example
  • More tests

v0.1.7

15 Jul 01:14
Compare
Choose a tag to compare
  • 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

09 Jul 04:29
Compare
Choose a tag to compare
  • Add listeners on Model
  • Document.off has now a different behavior
  • Move docs out of README.md