Releases: leven-framework/orm
Releases · leven-framework/orm
1.4.0
- rewrote the way props are read from database
- automatic eager loading to avoid the N+1 problemm
- any excess props or columns from database will be ignored
- support for auto-incrementing primary prop
- primary prop is no longer stored within
props
column
- primary prop is no longer stored within
- parent props may now optionally be null
1.3.0
1.2.0
1.1.0
improvements to Collection objects:
reject
/filter
now return a new instance of the collection (which makes it partly immutable)- new:
each
,map
,filter
,empty
,count
methods
disclaimer: this is kind of a breaking release but since nobody is using orm yet i'm not going to bump the major version number, semver will absolutely be followed in future