What's Changed
-
Added:
@Dependency(_:as:)test helper for force-casting an existential dependency to a concrete type (thanks @maatheusgois-dd, #413).@Suite(.dependency(\.continuousClock, TestClock()) struct MySuite { @Dependency(\.continuousClock, as: TestClock<Duration>.self) var testClock // ... }
-
Infrastructure: Docs fixes (thanks @bradhowes, #414).
New Contributors
- @maatheusgois-dd made their first contribution in #383
- @bradhowes made their first contribution in #414
Full Changelog: 1.10.1...1.11.0