Skip to content

Releases: purescript-contrib/purescript-bigints

v7.0.1

03 May 18:11
e73f55b
Compare
Choose a tag to compare
  • Update repository URL in bowerfile to match the registry

7.0.0

03 May 18:09
e55d1b5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v7.0.0

v6.0.0

05 Jul 05:05
Compare
Choose a tag to compare

Updates for PureScript 0.14 (@thomashoneyman)

v5.0.0

04 Mar 21:30
Compare
Choose a tag to compare

Updates for PureScript 0.14 (@thomashoneyman)

v4.0.0

13 Jun 05:37
Compare
Choose a tag to compare

Breaking changes

  • fromNumber now returns a Maybe BigInt due to potential failure when passing in Infinity or NaN (@spicydonuts)
  • BigInts now follow PureScripts Int type regarding EuclideanRing laws. This means that div and mod behave differently for negative inputs. For details, see PureScripts Prelude. You can use the new functions quot and rem to get the old behavior.

Changes

v3.4.0

16 Jan 19:18
Compare
Choose a tag to compare
  • Added fromNumber :: Number -> BigInt

v3.3.0

16 Jan 19:17
Compare
Choose a tag to compare
  • Fixed dependencies

v3.2.0

24 Sep 17:38
Compare
Choose a tag to compare

v3.1.0

01 Jul 18:32
Compare
Choose a tag to compare

v3.0.0

15 Apr 20:09
Compare
Choose a tag to compare
  • Updates for PS 0.11