Skip to content

Releases: doctrine/DoctrineORMModule

3.0.3

08 Mar 20:34
3d206b8
Compare
Choose a tag to compare

Fixed

  • module.config.php referenced DoctrineObject through DoctrineModule. Fixed to use Doctrine\Laminas\Hydrator\DoctrineObject

Other

  • A fix to functional testing of command line migration command used in Travis testing.

3.0.2

19 Feb 20:32
5456f15
Compare
Choose a tag to compare

Fixed

  • Fix old Zend Developer Tools CSS class names

3.0.1

18 Feb 00:17
5c7c160
Compare
Choose a tag to compare

Fixed

  • Add return type hint to MappingCollectorFactory::getOptionsClass for compability with DoctrineModule.

3.0.0

17 Feb 22:59
78d4bec
Compare
Choose a tag to compare

This release is in support of Laminas. The whole project has been reworked to be compatible with the Doctrine coding standard and all Zend libraries have been migrated to Laminas.

2.1.7

23 Nov 22:02
5693988
Compare
Choose a tag to compare

Added

  • Enable use savepoints in configuration

2.1.6

23 Nov 21:52
c004739
Compare
Choose a tag to compare

Changed

  • Support for Symfony Console 5.0

2.1.5

10 Jul 22:08
652d8aa
Compare
Choose a tag to compare

Added

  • ConfigProvider added to composer.json
  • Run CLI commands on Travis builds
  • Fix output writer for doctrine-migrations v2 integration

2.1.4

24 Jan 22:23
24cb652
Compare
Choose a tag to compare

Changed

  • Moved documentation from .md to .rst
  • Lightly edited documentation

2.1.3

11 Jan 23:51
22dfea0
Compare
Choose a tag to compare

Added

2.1.2

16 Apr 02:52
a205cc6
Compare
Choose a tag to compare

Fixed

ZendDeveloperToolbar support has been corrected and enhanced. See #563, #552