v2.1.0-RC1
Pre-release
Pre-release
Introduction
This is the first release candidate for Iron v2.1.0. It brings ergonomic enhancements and minor fixes.
Main changes
- Better compile-time errors, fancier and more helpful.
- Refine "further" methods to chain refinements and have a fine grained errors.
- Add "assume" methods used when you don't need to check the constraint.
- Scalacheck support for
Gen
/Arbitrary
instances. - New
FixedLength
constraint alias forLength[StrictEqual[V]]
- Fix
StrictEqual
not allowing comparison of different types
Contributors
- @vbergeron: #107 and #112
Full Changelog: v2.0.0...v2.1.0-RC1