Skip to content

Releases: tflori/orm

Version 1.9.0 Release Candidate 5

13 Jun 11:25
245bd09
Compare
Choose a tag to compare
Pre-release

Changelog:

  • fix: pass the column number 0 to the statement

Version 1.9.0 Release Candidate 4

07 Jun 06:34
e4c1da6
Compare
Choose a tag to compare
Pre-release

Changelog:

Version 1.9.0 Release Candidate 3

20 Feb 10:28
4815fbe
Compare
Choose a tag to compare
Pre-release
v1.9.0-rc.3

fix: pass only given arguments to PDOStatement::setFetchMode

Version 1.9.0 Release Candidate 2

29 Jan 10:30
cd8ade6
Compare
Choose a tag to compare
Pre-release
  • 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

17 Mar 08:08
d7f1489
Compare
Choose a tag to compare
Pre-release
  • add method to reset loaded relations: Entity::resetRelated(?string)

Version 1.8.0

14 Feb 07:01
c948bf7
Compare
Choose a tag to compare

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

08 Dec 07:14
c948bf7
Compare
Choose a tag to compare
Pre-release

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

15 Sep 11:10
a925132
Compare
Choose a tag to compare
Pre-release
v1.8.0-rc.1

fix: update return type of addResult

Version 1.7.0

30 May 09:43
819ed07
Compare
Choose a tag to compare

Changelog

  • added static query method to get an EntityFetcher for this entity

Version 1.6.0

06 Apr 09:44
1ef1375
Compare
Choose a tag to compare

Changelog

  • added MockTrait::ormAllow* methods to be able to modify expectations