Releases: pointfreeco/swift-issue-reporting
Releases · pointfreeco/swift-issue-reporting
1.4.3
What's Changed
- Fixed: Android support (thanks @johankool, #138)
- Fixed: Properly surface runtime warnings for
reportIssue(error)
(thanks @Killectro, #140). - Infrastructure: CI fixes (#141).
New Contributors
- @johankool made their first contribution in #138
- @Killectro made their first contribution in #140
Full Changelog: 1.4.2...1.4.3
1.4.2
What's Changed
- Fixed: Emit runtime warning in previews via the console (#135).
- Fixed: Update Package.swift deprecated parameter name (thanks @zunda-pixel, #111).
New Contributors
- @zunda-pixel made their first contribution in #111
Full Changelog: 1.4.1...1.4.2
1.4.1
What's Changed
- Fixed: Xcode 16 Library Evolution support (thanks @gemmakbarlow, #133).
- Infrastructure: Update CI to use the Xcode 16 release (#132).
New Contributors
- @gemmakbarlow made their first contribution in #133
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
- Added:
TestContext.Testing.Test.ID.rawValue
, for returning a type-erased identifier matching Swift Testing's underlyingTest.ID
(#131).
Full Changelog: 1.3.1...1.4.0
1.3.1
What's Changed
- Fixed: Address potential runtime crash when dynamically accessing
TestContext.current
(#130).
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- Added:
TestContext.swiftTesting
is now populated with information that identifies the current test (#125, #127, #128). This can be used by tools that need to differentiate between tests. - Fixed: Disfavor an
unimplemented
to avoid downstream warnings (#123). - Infrastructure: Fix Wasm CI (#124).
Full Changelog: 1.2.5...1.3.0
1.2.5
What's Changed
- Fixed:
unimplemented
support for typed throws (#117). - Fixed: A Swift 5.9 compiler error regression introduced in 1.2.4 has been fixed (#119).
Full Changelog: 1.2.4...1.2.5
1.2.4
What's Changed
- Fixed: Update
reportIssue
to dynamically invokeTesting.Issue.record
(#116). Previously it was calling to public, underscored code that could change in the future.
Full Changelog: 1.2.3...1.2.4
1.2.3
What's Changed
- Fixed: Underscore issue reporter type names (#112).
- Fixed: Don't
fatalError
eagerly when calling deprecatedunimplemented
endpoints (thanks @grigorye, #114). - Fixed: Publicize
UnimplementedFailure.init
(thanks @andriyslyusar, #108). - Infrastructure: Update README.md (thanks @finestructure, #110).
New Contributors
- @grigorye made their first contribution in #114
- @andriyslyusar made their first contribution in #108
Full Changelog: 1.2.2...1.2.3
1.2.2
What's Changed
- Fixed: Correct typo in
XCTFail
's deprecation rename (#98). - Fixed: Revert package name in [email protected] for backwards compatibility (thanks @noremac, #99).
New Contributors
Full Changelog: 1.2.1...1.2.2