Releases: doctrine/DoctrineModule
4.1.0
Release 4.0.3 introduced changes which were incompatible with users still using Doctrine Inflector 1.0. The change in 4.0.3 requires inflector 2.0.
This 4.1.x branch is a result of that conflict. This release is the same as 4.0.3 but will continue along the secondary versioning scheme.
4.0.4
This release reverts the 4.0.3 release and is a copy of 4.0.2. In order to preserve an ongoing version with the changes in 4.0.3 a new 4.1.0 branch has been created. This is done because the 4.0.3 release was unusable by ORM users except for those using 2.8 which at this time has not been released.
These are the changes now:
- 4.0.2 > 4.0.4
- 4.0.3 > 4.1.0
4.0.3
Changed
- Update to doctrine v3
4.0.5
Fixed
- The 4.0.4 release was created from the wrong branch (master). This release is Target: 4.0.x which is identical to 4.0.2. 4.0.3 was released with support for the not-yet-released orm 2.8 and was corrected to 4.1.0. The 4.0.x branch will continue to be supported.
4.0.2
Added
-
Fix & improve CS compliance
-
Always use the Doctrine coding standard
-
A backwards-compatibility layer has been added to persistence to help
consumers move to the new namespacing. It is based on class aliases,
which means the type declaration changes should not be a BC-break: types
are the same. -
Adding autoload calls for new types to types that may be extended and
use persistence types in type declarations of non-constructor methods,
so that signature compatibility is recognized by old versions of php.
More details on this at
https://dev.to/greg0ire/how-to-deprecate-a-type-in-php-48cf
4.0.1
Fixed
- Proxy getInstance() cannot return an empty string
4.0.0
Release 4.0 is necessary due to a BC break from the 3.x series.
Added
- phpcs is all clear and all unit tests pass with the latest Doctrine coding standard
- dependencies have been moved forward to the latest releases.
3.0.1
Changed
- Old references to Zend updated to Laminas
3.0.0
Added
- Support for Laminas
Changed
- All Hydrator classes have been moved to
doctrine/doctrine-laminas-hydrator
which is included with this module by default
2.1.10
Changed
- Support for Symfony Console 5.0