0.8.0
What's Changed
- Added: New overloads of
unimplemented
that return values instead of closures. These can be invoked directly in initializers that take autoclosures instead of closures (#41). - Added:
XCTCurrentTestCase
is now publicly available under@_spi(CurrentTestCase)
(#42). - Infrastructure: Fixed docs to use
unimplemented
rather thanXCTUnimplemented
(thanks @hmhv #40).
New Contributors
Full Changelog: 0.7.0...0.8.0