File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1111* Dropped support for PHP 7
1212* Adjusted code to not trigger warnings with PHP 8.4
1313* Removed deprecated ` getDeserializeFormat ` method from date time
14- * Replaced ` @Preferred ` annotation with the ` #[Preferred] ` attribute
14+ * Use Attribute instead of Annotation
15+ * Replaced ` Liip\MetadataParser\ModelParser\LiipMetadataAnnotationParser ` with ` Liip\MetadataParser\ModelParser\LiipMetadataAttributeParser `
16+ * Replaced ` @Preferred ` annotation with the ` #[Preferred] ` attribute
1517* Replaced ` PropertyCollection::useIdenticalNamingStrategy ` static method with the ` PropertyNamingStrategyInterface ` .
1618 If you need to change the property naming strategy, remove the call to the static method and instead pass a strategy instance to the parser.
1719 The library provides two implementations for the property naming strategy:
18- * ` IdenticalPropertyNamingStrategy `
20+ * ` IdenticalPropertyNamingStrategy `
1921 * ` SnakeCasePropertyNamingStrategy ` (default).
20- * Add support for (union) discriminators and their related JMS attributes ` #[UnionDiscriminator] ` and ` #[Discriminator] `
22+ * Add support for (union) discriminators and their related JMS attributes ` #[UnionDiscriminator] ` and ` #[Discriminator] `
2123
2224# Version 1.x
2325
You can’t perform that action at this time.
0 commit comments