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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
This file documents the changes made to the formatter with each release. This project uses [semantic versioning](https://semver.org/spec/v2.0.0.html).
4
4
5
+
## Release 0.5.1 (2025-09-18)
6
+
7
+
This release fixes critical bugs that could cause data loss during formatting.
8
+
9
+
### Added
10
+
11
+
- Formatting support for pattern guards (syntax: `a when b:`)
12
+
- Test cases for string literals to prevent regressions
13
+
14
+
### Changed
15
+
16
+
- Added warning in README about using version control systems when formatting code to prevent data loss
17
+
18
+
### Fixed
19
+
20
+
- StringName strings (`&"TextHere"`) being erased during formatting
21
+
- NodePath strings (`^"Path/To/Node"`) being erased during formatting
22
+
5
23
## Release 0.5.0 (2025-09-18)
6
24
7
25
This release greatly improves the performance of the formatter, which makes it feel even snappier than before. The time to format is divided by up to 2.
0 commit comments