3.1.0
版本发布时间: 2021-11-18 05:44:06
doctrine/DoctrineMongoODMModule最新发布版本:5.1.0(2024-01-22 15:56:56)
Release Notes for 3.1.0
Feature release (minor)
Added
- Support for PHP 8.0.
Changed
- Documentation is now available from https://www.doctrine-project.org/projects/doctrine-mongo-odm-module.html.
-
DoctrineModule is upgraded to
^4.2.2
and now supports either laminas-form 2.0 or 3.0. -
doctrine-laminas-hydrator is upgraded to
^2.2.1
and now supports Doctrine embeddables and immutable DateTime fields.
Deprecated
- Usage of laminas-mvc-console is deprecated. If you used
php public/index.php
to access the Doctrine CLI, please switch to using./vendor/bin/doctrine-module
instead. - All signatures related to laminas-servicemanager 2.0 have been deprecated as DoctrineMongoODMModule already requires laminas-servicemanager 3.0 for a while.
Removed
- Support for PHP 7.2.
3.1.0
- Total issues resolved: 8
- Total pull requests resolved: 5
- Total contributors: 2
Enhancement
- 250: Added Psalm and PhpStan for static analysis thanks to @driehle
- 246: Update PhpUnit and coding standards, add deprecations for old factory methods thanks to @driehle
- 241: Dropped PHP 7.2, added PHP 8.0 thanks to @driehle
- 240: Moved laminas-hydrator to require-dev and allowed 4.x thanks to @driehle
- 239: Moved files to comply with PSR4 thanks to @driehle
- 229: relax/move laminas-hydrator thanks to @rieschl
- 227: Add support for PHP 8.0 and drop support for PHP 7.2 thanks to @rieschl