Releases: doctrine/DoctrineORMModule
Releases · doctrine/DoctrineORMModule
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
2.1.2
2.1.1
Fixed
Updated requirement for doctrine-module to 2.1.3 due to a fix for PHP 7.2 in zend-framework/zend-form required by that module.
1.1.8
Fixed
Support for ZendDeveloperTools corrected.