5.0.0
版本发布时间: 2021-12-31 17:51:36
doctrine/DoctrineModule最新发布版本:6.1.1(2024-01-27 18:46:55)
Release Notes for 5.0.0
Backwards incompatible release (major)
Changed
- Internally, properties are now typed wherever possible. This can be breaking if you are extending classes.
- Module class, ConfigProvider, option classes and factories are now marked as final.
- laminas-cache is now required in version ^3.1 (see 3.0 and 3.1 for breaking changes).
- laminas-form is now required in version ^3.0 (see release notes for breaking changes).
- doctrine-laminas-hydrator is now required in ^3.0 (see release notes for breaking changes).
Removed
- Integration with laminas-console and laminas-mvc-concole is removed, as these packages are discontinued. Please use
./vendor/bin/doctrine-module
instead ofphp public/index.php
to access CLI. - Support for PHP 7.3 was removed.
5.0.0
- Total issues resolved: 0
- Total pull requests resolved: 10
- Total contributors: 1
BC Break
- 770: Change return type to int for Countable implementations thanks to @driehle
-
766: Mark
Module
,ConfigProvider
, option classes and factories as final thanks to @driehle - 763: Removed signatures related to laminas-servicemanager 2.x thanks to @driehle
- 762: Require laminas-cache 3.x, drop support for laminas-cache 2.x thanks to @driehle
- 761: Require laminas-form 3.x, drop support for laminas-form 2.x thanks to @driehle
BC Break,Enhancement
- 769: Improved types and make static analysis more strict thanks to @driehle
- 765: Introduce typed properties where possible thanks to @driehle
Enhancement
- 768: Ensure broken laminas-stdlib 3.6.3 is not used thanks to @driehle
- 764: Drop support for PHP 7.3 and update dependencies thanks to @driehle
BC Break,Feature Removal
- 760: Removed integration with laminas-console and laminas-mvc-console thanks to @driehle