github fthomas/refined v0.8.7
0.8.7

latest releases: v0.11.1, v0.11.0, v0.10.3...
6 years ago

New features

  • Add MinValue and MaxValue to companions of numeric refined types
    via the new Min and Max type classes:
    scala> PosInt.MinValue
    res0: eu.timepit.refined.types.all.PosInt = 1
    
    scala> PosInt.MaxValue
    res1: eu.timepit.refined.types.all.PosInt = 2147483647
    Thanks to Howy Perrin! (#383)
  • Support Divisible[N] if N is a literal integral type. (#413)
  • Add floating-point refined types like PosDouble, NegDouble, and more
    to the eu.timepit.refined.types.numeric module.
    Thanks to Yuki Ishikawa! (#414)
  • Add IPv6 predicate for Strings.
    Thanks to Tim Steinbach! (#357)

Bug fixes

  • Fix Modulo predicate for large Long values by avoiding toDouble
    in its Validate instance. This also restricts the predicate to types
    with an Integral instance.
    Thanks to Howy Perrin! (#398)

Updates

  • Update to shapeless 2.3.3. (#399)
  • Update refined-cats to Cats 1.0.1. (#399)
  • Update refined-pureconfig to PureConfig 0.9.0.
    Thanks to Olli Helenius! (#410)
  • Update to Scala.js 0.6.22. (#417)

Released on 2018-01-28

Don't miss a new refined release

NewReleases is sending notifications on new releases.