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
Showoutput 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
fromNumbernow returns aMaybe BigIntdue to potential failure when passing inInfinityorNaN(@spicydonuts)BigInts now follow PureScriptsInttype regardingEuclideanRinglaws. This means thatdivandmodbehave differently for negative inputs. For details, see PureScriptsPrelude. You can use the new functionsquotandremto get the old behavior.
Changes
- Updates for PureScript 0.12 (@paulyoung)