Skip to content

Commit d16d817

Browse files
committed
Updated for 0.44.15 release
1 parent 2ec1242 commit d16d817

32 files changed

+51
-38
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [0.44.15](https://github.com/nicklockwood/SwiftFormat/releases/tag/0.44.15) (2020-07-01)
4+
5+
- Fixed incorrect indenting for double-nested closures
6+
- Added inference for `--wrapparameters` option
7+
- Fixed incorrect `--wraparguments` inference
8+
- The `spaceInsideBraces` rule will no longer add space between nested braces
9+
- Fixed bug in `isStartOfClosure()` helper
10+
- Fixed indent logic for closing braces
11+
- You can now use `--output stdout` even when using a file path for input
12+
- SwiftFormat will now raise an error if missing info needed for `fileHeader` rule
13+
- Improved SwiftFormat for Xcode app icon
14+
- Updated instructions for git pre-commit hook
15+
316
## [0.44.14](https://github.com/nicklockwood/SwiftFormat/releases/tag/0.44.14) (2020-06-23)
417

518
- Added new icon for SwiftFormat for Xcode app (thanks to Vikram Kriplaney for the icon design)

CommandLineTool/swiftformat

10.5 KB
Binary file not shown.

EditorExtension/Extension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>XPC!</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.44.14</string>
18+
<string>0.44.15</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>LSMinimumSystemVersion</key>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)