Releases: doctrine/DoctrineORMModule
Releases · doctrine/DoctrineORMModule
3.0.3
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
Fixed
- Fix old Zend Developer Tools CSS class names
3.0.1
Fixed
- Add return type hint to MappingCollectorFactory::getOptionsClass for compability with DoctrineModule.
3.0.0
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
Added
- Enable use savepoints in configuration
2.1.6
Changed
- Support for Symfony Console 5.0
2.1.5
Added
- ConfigProvider added to composer.json
- Run CLI commands on Travis builds
- Fix output writer for doctrine-migrations v2 integration
2.1.4
Changed
- Moved documentation from .md to .rst
- Lightly edited documentation
2.1.3
Added
- Support for Doctrine Migraions 2