Releases: intitni/XccurateFormatter
Releases · intitni/XccurateFormatter
0.7.1
Fix using prettier to format file that has spaces in its file name.
0.7.0
- Support Prettier plugin, please read README.md for details.
- Fix that formatting files inside a playground will be alerted.
0.6.0
Support in-place mutation of code. So undoing the formatted code won't result in a selection of the whole file.
0.5.0
- 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
- 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
- Fix that Swift Package manifests, Playground files, and Playground pages can't be formatted.