Releases: swift-developer-tools/swift-test-kit
Releases · swift-developer-tools/swift-test-kit
swift-test-kit 2.1.0
What's New
- Improved diffs for
RawRepresentableclasses and structs. Diffs now use the raw value rather than reflecting into the underlying storage. Any types that need different behavior can conform toCustomDiffRepresentable. - Diff output now notes when expected and actual values are not equal but produce identical output.
swift-test-kit 2.0.0
What's New
- Performance testing can now measure CPU time in addition to wall-clock time.
- Improved
Durationnanoseconds formatting.
Breaking Changes
timeLimitinPerformanceOptions,XCTKPerformance(), andSTKPerformance()is now calledwallTimeLimitto disambiguate from the newcpuTimeLimit.
swift-test-kit 1.0.0
Initial public release of swift-test-kit.