Skip to content

Releases: MobileNativeFoundation/bluepill

v5.5.4

29 Apr 05:40
9c7d7af
Compare
Choose a tag to compare

What's Changed

  • Introduce BPSwimlane holding LaneID that keeps the same when reused. by @YangSun33 in #487

Full Changelog: v5.5.3...v5.5.4

v5.8.1

27 Apr 22:30
2dfc0a9
Compare
Choose a tag to compare

What's Changed

  • Move files closer in pbxproj file by @ymwang1984 in #478
  • Introduce BPSwimlane holding LaneID that keeps the same when reused to fix trace-profile issue. by @YangSun33 in #486

Full Changelog: v5.8.0...v5.8.1

v5.8.0 - Xcode 12.4 support

26 Feb 23:28
e2bca52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.7.0...v5.8.0

v5.7.0 - Xcode 12.3 support

26 Feb 23:32
c0bc1e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.6.0...v5.7.0

v5.6.0 - Xcode 12.2 support

19 Jan 23:19
ca19302
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.5.3...v5.6.0

v5.5.3

25 Nov 21:18
fd40f2c
Compare
Choose a tag to compare

What's Changed

  • Update bazel build script and bazel rule by @AhmedEid in #463
  • Add NSXMLDocumentTidyXML as option to NSXMLDocument by @AhmedEid in #464
  • Fix issue loading Bluepill Bazel rule
  • Strip invalid characters off of XML prior to passing it into report collector

New Contributors

Full Changelog: v5.5.2...v5.5.3

v5.5.2 - Minor app crash fix

25 Nov 18:40
1e63319
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.5.1...v5.5.2

v5.5.1

09 Oct 09:34
db09487
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.5.0...v5.5.1

v5.5.0 - Xcode 12.0 support

29 Sep 20:56
2e80798
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.4.2...v5.5.0

v5.4.2

12 Aug 23:55
506e399
Compare
Choose a tag to compare
Retry app crash tests and consider then non-fatal if they pass (#456)

Introducing a flag `retry-app-crash-tests` to retry tests that
might have caused app crashes. When this flag is turned on, the
execution will not fail if all app crash tests pass on retry.

The retries will honor the `error-retries` count, restarts the
sim before retrying the crashed test and makes the crash logs
available, like before.