Skip to content

Releases: tflori/orm

Version 1.2.0 alpha1

04 Jun 07:19
Compare
Choose a tag to compare
Version 1.2.0 alpha1 Pre-release
Pre-release

this is still alpha changelog and documentation still missing

Version 1.2.0 beta 2

18 Jun 19:49
Compare
Choose a tag to compare
Version 1.2.0 beta 2 Pre-release
Pre-release

Changes:

  • implemented a MockTrait for easier mocking of orm functionality without database

Version 1.2.0 beta1

08 Jun 06:43
Compare
Choose a tag to compare
Version 1.2.0 beta1 Pre-release
Pre-release

Changelog

  • Introduced and moved functionality to ORM\Dbal\* #32
  • Introduced describe method for Entity, Dbal
  • Introduced Validation #33
  • Introduced naming service and moved functionally to Namer
  • Introduced a fill method for filling entity by attribute names
  • Add ignoreUnknown flag for fill method #31
  • Introduced a getInstance() method in EntityManager for Entity
  • Harmonized the configuration of ORM

Version 1.1.1

03 Apr 20:10
Compare
Choose a tag to compare
  • removed all stfu operators to suppress error messages (solves #28)

v1.1.0: Merge pull request #27 from tflori/feature-fetcherCount

16 Mar 05:03
Compare
Choose a tag to compare
implement a count method to EntityFetcher

v1.1.0-beta1: Merge pull request #27 from tflori/feature-fetcherCount

11 Feb 20:16
Compare
Choose a tag to compare

Changelog

  • added a method count() to EntityFetcher (solves #25)

v1.0.1: Merge pull request #26 from tflori/fix-whereEmpty

10 Feb 22:26
Compare
Choose a tag to compare

Changelog

  • fixed where col =0 and col ='' (solves #24)

v1.0.0

31 Jan 16:25
Compare
Choose a tag to compare
fix code style

v1.0.0-beta2: Merge pull request #22 from tflori/feature-relations

27 Jan 07:35
Compare
Choose a tag to compare
Feature join relations solves #19

v1.0.0-beta1: Merge pull request #17 from tflori/feature-relations

18 Jan 06:42
Compare
Choose a tag to compare
Feature modify relations