Skip to content

Releases: doctrine/DoctrineModule

4.0.3

20 Jun 21:37
ade5281
Compare
Choose a tag to compare

Changed

  • Update to doctrine v3

4.0.5

10 Nov 08:47
6b13045
Compare
Choose a tag to compare

Fixed

  • The 4.0.4 release was created from the wrong branch (master). This release is Target: 4.0.x which is identical to 4.0.2. 4.0.3 was released with support for the not-yet-released orm 2.8 and was corrected to 4.1.0. The 4.0.x branch will continue to be supported.

4.0.2

09 Apr 05:37
6b13045
Compare
Choose a tag to compare

Added

  • Fix & improve CS compliance

  • Always use the Doctrine coding standard

  • A backwards-compatibility layer has been added to persistence to help
    consumers move to the new namespacing. It is based on class aliases,
    which means the type declaration changes should not be a BC-break: types
    are the same.

  • Adding autoload calls for new types to types that may be extended and
    use persistence types in type declarations of non-constructor methods,
    so that signature compatibility is recognized by old versions of php.
    More details on this at
    https://dev.to/greg0ire/how-to-deprecate-a-type-in-php-48cf

4.0.1

19 Feb 17:57
570a915
Compare
Choose a tag to compare

Fixed

  • Proxy getInstance() cannot return an empty string

4.0.0

17 Feb 19:41
a213749
Compare
Choose a tag to compare

Release 4.0 is necessary due to a BC break from the 3.x series.

Added

  • phpcs is all clear and all unit tests pass with the latest Doctrine coding standard
  • dependencies have been moved forward to the latest releases.

3.0.1

25 Jan 18:02
f2b8b42
Compare
Choose a tag to compare

Changed

  • Old references to Zend updated to Laminas

3.0.0

22 Jan 16:39
0a89807
Compare
Choose a tag to compare

Added

  • Support for Laminas

Changed

  • All Hydrator classes have been moved to doctrine/doctrine-laminas-hydrator which is included with this module by default

2.1.10

23 Nov 21:35
2b961e5
Compare
Choose a tag to compare

Changed

  • Support for Symfony Console 5.0

2.1.9

17 Feb 20:13
b1d4ac0
Compare
Choose a tag to compare

Fixed

  • bind Closure to null to allow the garbage collector do its work - This was a memory leak.

2.1.8

26 Jan 07:37
c8ce08e
Compare
Choose a tag to compare

Fixed

  • Fixed hydration with nested entities