Releases: doctrine/DoctrineORMModule
Releases · doctrine/DoctrineORMModule
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.
2.1.0
Added
- Support for PHP 7.2
Changed
- doctrine-module 2.1.0 now supported dcca991245a78e689bf713c96223479f586db502
Deprecated
Removed
Fixed
1.1.7
Added
Use for null coalesce operator.
Deprecated
Nothing.
Removed
Listener/PostCliLoadListener, factory, and config.
Fixed
Use init() event on the module to configure CLI.
1.1.6
Added
- Console routes use a listener
- Support for PHPUnit 6.5
- Support for Symfony 4
- Custom template support for migrations
Deprecated
Nothing.
Removed
- Support for PHP < 7.1
Fixed
- Documentation for multiple object managers
1.1.5
1.1.4
1.1.3
Added
Many updates to current standards were submitted such as using ::class
for class names.
PHPUnit v6.2.1 supported. Thanks @kokspflanze !!
Deprecated
Nothing.
Removed
Nothing.
Fixed
Nothing.
1.1.2
Added
#524 Added a option to use a different entity-manager on cli
#520 Added ConfigProvider in line with ZF components
#507 General code fixes
- updated PHP CodeSniffer to version 2.7
- added phpcs.xml with defined CS rules
- fixed code to pass all CS checks
- short array syntax in docs
- composer scripts to run unit and cs checks
- updated travis configuration to use composer scripts
Deprecated
Nothing.
Removed
Nothing.
Fixed
Nothing.