Skip to content

Releases: purescript-contrib/purescript-bigints

v7.0.1

Choose a tag to compare

@thomashoneyman thomashoneyman released this 03 May 18:11
e73f55b
  • Update repository URL in bowerfile to match the registry

7.0.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 03 May 18:09
e55d1b5

What's Changed

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

v6.0.0

Choose a tag to compare

@sharkdp sharkdp released this 05 Jul 05:05

Updates for PureScript 0.14 (@thomashoneyman)

v5.0.0

Choose a tag to compare

@sharkdp sharkdp released this 04 Mar 21:30

Updates for PureScript 0.14 (@thomashoneyman)

v4.0.0

Choose a tag to compare

@sharkdp sharkdp released this 13 Jun 05:37

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

Choose a tag to compare

@sharkdp sharkdp released this 16 Jan 19:18
  • Added fromNumber :: Number -> BigInt

v3.3.0

Choose a tag to compare

@sharkdp sharkdp released this 16 Jan 19:17
  • Fixed dependencies

v3.2.0

Choose a tag to compare

@sharkdp sharkdp released this 24 Sep 17:38

v3.1.0

Choose a tag to compare

@sharkdp sharkdp released this 01 Jul 18:32
  • Add logic functions (@Proclivis)

v3.0.0

Choose a tag to compare

@sharkdp sharkdp released this 15 Apr 20:09
  • Updates for PS 0.11