Skip to content

Releases: purescript-contrib/purescript-rationals

v6.0.0

12 May 11:03
53f955b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.1...v6.0.0

v5.0.1

25 Sep 14:28
b480bc4
Compare
Choose a tag to compare
Update for contrib guidelines (#41)

v4.0.0

07 Aug 09:31
Compare
Choose a tag to compare

Breaking change:

  • Rational is no longer a newtype. Instead Ratio datatype handles reducing. Ratio can be used with any datatype that is a EuclideanRing.

v3.1.0

24 Apr 18:05
Compare
Choose a tag to compare
  • Add runRational

v3.0.0

19 Apr 17:35
Compare
Choose a tag to compare
  • Updates for PureScript 0.11

v0.4.0

09 Jun 20:40
Compare
Choose a tag to compare
  • Updates for PureScript compiler version 0.9.1
  • Define gcd for Ratio