All Versions
2
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.2.0 Changes
- ➕ Add
Arith
monad and corresponding functions. - 👉 Make rounding dependent on precision type (extra type argument to the
Round
type class) - 📇 Rename
RoundFloor
toRoundDown
(withFloor
as synonym) - 📇 Rename
Truncate
toRoundToZero
(withTruncate
as synonym) - 🛠 Fix conversion
fromRational
to throwUnderflow
instead of rounding. Without this fix there was unexpected behavior on negative numbers. - ➕ Addition of
scaleUp
andscaleUpBounded
- ➕ Addition of
toFixedDecimal
,fromFixedDecimal
andfromFixedDecimalBounded
- Many function renames, just to make sure they all follow the same convention.
- 🛠 Fix
RoundHalfUp
algorithm - ➕ Addition of
RoundHalfDown
andRoundHalfEven
- ➕ Add
-
v0.1.0 Changes
🎉 Initial release