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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,29 @@
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.11.0 (2025-09-29)
6
+
7
+
This release improves the formatter's performance by up to 10% compared to previous release, fixes several issues with safe mode, and refines the handling of docstrings and region.
8
+
9
+
### Added
10
+
11
+
- Formatting support for class documentation comments
12
+
- Improved spacing logic for inline comments in cases where we need to apply two lines of spacing
13
+
14
+
### Changed
15
+
16
+
- Improved the performance of `class_name` and `extends` queries
17
+
- Updated safe mode help message to warn about rare cases where it may not catch all formatting issues
18
+
19
+
### Fixed
20
+
21
+
- Safe mode incorrectly parsing `extends` statements as children of `class_name` statements
22
+
-`#endregion` comments immediately following `#region` comments being collapsed
23
+
- Missing empty lines between class documentation comments and following statements
24
+
- Multiple empty lines after `extends` statements (now we ensure there is only one empty line)
25
+
- Godot add-on: Download URL for Windows users failing due to incorrect file extension
26
+
- Failing reorder test cases were cleaned up and corrected
0 commit comments