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 3283868 commit 4685712Copy full SHA for 4685712
CHANGELOG.md
@@ -2,6 +2,18 @@
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.18.0 (2025-11-18)
6
+
7
+### Added
8
9
+- Godot addon: allow using both reorder code and safe mode together
10
11
+### Fixed
12
13
+- Safe mode: search for `extends_statement` node instead of accessing it by index (#174)
14
+- Multiline lambdas in ternaries having too much indentation and getting a parse error
15
+- Remove version number from Godot addon zip in releases (it was breaking download links)
16
17
## Release 0.17.0 (2025-11-10)
18
19
### Added
0 commit comments