Skip to content

v0.0.8

Latest
Compare
Choose a tag to compare
@rcardin rcardin released this 28 Jun 10:10

Version 0.0.8 of the library is ready to meow even louder! 🐈
This version is focused on strengthening the integration with the Cats library. This time, we added support for the Validated[E, A] type.

Bugs Fixed 🐞

  • Removed dangling pointers to old bind() functions by @rcardin in #65

What's Changed 🌟

  • Added the conversion from 'Validated' type to Raise type by @rcardin in #62
  • Added builders 'validated', 'validatedNec', and 'validatedNel' by @rcardin in #63

Dependency Updates 🔌

  • Update dependency org.scalatest:scalatest to v3.2.19 by @renovate in #59

Full Changelog: v0.0.7...v0.0.8