Skip to content

Releases: srknzl/bigdecimal.js

Preview 10

31 Jul 12:29
Compare
Choose a tag to compare
Preview 10 Pre-release
Pre-release

Pow function fixed
Autogenerated tests for pow, plus, toString added

Preview 9

26 Jun 23:07
Compare
Choose a tag to compare
Preview 9 Pre-release
Pre-release

Readme update

Preview 8

26 Jun 23:01
Compare
Choose a tag to compare
Preview 8 Pre-release
Pre-release

Improvements

Add support for constructing MathContext without new operator

Preview 7

26 Jun 22:38
Compare
Choose a tag to compare
Preview 7 Pre-release
Pre-release

Improvements

Fix a bug regarding number constructor. Prevent scale and mc being passed when constructing from a number

Preview 6

26 Jun 22:13
Compare
Choose a tag to compare
Preview 6 Pre-release
Pre-release

Remove a leftover dependency

Preview 5

26 Jun 22:07
Compare
Choose a tag to compare
Preview 5 Pre-release
Pre-release

Readme update

Preview 4

26 Jun 21:44
Compare
Choose a tag to compare
Preview 4 Pre-release
Pre-release

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

21 Jun 08:13
Compare
Choose a tag to compare
Preview 3 Pre-release
Pre-release

Fixes repo url in package.json
Updates README.md

Preview 2

20 Jun 15:18
Compare
Choose a tag to compare
Preview 2 Pre-release
Pre-release

This is the second preview release of bigdecimal.js.

Changes in this release,

  • Updated README.md
  • Added BigDecimal support to fromValue constructor.

Preview 1

20 Jun 15:17
Compare
Choose a tag to compare
Preview 1 Pre-release
Pre-release

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