Skip to content

Releases: pointfreeco/swift-issue-reporting

1.4.3

18 Nov 21:42
a3f634d
Compare
Choose a tag to compare

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

Full Changelog: 1.4.2...1.4.3

1.4.2

02 Oct 17:24
770f990
Compare
Choose a tag to compare

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

Full Changelog: 1.4.1...1.4.2

1.4.1

23 Sep 18:10
Compare
Choose a tag to compare

What's Changed

  • Fixed: Xcode 16 Library Evolution support (thanks @gemmakbarlow, #133).
  • Infrastructure: Update CI to use the Xcode 16 release (#132).

New Contributors

Full Changelog: 1.4.0...1.4.1

1.4.0

11 Sep 19:09
bc2a151
Compare
Choose a tag to compare

What's Changed

  • Added: TestContext.Testing.Test.ID.rawValue, for returning a type-erased identifier matching Swift Testing's underlying Test.ID (#131).

Full Changelog: 1.3.1...1.4.0

1.3.1

11 Sep 17:07
b185073
Compare
Choose a tag to compare

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

10 Sep 17:59
3fcc3f2
Compare
Choose a tag to compare

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

20 Aug 16:51
96beb10
Compare
Choose a tag to compare

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

19 Aug 20:20
9829b6a
Compare
Choose a tag to compare

What's Changed

  • Fixed: Update reportIssue to dynamically invoke Testing.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

14 Aug 16:17
c6809a1
Compare
Choose a tag to compare

What's Changed

  • Fixed: Underscore issue reporter type names (#112).
  • Fixed: Don't fatalError eagerly when calling deprecated unimplemented endpoints (thanks @grigorye, #114).
  • Fixed: Publicize UnimplementedFailure.init (thanks @andriyslyusar, #108).
  • Infrastructure: Update README.md (thanks @finestructure, #110).

New Contributors

Full Changelog: 1.2.2...1.2.3

1.2.2

24 Jul 15:13
357ca1e
Compare
Choose a tag to compare

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