Skip to content

0.3.1

Compare
Choose a tag to compare
@stephencelis stephencelis released this 01 Jul 21:57
· 117 commits to main since this release
8816142
  • Changed: XCTUnimplemented will no longer fatal error when range replaceable values are to be returned. Instead, it will return an empty value.
  • Changed: XCTUnimplemented overloads have been reduced, where Void-returning logic is built into the generic Result-returning functions.
  • Fixed: 0.3.0 introduced a regression in which calling XCTFail outside of tests from a debug build could cause a recursive loop.
  • Infrastructure: DocC documentation has been added.