You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## 2.2.2
8
+
### Fixed
9
+
- Avoid breaking XML files by excluding `PSR12.Operators.OperatorSpacing` from running there.
10
+
7
11
## 2.2.1
8
-
## Fixed
12
+
###Fixed
9
13
- Exclude pattern, the patterns did not include the dot of the extension allowing matching with the pathname (which for example in DDEV will match with `html` in `/var/www/html`)
10
-
## Changed
14
+
###Changed
11
15
- Included more rules to exclude for (p)html and xml files. Indentation, line-length are very hard to fix consistently and prevents usage of component libraries (as for example with Hyvä)
12
16
13
17
## 2.2.0
14
-
## Changed
18
+
###Changed
15
19
- Apply more rules to .html and .phtml files. In previous updates (see pull requests [#5] and [#10]), we excluded these files very widely; this change makes the exclusion more specific and intentional.
0 commit comments