Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
@ZevEisenberg ZevEisenberg released this 17 May 23:01
· 5 commits to main since this release

New Features

  • Add support for throwing functions to be passed in as parameters. 2b949fa

Breaking Changes

  • TestPair.left and TestPair.right are now throwing properties, requiring the use of the try keyword to access them. The closure passed to assertCustom is already marked as throws, so this shouldn't cause a problem, but it does require a migration of any code that used those properties without try.

Full Changelog: 0.2.0...0.3.0