Skip to content

Releases: MobileNativeFoundation/bluepill

v5.1.8

18 Dec 00:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.7...v5.1.8

v5.1.7

06 Dec 22:27
04f1cbc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.6...v5.1.7

v5.1.6

03 Dec 19:53
5de4a1a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.5...v5.1.6

v5.1.5

03 Dec 17:54
Compare
Choose a tag to compare

What's Changed

  • Remove install cocoapods step since cocoapods is pre-installed by @chenxiao0228 in #402

Full Changelog: v5.1.4...v5.1.5

v5.1.4

03 Dec 05:31
55220b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.3...v5.1.4

v5.1.3

03 Dec 04:48
cba2201
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.2...v5.1.3

v5.1.2

03 Dec 04:22
a7adf89
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.1...v5.1.2

5.1.1: Xcode 11.2 support and better reporting

16 Nov 00:53
Compare
Choose a tag to compare
  • 065f4b3 Xcode 11.2 Support (#392)
  • 58bc0e3 Added a readable HTML test report to Bluepill (#387)
  • e763203 Update GitHub Actions to macOS latest and small reproducibility fix (#390)
  • 2c913e3 Fail if bp binary is not found adjacent to bluepill and also some refactoring (#380)
  • 75084a7 Fixing xcode project set-up that was causing some tests to fail (#379)

Bluepill now creates an easy to read HTML report along with the JUnit XML report for your CI. The new HTML report is automatically created when the --output-dir flag is set, it'll be called 0-test-report.html (the name was chosen so it will show up first in CI systems that sort the logs). Please report back whether you find this new reporting useful and any improvement ideas you might have. Enjoy!

5.1.0: Xcode 11.1 Support

16 Oct 04:10
61c6eec
Compare
Choose a tag to compare

5.0.0: Xcode 11.0 Support

27 Sep 22:35
@ob ob
Compare
Choose a tag to compare
  • 7ddd815 Bluepill w/ Xcode 11 support, more logging, minor fixes and partial revert of bugfix in #338 (#361)
  • 474b6b5 Make bptestrunner work with python 2 and python 3 (#362)
  • 821dce8 Xcode 11.0 Support (#357)