We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bc42a commit 6573956Copy full SHA for 6573956
CHANGELOG.md
@@ -2,6 +2,17 @@
2
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
5
+## Release 0.4.0 (2025-09-10)
6
+
7
+### Fixed
8
9
+- Trailing comments at the end of functions were being wrapped on a new line. They're now preserved at the end of the function line.
10
11
+### Changed
12
13
+- Updated to latest version of the GDScript parser with adapted queries for new body node in setters and getters
14
+- Added test case for trailing comments at the end of functions to ensure correct formatting
15
16
## Release 0.3.0 (2025-09-04)
17
18
### Added
0 commit comments