Skip to content

Releases: purescript/purescript-integers

v6.0.0

27 Apr 19:30
54d712b
Compare
Choose a tag to compare

Breaking changes:

Other improvements:

v5.0.0

26 Feb 18:08
8a783f2
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#37)
  • Replaced globals dependency with numbers (#40)

New features:

Bugfixes:

  • Don't rely on inlining of Ord Number in unsafeClamp (#38)

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#41)
  • Added a changelog and pull request template (#44)

v4.0.0

23 May 00:15
3850da9
Compare
Choose a tag to compare
  • Updated for PureScript 0.12
  • Added quot and rem (@hdgarrood)

v3.2.0

22 Nov 18:25
Compare
Choose a tag to compare
  • Add Semiring up to Field instances for Parity

v3.1.0

30 Jun 14:59
Compare
Choose a tag to compare
  • Added Parity type for even/odd-ness of integers

v3.0.0

25 Mar 23:51
Compare
Choose a tag to compare
  • Updated for PureScript 0.11

v2.1.1

18 Feb 00:28
Compare
Choose a tag to compare
  • ceil, floor, and round will now return 0 on NaN / Infinity inputs rather than throwing a runtime error

v2.1.0

19 Nov 01:20
Compare
Choose a tag to compare
  • Add pow, for raising an Int to the power of another Int.

v2.0.0

02 Oct 23:16
Compare
Choose a tag to compare
  • Updated dependencies

v1.1.0

30 Jul 11:15
Compare
Choose a tag to compare