Skip to content

Releases: srknzl/bigdecimal.js

BigDecimal.js 1.3.1

28 Jan 16:44
2f99979
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

Bigdecimal.js 1.3.0

19 Nov 07:21
Compare
Choose a tag to compare

What's Changed

Enhancements

Chore

Full Changelog: v1.2.0...v1.3.0

Bigdecimal.js 1.2.0

24 Jul 17:31
Compare
Choose a tag to compare

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

  • Benchmark more operations and libraries by @d-mon- in #81

Chore

New Contributors

Full Changelog: v1.1.3...v1.2.0

Bigdecimal.js 1.1.3

29 Jan 10:03
Compare
Choose a tag to compare

Fixes

Full Changelog: v1.1.2...v1.1.3

Bigdecimal.js 1.1.2

29 Jan 09:44
Compare
Choose a tag to compare

Internal Enhancements

Fixes

New Contributors

Full Changelog: v1.1.1...v1.1.2

Bigdecimal.js 1.1.1

07 Jan 17:58
Compare
Choose a tag to compare

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

29 Aug 12:02
Compare
Choose a tag to compare

ES modules support #13

Bigdecimal.js 1.0.0

08 Aug 20:47
Compare
Choose a tag to compare

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

01 Aug 21:06
Compare
Choose a tag to compare
Preview 12 Pre-release
Pre-release

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

31 Jul 12:47
Compare
Choose a tag to compare
Preview 11 Pre-release
Pre-release

Rename MathContextClass to MathContext
Rename MathContext contructor from MathContext to MC