Releases: srknzl/bigdecimal.js
Releases · srknzl/bigdecimal.js
Preview 10
Pow function fixed
Autogenerated tests for pow, plus, toString added
Preview 8
Improvements
Add support for constructing MathContext without new operator
Preview 7
Improvements
Fix a bug regarding number constructor. Prevent scale and mc being passed when constructing from a number
Preview 6
Remove a leftover dependency
Preview 4
Breaking Changes
A new constructor function is exported instead of the class, allowing you to use a simple constructor instead of fromValue, fromNumber, and other static constructors. You can use the new constructor method with or without new
operator.
Check out README to see how you can use the new constructor.
Improvements
- API doc improvements
- README improvements
Preview 3
Fixes repo url in package.json
Updates README.md
Preview 2
This is the second preview release of bigdecimal.js
.
Changes in this release,
- Updated README.md
- Added
BigDecimal
support to fromValue
constructor.
Preview 1
This is the first preview release of bigdecimal.js
.
Current status of the package:
- All methods are implemented
- Writing tests is in progress, currently, these methods have tests:
- abs
- add
- multiply
- subtract
- compareTo
- divide