0.9.3
New features
- Add
refinedSize
as extension method tocats.data.NonEmptyList
that returns the size of theNonEmptyList
as aPosInt
.
(#539 by @cb372) - Add refined types for
Byte
,Short
,BigInt
, andBigDecimal
,
likePosByte
,NonNegByte
,NegByte
, etc.
(#567 by @Michaelt293) - Add new
refined-scalacheck_1.13
module which depends on ScalaCheck
1.13 instead of ScalaCheck 1.14 which is used byrefined-scalacheck
.
(#573 by @liff)
Changes
- Drop support for Scala 2.10. (#537 by @fthomas)
- Move
HexStringSpec
into the module forString
predicates.
(#568 by @Michaelt293)
Updates
- Update Scala.js to 0.6.24. (#538 by @fthomas)
- Update Scala Native to 0.3.8. (#546 by @fthomas)
- Update Cats, PureConfig, Scalaz, sbt, and various plugins.
(#552, #555, #562 and #586
by @sh0hei, @liff) - Update Scala 2.13 to 2.13.0-M5. (#571 by @fthomas)
Documentation
- Document missing
String
predicates in the README.
(#565 by @Michaelt293)
Released on 2018-11-01