Skip to content

Releases: vknabel/vscode-swiftformat

Linux support

05 May 08:31
Compare
Choose a tag to compare

Formatting new files lead to an error

01 Mar 08:02
Compare
Choose a tag to compare

Formatting new files lead to an error. #6 - @vknabel

Automatically load SwiftFormat config files

25 Jan 16:53
Compare
Choose a tag to compare
  • Automatically load SwiftFormat config files. #5 - @vknabel

Do not crash for non-workspace documents

09 Jan 13:29
Compare
Choose a tag to compare
  • Documents not opened in workspaces lead to a crash. #3 - @vknabel
  • Missing break within switch statement lead to reporting explicitly handled issues #4 - @vknabel

Prefers release over debug builds

25 Nov 18:07
Compare
Choose a tag to compare
  • Prefers release over debug builds of SwiftFormat - @segiddins

Local SwiftFormat

25 Nov 18:06
Compare
Choose a tag to compare
  • Supports running on Swift PM projects which have a dependency on SwiftFormat - @orta

Empty files

13 Nov 20:36
Compare
Choose a tag to compare
  • Did print help when formatting empty document.

Format Selection

20 Oct 08:00
Compare
Choose a tag to compare
  • Format selection did not work correctly.
  • Had wrong issue reporting url.

Homedir

13 Sep 16:10
Compare
Choose a tag to compare
  • SwiftFormat now supports home directories with ~/

Indentation

10 Sep 20:24
Compare
Choose a tag to compare
  • SwiftFormat will now use vscode's indentation settings.
  • Unknown errors can now be reported on GitHub.