Skip to content

v2.1.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Iltotore Iltotore released this 29 Mar 06:31
· 106 commits to main since this release
c96e19f

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 for Length[StrictEqual[V]]
  • Fix StrictEqual not allowing comparison of different types

Contributors

Full Changelog: v2.0.0...v2.1.0-RC1