Skip to content

Releases: MindscapeHQ/raygun4apple

2.1.1

04 Jul 03:00
babc987
Compare
Choose a tag to compare

What's Changed

  • Adds a link to the Swift UI example app in README by @nikz in #53
  • Includes exception explicitly by @nikz in #55

Full Changelog: 2.0.1...2.1.1

2.0.1

28 May 03:55
4fd3c12
Compare
Choose a tag to compare

What's Changed

  • Updates README.md by @nikz in #52
  • Falls back to thread stack trace if nil by @nikz in #51

New Contributors

  • @nikz made their first contribution in #52

Full Changelog: 2.0.0...2.0.1

2.0.0

14 Aug 22:54
6f62955
Compare
Choose a tag to compare

Changes

  • Creation of Package.swift file for the Swift Package Manager

1.5.1

11 Mar 03:15
b521dd6
Compare
Choose a tag to compare

Changes:

  • Adding missing static modifier for internal functions to avoid symbol collision with other libraries

1.5.0

01 Oct 20:50
4a68860
Compare
Choose a tag to compare

Changes:

  • The API endpoint can now be configured through the Raygun client
  • Fix: A bad access exception when logging response codes from the Raygun API

1.4.2

06 Sep 23:08
e0f0efa
Compare
Choose a tag to compare

Changes:

  • Updated crash report property name for the stack trace
  • Additional guards against the provider generating exceptions

1.4.1

31 Aug 02:35
2c830de
Compare
Choose a tag to compare

Resolve third party dependency conflicts with KSCrash source files.

Changes:

  • Prefix files with Raygun
  • Prefix classes and methods with Raygun
  • Prefix macros with Raygun
  • Exposing the RaygunCrashReportConverter class for external use

1.4.1-beta

26 Aug 04:22
4a42301
Compare
Choose a tag to compare

Resolve third party dependency conflicts with KSCrash source files.

Changes:

  • Prefix files with Raygun
  • Prefix classes and methods with Raygun
  • Prefix macros with Raygun

1.4.0

16 Jun 03:29
9ee464d
Compare
Choose a tag to compare

Changes:

  • CocoaPods support
  • New sample app projects
  • Fix: UUID not being included by default for user information

1.3.10

05 Jun 04:18
de35f92
Compare
Choose a tag to compare
  • Fix for anonymous user information not being included in crash reports