github fthomas/refined v0.8.1
0.8.1

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

New predicates

numeric

  • Modulo[N, O]: checks if a numeric value modulo N is O. (#278)
  • Divisible[N]: checks if a numeric value is evenly divisible by N. (#278)
  • NonDivisible[N]: checks if a numeric value is not evenly divisible by N. (#278)
  • Even: checks if a numeric value is evenly divisible by 2. (#278)
  • Odd: checks if a numeric value is not evenly divisible by 2. (#278)

Thanks to Viktor Lövgren for these predicates!

Updates

  • Update refined-pureconfig to PureConfig 0.7.0.
    Thanks to Torsten Scholak!
    (#273)
  • Update to Scala.js 0.6.16. (#270, #279)
  • Update refined-scalaz to Scalaz 7.2.12. (#281)

Released on 2017-05-08

Don't miss a new refined release

NewReleases is sending notifications on new releases.