v1.4.0
What's Changed
- Update README.md by @github-actions in #699
- Update README.md by @github-actions in #713
- Run all possible test for all Scala 3 (#709) by @987Nabil in #721
- Update dependencies by @987Nabil in #726
- Non empty collection schemas (#717) by @987Nabil in #723
Now build with/for Scala native 0.5.x
There are new Schema
sub-types NonEmptySequence
and NonEmptyMap
. If you do pattern matching you might need to add this two new cases.
Full Changelog: v1.3.0...v1.4.0