- Fixed bugs
-
Relationship query can now be executed using single variable.
var user = User(); var query = user.car(); query.create({}); query.get(); query.delete();
-
Added
first
method. -
Edit returned type in
get
abstract method.
- Fix bugs.
- Fix bug in which error happens when using
whereNotIn
.
- Added
whereIn
andwhereNotIn
eloquent methods.
- Fix
limit()
ororder()
not working whenupdate
ordelete
.
- Updated doc.
save
method in model now act likeupdateOrCreate
method.
- Added
RelationshipModel
for relationships. - Added
ManyToMany
mixin. - Updated doc.
- Added
whereIn
method. - Added new relationships -
OneToOne
andOneToMany
. - Updated doc.
- Added method to specify
filePath
for db. - Catch the query to debug in details.
- Added
hasOne
(still experimental) andbelongsTo
(still experimental) method.
- Fixing bugs where properties are not reset.
- Added
latest
method.
- Updated doc.
- Remove unused dependency.
- Yay!