Releases: tflori/orm
Releases · tflori/orm
Version 1.9.0 Release Candidate 5
Changelog:
- fix: pass the column number 0 to the statement
Version 1.9.0 Release Candidate 4
Changelog:
- add compatibility with php8
- implement boot method for entities and traits
- wrap count query instead of modifying select clause
- implement filters (see https://tflori.github.io/orm/filters.html)
- implement morphed relations (see https://tflori.github.io/orm/relationDefinition.html#morphed-relation-1)
Version 1.9.0 Release Candidate 3
v1.9.0-rc.3 fix: pass only given arguments to PDOStatement::setFetchMode
Version 1.9.0 Release Candidate 2
- allow using query builder from entity manager
- implement methods for fetching, updating, inserting and deleting in query builder
Version 1.9.0 Release Candidate 1
- add method to reset loaded relations:
Entity::resetRelated(?string)
Version 1.8.0
Changelog:
- implement entity fetcher with a result repository for easier testing without database
- add toArray method to entity
- improve code style and use codeclimate for maintainability checks
Version 1.8.0 release candidate 2
Changelog:
- implement entity fetcher with a result repository for easier testing without database
- add toArray method to entity
- improve code style and use codeclimate for maintainability checks
Version 1.8.0 release candidate 1
v1.8.0-rc.1 fix: update return type of addResult
Version 1.7.0
Changelog
- added static query method to get an
EntityFetcher
for this entity
Version 1.6.0
Changelog
- added MockTrait::ormAllow* methods to be able to modify expectations