Skip to content

Releases: trailbehind/TBOOMDetector

1.0

22 Oct 16:57
1475d00
Compare
Choose a tag to compare

[1.0.0] - 2020-10-22

Changed

  • Dependency on crashlytics has been removed, and TBOOMDetector must now be passed a block that will be called to determine if the last session crashed.
  • Minimum iOS version has changed to 10.0.
  • Code is now formatted with Clang Format using pre-commit hooks.
  • Removed cocoapods from demo app.

0.6

05 Oct 12:54
Compare
Choose a tag to compare
0.6
Update version in podspec

0.5

12 Dec 20:59
Compare
Choose a tag to compare
0.5
Make appWasBackgroundedOnExist a visible property

This is useful to show messaging in app, before crashlytics has loaded
to determine what type of crash it was.

0.4

23 Dec 18:24
Compare
Choose a tag to compare
0.4
update pod spec for version 0.4

0.3

08 Sep 13:18
Compare
Choose a tag to compare
0.3
add stringFromTBTerminationType method

0.2

04 Sep 19:50
Compare
Choose a tag to compare
0.2
return false, because NO is obj-c

0.1

01 Sep 23:39
Compare
Choose a tag to compare
0.1
Add demo app