Releases: purescript-contrib/purescript-bigints
Releases · purescript-contrib/purescript-bigints
v7.0.1
7.0.0
What's Changed
- Bump cached-path-relative from 1.0.2 to 1.1.0 by @dependabot in #38
- Wrap
Show
output in parentheses by @mhmdanas in #41 - Update to v0.15.0 by @sigma-andex in #40
Full Changelog: v6.0.0...v7.0.0
v6.0.0
Updates for PureScript 0.14 (@thomashoneyman)
v5.0.0
Updates for PureScript 0.14 (@thomashoneyman)
v4.0.0
Breaking changes
fromNumber
now returns aMaybe BigInt
due to potential failure when passing inInfinity
orNaN
(@spicydonuts)BigInt
s now follow PureScriptsInt
type regardingEuclideanRing
laws. This means thatdiv
andmod
behave differently for negative inputs. For details, see PureScriptsPrelude
. You can use the new functionsquot
andrem
to get the old behavior.
Changes
- Updates for PureScript 0.12 (@paulyoung)
v3.4.0
v3.3.0
v3.2.0
v3.1.0
- Add logic functions (@Proclivis)