Releases: doctrine/DoctrineORMModule
Releases · doctrine/DoctrineORMModule
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.
1.1.1
1.1.0
- Remove 0.x hint for composer installs. (#484)
- Fix: Streamline configuration examples (#488)
- ZF3 compatibility (#493)
- Hotfix router config (#494)
- Expose to
zend-component-installer
as moduleDoctrineORMModule
(#498) - ZF3 Composer dependencies - hotfix (#500)
- Fix: Missing view helper "zendDeveloperToolsTime" (#496)
- Update to EXTRA_ORM.md to correct config key (#492)
- Require stable version of DoctrineModule 1.2.0 instead of dev-master (#505)