|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
3 |
| -## [Unreleased] |
| 3 | +## 3.2.0 - 2024-08-17 |
4 | 4 |
|
5 | 5 | * Add support for PHP 8.4
|
6 | 6 |
|
7 |
| -## [3.1.1] - 2024-07-23 |
| 7 | +## 3.1.1 - 2024-07-23 |
8 | 8 |
|
9 | 9 | * Fix `multiline_whitespace_before_semicolons` configuration
|
10 | 10 |
|
11 |
| -## [3.1.0] - 2024-07-23 |
| 11 | +## 3.1.0 - 2024-07-23 |
12 | 12 |
|
13 | 13 | * Move the semicolon to the new line for chained calls (`multiline_whitespace_before_semicolons`)
|
14 | 14 |
|
15 |
| -## [3.0.0] - 2024-07-23 |
| 15 | +## 3.0.0 - 2024-07-23 |
16 | 16 |
|
17 | 17 | * Reset rules:
|
18 | 18 | * Use PER Coding Style 2.0
|
|
22 | 22 | * Ordered Types with `null` always last
|
23 | 23 | * Internal PHPUnit test cases
|
24 | 24 |
|
25 |
| -## [2.4.1] - 2023-11-30 |
| 25 | +## 2.4.1 - 2023-11-30 |
26 | 26 |
|
27 | 27 | * Allow use of newer PHP CS Fixer versions
|
28 | 28 |
|
29 |
| -## [2.4.0] - 2023-11-30 |
| 29 | +## 2.4.0 - 2023-11-30 |
30 | 30 |
|
31 | 31 | * Add support for PHP 8.3
|
32 | 32 |
|
33 |
| -## [2.3.0] - 2023-09-07 |
| 33 | +## 2.3.0 - 2023-09-07 |
34 | 34 |
|
35 | 35 | * Replace deprecated `function_typehint_space` with `type_declaration_spaces`
|
36 | 36 | * Replace deprecated `no_spaces_inside_parenthesis` with `spaces_inside_parentheses`
|
37 | 37 |
|
38 |
| -## [2.2.0] - 2023-06-20 |
| 38 | +## 2.2.0 - 2023-06-20 |
39 | 39 |
|
40 | 40 | * Replaced deprecated `no_blank_lines_before_namespace` and `single_blank_line_before_namespace` rules with
|
41 | 41 | `blank_lines_before_namespace`
|
42 | 42 |
|
43 |
| -## [2.1.0] - 2023-05-18 |
| 43 | +## 2.1.0 - 2023-05-18 |
44 | 44 |
|
45 | 45 | * Changed `php_unit_test_annotation` style from `prefix` to `annotation`
|
46 | 46 |
|
47 |
| -## [2.0.0] - 2023-04-09 |
| 47 | +## 2.0.0 - 2023-04-09 |
48 | 48 |
|
49 | 49 | * Removed `friendsofphp/php-cs-fixer` as a direct dependency
|
50 | 50 | ([the recommended way is not to use it as a dev dependency](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#installation))
|
51 | 51 | * Removed configs for PHP 7.4 and 8.0
|
52 | 52 | * Changed directory structure to align with [`ergebnis/php-cs-fixer-config-template`](https://github.com/ergebnis/php-cs-fixer-config-template)
|
53 | 53 | * Made all common rules explicit
|
54 | 54 |
|
55 |
| -## [1.2.0] - 2022-10-18 |
| 55 | +## 1.2.0 - 2022-10-18 |
56 | 56 |
|
57 | 57 | * `global_namespace_import`: Imports or fully qualifies global classes/functions/constants.
|
58 | 58 | * Re-enable for classes, constants, and functions
|
59 | 59 |
|
60 |
| -## [1.1.0] - 2022-09-18 |
| 60 | +## 1.1.0 - 2022-09-18 |
61 | 61 |
|
62 | 62 | * `native_function_invocation`: Add leading `\` before function invocation to speed up resolving
|
63 | 63 | * Enable only for `@compiler_optimized` functions and remove `\` of function calls not meant to have it.
|
64 | 64 | * `global_namespace_import`: Imports or fully qualifies global classes/functions/constants.
|
65 | 65 | * Enable only for classes
|
66 | 66 |
|
67 |
| -## [1.0.2] - 2022-09-16 |
| 67 | +## 1.0.2 - 2022-09-16 |
68 | 68 |
|
69 | 69 | * Fixes rule sets to be compatible with PHP 7.4
|
70 | 70 |
|
71 |
| -## [1.0.1] - 2022-08-25 |
| 71 | +## 1.0.1 - 2022-08-25 |
72 | 72 |
|
73 | 73 | * Fixes PHP version requirements to allow PHP 7.4 and PHP 8.0
|
74 | 74 |
|
75 |
| -## [1.0.0] - 2022-08-25 |
| 75 | +## 1.0.0 - 2022-08-25 |
76 | 76 |
|
77 | 77 | * Rules extend the Ergebnis rules with the following modifications:
|
78 | 78 | * `blank_line_between_import_groups`: Blank lines are put between import groups
|
|
0 commit comments