2.0.0 #268
cpisciotta
announced in
Announcements
2.0.0
#268
Replies: 1 comment 5 replies
-
I was just looking into upgrading from 1.x to 2.4.1 and I'm hitting some source incompatibilities around |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Breaking Changes
Types
Parser
andOutputHandler
are now internal and replaced by XCBeautifier, the single entry point to parse xcodebuild commands. You can find an example migration here.OutputType
andJunitReporter
are now internal. JUnit reporting is now only available via the command-line executable.Configuration
Note
With these changes, it might be more difficult for dependent projects to modify the formatted values. If you'd like to specify a custom formatting strategy, such as for a new CI provider, it is likely best to create a new
OutputRendering
type. You can find the available ones here. If you'd like to contribute one, feel free to reach out, open a pull request, or open a GitHub issue!What's Changed
Full Changelog: 1.4.0...2.0.0
This discussion was created from the release 2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions