Skip to content

Releases: nextras/orm

Orm 1.0.0

24 Apr 13:51
Compare
Choose a tag to compare

The first stable release of Nextras ORM.

Orm 1.0.0-RC3

07 Apr 18:13
Compare
Choose a tag to compare
Orm 1.0.0-RC3 Pre-release
Pre-release

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

30 Mar 15:28
Compare
Choose a tag to compare
Orm 1.0.0-RC2 Pre-release
Pre-release

Changes against 1.0.0-RC1:

  • fixed support for IRepository::find|get*() magic methods