Releases: srknzl/bigdecimal.js
Releases · srknzl/bigdecimal.js
BigDecimal.js 1.3.1
What's Changed
- A bunch of development dependency updates
- Fix typings export by @timvandam in #139
- Add disadvantages to readme by @srknzl in #144
- Update benchmark by @srknzl in #145
New Contributors
- @timvandam made their first contribution in #139
Full Changelog: v1.3.0...v1.3.1
Bigdecimal.js 1.3.0
Bigdecimal.js 1.2.0
What's changed?
Fixes
- Use string to convert unsafe number instead of bigint by @d-mon- in #72
- Allow any value in methods expecting a bigdecimal by @srknzl in #82
Enhancements
Chore
New Contributors
Full Changelog: v1.1.3...v1.2.0
Bigdecimal.js 1.1.3
Bigdecimal.js 1.1.2
Internal Enhancements
- Update development dependencies by @srknzl in #32
- Created Markdown link checker by @RishiKumarRay in #31
Fixes
New Contributors
- @RishiKumarRay made their first contribution in #31
Full Changelog: v1.1.1...v1.1.2
Bigdecimal.js 1.1.1
Enhancements
- Do not use bigint literals to enable usage in non-nodejs environments with a polyfill in #25
Full Changelog: v1.1.0...v1.1.1
Bigdecimal.js 1.1.0
ES modules support #13
Bigdecimal.js 1.0.0
This is the initial non-preview version of the library.
In this version, all methods are complete, tested and documented. The API has became stable.
Have fun and don't forget to report bugs and share your ideas.
Preview 12
Fixes
- Fix Sqrt and double constructor
- Add all missing auto generated tests. Now the library's all public methods are tested against Java implementation
- Update benchmarks
Preview 11
Rename MathContextClass to MathContext
Rename MathContext contructor from MathContext to MC