Releases: MindscapeHQ/raygun4apple
Releases · MindscapeHQ/raygun4apple
2.1.1
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
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
Changes
- Creation of Package.swift file for the Swift Package Manager
1.5.1
Changes:
- Adding missing static modifier for internal functions to avoid symbol collision with other libraries
1.5.0
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
Changes:
- Updated crash report property name for the stack trace
- Additional guards against the provider generating exceptions
1.4.1
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
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
Changes:
- CocoaPods support
- New sample app projects
- Fix: UUID not being included by default for user information