v2.9.0
版本发布时间: 2018-07-13 05:35:27
doctrine/common最新发布版本:3.4.4(2024-04-16 21:42:00)
Starting with this release, some of the components were moved to separate packages:
They have been removed from this package and replaced with a dependency on the new packages.
This release also introduces the following deprecations:
-
Doctrine\Common\Proxy
component is deprecated, useocramius/proxy-manager
instead -
Doctrine\Common\Util\Debug
is deprecated, usesymfony/var-dumper
instead -
Doctrine\Common\Lexer
is deprecated, useDoctrine\Common\Lexer\AbstractLexer
fromdoctrine/lexer
instead -
Doctrine\Common\Util\Inflector
is deprecated, useDoctrine\Common\Inflector\Inflector
fromdoctrine/inflector
instead -
Doctrine\Common\Version
is deprecated, refrain from checking Common version at runtime -
Doctrine\Common\Util\ClassUtils
is deprecated without replacement, -
Doctrine\Common\CommonException
is deprecated without replacement.
Additionally, doctrine/common
package now enters a bugfix-only mode and will be gradually phased out.
Please migrate to specific components instead.
- Total issues resolved: 1
- Total pull requests resolved: 5
- Total contributors: 4
Deprecation
- 846: Doctrine\Common\Lexer should be marked as deprecated thanks to @stof
- 845: doctrine/common deprecations thanks to @Majkl578
Improvement
- 844: Separate persistence and reflection thanks to @Majkl578
- 842: Separate Event Manager to doctrine/event-manager thanks to @Majkl578
- 840: Fix CS thanks to @simPod
Documentation
- 829: replace connection name with object manager name thanks to @xabbuh