Releases: nextras/orm
Releases · nextras/orm
Orm 1.0.0
Orm 1.0.0-RC3
Changes against 1.0.0-RC1:
- fixed relationship HasMany::has() method
- fixed IEntity::hasValue() using getters (#80)
- fixed relationship total removing entities
- better phpdoc for Repository
Orm 1.0.0-RC2
Changes against 1.0.0-RC1:
- fixed support for IRepository::find|get*() magic methods