New Features
- Add support for throwing functions to be passed in as parameters. 2b949fa
Breaking Changes
TestPair.left
andTestPair.right
are now throwing properties, requiring the use of thetry
keyword to access them. The closure passed toassertCustom
is already marked asthrows
, so this shouldn't cause a problem, but it does require a migration of any code that used those properties withouttry
.
Full Changelog: 0.2.0...0.3.0