Version 1.1.0
Productive days here. The second release of the week 🕺
Version 1.1.0 brings enhancements in asserting function of type Raise<E>.() -> A, letting using the full power of AssertJ assertions on objects for the function result and error.
What's Changed 🍺
- Added methods to extract the result and the error of executing a function in the
Raise<E>context. by @rcardin in #59
Dependencies updates 💯
Full Changelog: v1.0.1...v1.1.0