Skip to content

Releases: neumino/thinky

v0.1.5

08 Jul 04:04
Compare
Choose a tag to compare
  • Add flag to force the definition of new methods
  • Test setSchema
  • Test getPrimaryKey
  • Add Model.execute
  • Refactor Document.save
  • Improve Document.merge (previously replace)
  • Docs for Document.definePrivate
  • Refactor queries with execute
  • Implement Model.getAll

v0.1.4

07 Jul 19:45
Compare
Choose a tag to compare
  • Fix inheritance...

v0.1.3

07 Jul 17:30
Compare
Choose a tag to compare
  • Fix bug when retrieving a document from the database (pull request from @wezs
  • Fix for a pretty bad closure bug

v0.1.2

07 Jul 07:13
Compare
Choose a tag to compare
  • Rename thinky.connect to think.init
  • Fix thinkycheckEnforce
  • Temporary fix the behavior when the user change poolMax/poolMin
  • Schema:
    • Add options for Array/Object
    • Add more tests

v0.1.1

06 Jul 22:58
Compare
Choose a tag to compare
  • Start tracking release
  • More docs
  • Change the behavior of enforce