Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Releases: PhilWaldmann/openrecord

__exists moved to base

17 Feb 13:22
Compare
Choose a tag to compare
v0.2.12

move __exists to base

.update Bugfix

17 Feb 09:21
Compare
Choose a tag to compare

Save null values as well

Different Bugfixes

16 Feb 15:13
Compare
Choose a tag to compare
v0.2.10

update bugfix

Interceptor Bugfixes

14 Feb 09:33
Compare
Choose a tag to compare

It's now possible to do the following:

this.beforeCreate(function(t, done){
  Model.find(the_id).transaction(t).exec(function(){
    done(true);
  }
});

add toJson()

10 Feb 15:15
Compare
Choose a tag to compare

You could convert every Record or Collection to plain JSON via .toJson()

SQLite3 + Documentation

08 Feb 23:39
Compare
Choose a tag to compare

Currently there are ~300 unittests to test the basic OpenRecord + SQLite3 functionality.
Basic Postgres support was added, but it's not production ready yet.