v3.16.0
版本发布时间: 2024-06-25 02:30:43
doctrine-extensions/DoctrineExtensions最新发布版本:v3.16.1(2024-06-26 00:22:58)
Added
- Support for
doctrine/orm
3 - Blameable: Added UUID in allowed types list for Blameable fields in Annotation
- Blameable: Allow ascii_string to validTypes (issue #2726)
- Sluggable: Allow ascii_string to validTypes
- IpTraceable: Allow ascii_string to validTypes
- Sluggable: Use
TranslationWalker
hint when looking for similar slugs (getSimilarSlugs
method) for entities which implementTranslatable
interface and haveuniqueOverTranslations: true
Slug option (#100, #2530)
Deprecated
- Support for defining mapping information from annotations has been deprecated and will be removed in 4.0, use PHP attributes mapping instead.
Fixed
- Tree: Cascade remove not being triggered on entity children at
MaterializedPath::removeNode()
. - Tree: Materialize Path strategy when using autogenerated identifiers.