Releases: SimplioOfficial/sio_big_decimal
Releases · SimplioOfficial/sio_big_decimal
v0.2.1
- Revert
zero()
cause const
is very valuable.
What's Changed
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- Changed
zero()
to zero
.
- Fixed bug in
isZero
.
- Refactor
clear()
.
What's Changed
Full Changelog: v0.1.5...v0.2.0
v0.1.4
- add
<
,<=
,>
,>=
operators.
- add
abs
method.
- implement
Comparable
interface.
What's Changed
Full Changelog: v0.1.3...v0.1.4
v0.1.3
- add compareTo method.
- add isNegative property.
- add BigDecimal.one and BigDecimal.two.
What's Changed
New Contributors
Full Changelog: v0.1.2...v0.1.3
v0.1.2
- Made implicit sign empty string
v0.1.1
- Changed intl dependency version to ^0.17.0