Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.16 KB

0.8.1.markdown

File metadata and controls

27 lines (20 loc) · 1.16 KB

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