Skip to content

v1.0.0-RC4

Compare
Choose a tag to compare
@adamgfraser adamgfraser released this 28 Apr 17:32
a3da8d0

This release contains support for Scala 3.0.0-RC3. It also makes ZValidation its own data type, implements additional operators, and renames some existing operators to more domain specific names to give the best possible experience for handling the possibility of multiple errors. In particular, ZValidation.collectAll is now ZValidation.validate and ZValidation.foreach is now ZValidation.validateWith. The existing operator names are still available as extension methods through ForEach.

Notable Changes