@@ -3,6 +3,40 @@ CHANGELOG for PHP CS Fixer
33
44This file contains changelogs for stable releases only.
55
6+ Changelog for v2.19.0
7+ ---------------------
8+
9+ * feature #4238 TrailingCommaInMultilineFixer - introduction (kubawerlos)
10+ * feature #4592 PhpdocToPropertyTypeFixer - introduction (julienfalque)
11+ * feature #5390 feature #4024 added a ` list-files ` command (clxmstaab, keradus)
12+ * feature #5635 Add list-sets command (keradus)
13+ * feature #5674 UX: Display deprecations to end-user (keradus)
14+ * minor #5601 Always stop when "PHP_CS_FIXER_FUTURE_MODE" is used (kubawerlos)
15+ * minor #5607 DX: new config filename (keradus)
16+ * minor #5613 DX: UtilsTest - add missing teardown (keradus)
17+ * minor #5631 DX: config deduplication (keradus)
18+ * minor #5633 fix typos (staabm)
19+ * minor #5642 Deprecate parameter of Token::toJson() (keradus)
20+ * minor #5672 DX: do not test deprecated fixer (kubawerlos)
21+
22+ Changelog for v2.18.7
23+ ---------------------
24+
25+ * bug #5593 SingleLineThrowFixer - fix handling anonymous classes (kubawerlos)
26+ * bug #5654 SingleLineThrowFixer - fix for match expression (kubawerlos)
27+ * bug #5660 TypeAlternationTransformer - fix for "array" type in type alternation (kubawerlos)
28+ * bug #5665 NullableTypeDeclarationForDefaultNullValueFixer - fix for nullable with attribute (kubawerlos)
29+ * bug #5670 PhpUnitNamespacedFixer - do not try to fix constant (kubawerlos)
30+ * bug #5671 PhpdocToParamTypeFixer - do not change function call (kubawerlos)
31+ * bug #5673 GroupImportFixer - Fix failing case (julienfalque)
32+ * minor #4591 Refactor conversion of PHPDoc to type declarations (julienfalque, keradus)
33+ * minor #5611 DX: use method expectDeprecation from Symfony Bridge instead of annotation (kubawerlos)
34+ * minor #5658 DX: use constants in tests for Fixer configuration (keradus)
35+ * minor #5661 DX: remove PHPStan exceptions for "tests" from phpstan.neon (kubawerlos)
36+ * minor #5662 Change wording from "merge" to "intersect" (jschaedl)
37+ * minor #5663 DX: do not abuse "inheritdoc" tag (kubawerlos)
38+ * minor #5664 DX: code grooming (keradus)
39+
640Changelog for v2.18.6
741---------------------
842
0 commit comments