Skip to content

Version 1.1.0

Choose a tag to compare

@rcardin rcardin released this 29 Aug 07:25
· 68 commits to main since this release

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 💯

  • Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.0 by @renovate in #57

Full Changelog: v1.0.1...v1.1.0