Skip to content

Releases: diogot/danger-xcode_summary

1.0.1

11 Oct 20:24
v1.0.1
f2b8d1a
Compare
Choose a tag to compare

Update dependencies

1.0.0: xcresult

30 Aug 05:33
0e87599
Compare
Choose a tag to compare

The plugin now requires a xcresult to work. This was introduced back on Xcode 11 and should be way more reliable than using xcpretty-json-formatter to parse xcodebuild's output.

However, as part of the migration, the plugin won't report test summaries (e.g. "Executed 4 tests, with 0 failures (0 unexpected) in 0.012 (0.017) seconds") anymore, so some properties related to it were removed (sticky_summary and test_summary). I believe we should be able to get that information back from reading the xcresult, but since it'd require more code to manually compute that, we've decided to remove support for now. PRs adding this back are definitely encouraged though!

0.5.3

25 May 12:16
0.5.3
c1ee639
Compare
Choose a tag to compare
Release new version

0.5.2

05 Jul 23:09
073a2fe
Compare
Choose a tag to compare
Merge pull request #54 from diogot/bump-version

Bump version to 0.5.2

0.5.1

26 Jul 15:12
020d670
Compare
Choose a tag to compare
Merge pull request #47 from diogot/update-gems

Update gems