Skip to content

Releases: intitni/XccurateFormatter

0.7.1

21 Aug 10:53
Compare
Choose a tag to compare

Fix using prettier to format file that has spaces in its file name.

0.7.0

21 Aug 07:41
Compare
Choose a tag to compare
  • Support Prettier plugin, please read README.md for details.
  • Fix that formatting files inside a playground will be alerted.

0.6.0

29 Apr 13:24
Compare
Choose a tag to compare

Support in-place mutation of code. So undoing the formatted code won't result in a selection of the whole file.

0.5.0

01 Feb 08:41
Compare
Choose a tag to compare
  • Updated the launch agent plist to remove the RunAtLoad field. XPC service will start automatically when the extension command is run.
  • Kill XPC service when Xcode exits.

You must re-setup the XPC service from within the app to install the new plist. In future updates, you will not need to restart the XPC service after updates.

0.4.0

13 Jan 09:25
Compare
Choose a tag to compare
  • Fix that the configuration file can't be found if the file path contains spaces.
  • Fix that the XPC connection can't be restarted when invalidated.

Please restart the XPC service in the app after updates.

0.3.0

01 Dec 14:26
Compare
Choose a tag to compare
  1. Fix that Swift Package manifests, Playground files, and Playground pages can't be formatted.

0.2.0

30 Nov 13:34
Compare
Choose a tag to compare

Initial release