- Fixed issue with fetching all columns during "with" relation
- With() loaders do not load related columns anymore
- Ability to set index name using schema
- Update composer dependencies
- bugfix of HAS_ONE NULLABLE relation
- bugfix of MANY_TO_MANY exception when used several databases
- bugfix of association of HasOne to already saved record with nullable outer key
- bugfix of forcing join type of pre-loading
- readme update
- BelongsTo and BelongsToMorphed relations do not save parent relations when parent is already loaded (to prevent recursion loops)
- fetchAll
- better phpDoc
- table and model role are now tabelized instead of camelized
- improved database alias resolution
- Data tree deduplication now casts primary key as string to address ObjectIDs
- AbstractNode now allows to parse data without column mapping
- Split from Components package