Skip to content

Releases: vknabel/vscode-swiftformat

v1.6.10

03 Jul 21:02
6d11fe2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.9...v1.6.10

v1.6.9

08 Jun 09:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.8...v1.6.9

v1.6.8

05 Jun 06:10
Compare
Choose a tag to compare

What's Changed

  • Add on-type formatting support after hitting "return" on non-empty lines by @MahdiBM in #32
  • Quote SwiftFormat path to handle spaces by @vinocher-bc in #37

New Contributors

Full Changelog: v1.6.7...v1.6.8

What's Changed

  • Add on-type formatting support after hitting "return" on non-empty lines by @MahdiBM in #32
  • Quote SwiftFormat path to handle spaces by @vinocher-bc in #37

New Contributors

Full Changelog: v1.6.7...v1.6.8

v1.6.7

05 Jun 06:10
Compare
Choose a tag to compare

Full Changelog: v1.6.6...v1.6.7

v1.6.6

05 Jun 06:10
Compare
Choose a tag to compare

Full Changelog: v1.6.4...v1.6.6

v1.6.4

05 Jun 06:10
Compare
Choose a tag to compare

What's Changed

  • Fix "File not found" on Windows by @hf02 in #25

New Contributors

  • @hf02 made their first contribution in #25

Full Changelog: 1.6.3...v1.6.4

1.6.3

05 Jun 06:10
Compare
Choose a tag to compare

Full Changelog: 1.6.1...1.6.3

1.6.1

05 Jun 06:10
Compare
Choose a tag to compare

Full Changelog: 1.6.0...1.6.1

1.6.0

12 Dec 11:41
Compare
Choose a tag to compare
  • docs: clarified swiftformat.options #17
  • Added: swiftformat.path can now be an array of strings and defaults to [/usr/bin/env, swiftformat] #17

1.4.0

23 Apr 09:59
Compare
Choose a tag to compare

1.4.0

  • Added: swiftformat.onlyEnableWithConfig to only enable SwiftFormat with a config #20
  • Fixed: swiftformat.onlyEnableOnSwiftPMProjects didn't work correctly