This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
Releases: swift-server/swift-backtrace
Releases · swift-server/swift-backtrace
SwiftBacktrace 1.3.5
SwiftBacktrace 1.3.4
SwiftBacktrace 1.3.3
SwiftBacktrace 1.3.2
SemVer patch
- #58: trap SIGSEGV, SIGBUS, and SIGFPE by default, in addition to SIGILL
SwiftBacktrace 1.3.1
SemVer Patch
Add missing new method for Windows/macOS.
SwiftBacktrace 1.3.0
SemVer Minor
- added a new
Backtrace.install(signals:)
API that allows the caller to specify all signal to backtrace on.
SwiftBacktrace 1.2.3
recent changes to support windows broke macos (#44) motivation: unbreak macos changes: make _stdlib_demangleName only available on macOS and Windows where it is fully supported