Releases: tflori/orm
Releases · tflori/orm
Version 1.2.0 alpha1
this is still alpha changelog and documentation still missing
Version 1.2.0 beta 2
Changes:
- implemented a MockTrait for easier mocking of orm functionality without database
Version 1.2.0 beta1
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 inEntityManager
forEntity
- Harmonized the configuration of ORM
Version 1.1.1
- removed all stfu operators to suppress error messages (solves #28)
v1.1.0: Merge pull request #27 from tflori/feature-fetcherCount
implement a count method to EntityFetcher
v1.1.0-beta1: Merge pull request #27 from tflori/feature-fetcherCount
Changelog
- added a method
count()
to EntityFetcher (solves #25)
v1.0.1: Merge pull request #26 from tflori/fix-whereEmpty
Changelog
- fixed where col =0 and col ='' (solves #24)
v1.0.0
v1.0.0-beta2: Merge pull request #22 from tflori/feature-relations
Feature join relations solves #19
v1.0.0-beta1: Merge pull request #17 from tflori/feature-relations
Feature modify relations