Skip to content

Releases: cycle/orm

v2.3.3

21 Jul 18:36
v2.3.3
8b85b83
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.2...v2.3.3

v2.3.2

20 Jun 14:44
v2.3.2
15ea9c0
Compare
Choose a tag to compare

What's Changed

  • Fix proxy-mapper hydration mechanism: public relations in a non-proxy-entity are hydrated like private ones. There is a special logic related to ReferenceInterface hydrating. By @roxblnfk (#417)
  • Add the method forUpdate in the Select phpdoc. By @msmakouz in (#413)

Full Changelog: v2.3.1...v2.3.2

2.3.1

01 May 11:10
v2.3.1
86c1adc
Compare
Choose a tag to compare

What's Changed

  • Fix typecasting in relations when JTI entities are loaded by @roxblnfk (#408, #409)

Full Changelog: v2.3.0...v2.3.1

2.3.0

03 Apr 15:55
v2.3.0
7c142c0
Compare
Choose a tag to compare

What's Changed

  • Update where() and orderBy() behavior in the JTI case. It possible to pass parent field name. By @roxblnfk (#405)
  • Select::wherePK() is now more strict. Use entity field name instead of table columns.
  • Fix method naming: AbstractLoader::loadIerarchy() deprecated and renamed to ::loadHierarchy().
  • Class \Cycle\ORM\Parser\Typecast is now not internal by @thenotsoft (#395)
  • Update test case generator script. Now it possible to set case name like "Issue777" and a template folder that
    different from the default CaseTemplate by @gam6itko (#389)

Full Changelog: v2.2.2...v2.3.0

2.2.2

08 Feb 07:55
v2.2.2
daa46dd
Compare
Choose a tag to compare

What's Changed

-Fix compatibility with PHP 8.2 (AllowDynamicProperties) by @roxblnfk (#394)
-Add tests with using for microseconds in a datetime fields by @BelaRyc and @msmakouz (#383)

Full Changelog: v2.2.1...v2.2.2

2.2.1

01 Dec 20:08
82efcb8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

2.2.0

05 Jul 13:23
b69635a
Compare
Choose a tag to compare

What's Changed

  • Add supporting for loophp/collection by @drupol (#344)
  • Add supporting for PHP 8.1 Enum in the default typecast handler Cycle\ORM\Parser\Typecast by @roxblnfk (#352)
  • Improve template annotations in Cycle\ORM\Select\Repository and Cycle\ORM\Select classes by @roxblnfk (#351)
  • Classes Cycle\ORM\Transaction\UnitOfWork and Cycle\ORM\Transaction\Runner are now not internal by @roxblnfk (#353)

New Contributors

Full Changelog: v2.1.1...v2.2.0

2.1.1

05 Jun 07:53
d7bcf91
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

2.1.0

03 Mar 21:28
5e81a5a
Compare
Choose a tag to compare

What's Changed

  • Remove final from the Select class by @msmakouz (#327)
  • Fix keys comparing in the BelongsTo relation by @msmakouz (#326)
  • Add Psalm @template annotations to RepositoryInterface by @roxblnfk

Full Changelog: v2.0.2...v2.1.0

2.0.2

27 Jan 16:59
ac0a18f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2