Skip to content

Releases: tflori/orm

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

Version 1.5.4

26 Mar 10:15
Compare
Choose a tag to compare

Changelog

  • fixed the mock trait to support constructor options
  • allow date time derivates for escaping

Version 1.5.3

25 Oct 11:29
4d9743d
Compare
Choose a tag to compare

Changelog

  • hotfix for composite keys for synchronizing after insert (thx @splitbrain)

Version 1.5.2

25 Oct 09:01
24e614d
Compare
Choose a tag to compare

Changelog

  • fix composite key where in condition for sync inserted (solves #52; thx @Jmp00000001)