Skip to content

Releases: pointfreeco/xctest-dynamic-overlay

1.1.2

05 Apr 19:24
6f30bdb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.1...1.1.2

1.1.1

04 Mar 22:39
b13b1d1
Compare
Choose a tag to compare

What's Changed

  • Fixed: Import WASI instead of Glibc in SwiftWasm (#76).

Full Changelog: 1.1.0...1.1.1

1.1.0

23 Jan 18:38
b58e662
Compare
Choose a tag to compare

What's Changed

  • Added: Support for XCTExpectFailure on Apple platforms (thanks @ZevEisenberg, #75).
  • Added: Support XCTFail and XCTExpectFailure in release builds (#60).
  • Fixed: XCTestContext is now Sendable to avoid complete concurrency warnings (#74).

Full Changelog: 1.0.3...1.1.0

1.0.3

22 Jan 20:10
89a3632
Compare
Choose a tag to compare

What's Changed

  • Fixed: Dynamically load XCTest on non-Apple platforms, e.g. Linux, Windows (thanks @compnerd, #73).
  • Infrastructure: Add Windows CI (thanks @brianmichel, #71).

New Contributors

Full Changelog: 1.0.2...1.0.3

1.0.2

08 Aug 23:46
23cbf22
Compare
Choose a tag to compare

What's Changed

  • Fixed: A regression introduced in 1.0.0 that broke Swift 5.6 builds also introduced incompatibility with Swift 5.5. Swift 5.6 support was fixed in 1.0.1. 1.0.2 has restored Swift 5.5 support (#70).

Full Changelog: 1.0.1...1.0.2

1.0.1

08 Aug 20:32
3b7becc
Compare
Choose a tag to compare

What's Changed

  • Fixed: 1.0.0 introduced a regression that broke Swift 5.6 builds. This has been corrected (#69).

Full Changelog: 1.0.0...1.0.1

1.0.0

30 Jul 18:16
3028917
Compare
Choose a tag to compare

What's Changed

  • Added: First "stable" release. XCTest Dynamic Overlay contains APIs extracted from the Composable Architecture's suite of tools, which is now considered stable. This 1.0 release will introduce a more strict adherence to semantic versioning.
  • Changed: unimplemented optional return types now default to nil (thanks @tgrapperon, #43).

Full Changelog: 0.9.0...1.0.0

0.9.0

21 Jul 15:55
50843cb
Compare
Choose a tag to compare

What's Changed

  • Added: XCTFailContext, for threading file/line context to XCTFail through structured concurrency (#68).

Full Changelog: 0.8.6...0.9.0

0.8.6

18 Jul 22:12
245d527
Compare
Choose a tag to compare

What's Changed

  • Fixed: Better collocate XCTFail source code context (#67).

Full Changelog: 0.8.5...0.8.6

0.8.5

21 Apr 15:06
Compare
Choose a tag to compare

What's Changed

  • Changed: Invoking XCFail from a non-debug build now prints a warning to the console (#56).
  • Fixed: Silence warning new to Xcode 14.3 with explicit Foundation import (thanks @amonshiz, #57).

New Contributors

Full Changelog: 0.8.4...0.8.5