Skip to content

Releases: a7ex/xcresultparser

Release 1.8.3

15 Dec 13:43
Compare
Choose a tag to compare

Add .mm files to grep filter to resolve junit class names to files

Release 1.8.2

06 Dec 19:36
6a68e37
Compare
Choose a tag to compare

Fix performance of command to generate junit xml for xml with paths for the test classes.
xcresultparser -o xml <XCResultBundle> should be magnitudes faster now!

Release 1.8.1

16 Oct 13:30
Compare
Choose a tag to compare

Hotfix Release
fixed bug which causes malformat of issues

Release 1.8.0

06 Oct 21:02
Compare
Choose a tag to compare

Add new parameter '--excluded-path' in order to exclude specified paths for coverage and warnings-and-errors
Add unit tests for the new feature
Read submission ID from notarization call in order to echo the entire command for 'notarytool' info and 'notarytool log', so we can copy and paste it into the terminal
Add new xcresult file to test xcresult with errors

Release 1.7.2

31 Jul 20:01
Compare
Choose a tag to compare

Swift 5.9 is better choice over 5.10 in terms of compatibility

Release 1.7.1

30 Jul 11:54
Compare
Choose a tag to compare
  • revert changes to Package.swift so we can build with Xcode 15 again

Release: 1.7.1-prerelease-2024-07-30

29 Jul 21:15
ed0606e
Compare
Choose a tag to compare
Pre-release

Full Changelog: 1.7.0...1.7.1-prerelease-2024-07-30

  • Fixes compilation with Xcode 15.4
  • Fixes unit test on GitHub CI

Release 1.7.0

28 Jul 10:53
Compare
Choose a tag to compare

New version 1.7.0 is now Xcode 16 compatible.

The xcresulttool command line tool, which comes with the developer tools of Xcode 16, changed the API. And so the Swift Package XcresultKit had to be updated.

Release 1.6.5

03 Jul 22:24
ad962cb
Compare
Choose a tag to compare

Changed the Junit xml slightly in order to be compatible with Jenkins plugin

It looks like the Jenkins plugin (https://plugins.jenkins.io/xunit/) expects:
only 3 decimal places after the . in the time attribute
an errors attribute, even if errors=0 on the testsuite

Release 1.6.4

16 Jun 11:35
Compare
Choose a tag to compare

removed swiftlint plugin from Package.swift file, as it seems to not work with commandline tools?