Releases: cpisciotta/xcbeautify
Releases Β· cpisciotta/xcbeautify
1.3.1
What's Changed
xcbeautify has a new home! π Make sure to update your xcbeautify URLs to the new one.
Examples - Changes Required
- https://github.com/tuist/xcbeautify/
+ https://github.com/cpisciotta/xcbeautify/
- [email protected]:tuist/xcbeautify.git
+ [email protected]:cpisciotta/xcbeautify.git
This release contains housekeeping changes only and does not impact source code.
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- Create New Output Issue Template by @cpisciotta in #184
- Delete InnerParser Type by @cpisciotta in #183
- Add failable init to CaptureGroup by @cpisciotta in #178
- Add SwiftFormat by @cpisciotta in #216
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- Delete EmptyCaptureGroup by @cpisciotta in #170
- Don't Automatically Close Stale Issues and Pull Requests by @cpisciotta in #173
- Update swift-actions/setup-swift digest to 61a116f by @renovate in #171
- Annotate Xcbeautify with main attribute by @cpisciotta in #179
- Update actions/stale action to v9 by @renovate in #168
- Update dependency ArgumentParser to v1.3.0 by @renovate in #166
- Simplify Pattern Definitions and Logic by @cpisciotta in #172
- Update dependency apple/swift-argument-parser to from: "1.3.0" by @renovate in #167
- Move OutputType Definitions by @cpisciotta in #176
- Update Package.resolved by @cpisciotta in #180
- Update Makefile by @cpisciotta in #181
- Simplify Inner Parser Method by @cpisciotta in #177
Full Changelog: 1.1.1...1.2.0
1.1.1
1.1.0
What's Changed
- fix 1.0.1 release version report issue by @chenrui333 in #159
- Auto-Detect GitHub Actions by @cpisciotta in #163
Full Changelog: 1.0.1...1.1.0
1.0.1
What's Changed
- Update actions/checkout action to v4 by @renovate in #148
- Update swift-actions/setup-swift digest to f51889e by @renovate in #151
- Update README.md by @pjtnt11 in #152
- Fix LinkerDuplicateSymbolsLocationCaptureGroup by @cpisciotta in #158
New Contributors
Full Changelog: 1.0.0...1.0.1
1.0.0
0.21.1
- Fixed handling -q for certain scenarios involving test cases (#139) by @grigorye
- Convert xcbeautify from Target to Executable Target (#140) by @cpisciotta
- Revert "Refactor Pattern to Support SPM Compilation" (#141) by @cpisciotta
0.21.0
- Added support for a GitHub Actions renderer to surface errors through GitHub's UI #107 by @cpisciotta
- Updated
ArgumentParser
to 1.2.2 #132 - Added support for
CompileSwift
andSwiftCompile
outputs #128 by @cpisciotta. - Added support for passing absolute paths via the
--report-path
flag #129 by @cpisciotta.