- 30/09/2020
- Correct initial
sqrt
estimate.
- 16/10/2018
- Add default export to decimal.d.ts.
- Add
Symbol.for('nodejs.util.inspect.custom')
to decimal.mjs.
- 24/05/2018
- Add
browser
field to package.json.
- 22/05/2018
- Amend .mjs exports.
- Remove extension from
main
field in package.json.
- 13/11/2017
- Add constructor properties to typings.
- Amend
LN10
section of doc/API.html.
- 26/09/2017
- Add bignumber.mjs.
- 08/09/2017
- #5 Fix import.
- 15/08/2017
- Add TypeScript type declaration file, decimal.d.ts
- Correct
toPositive
andtoNegative
examples
- 04/05/2017
- Fix README badge
05/04/2017
Decimal.default
toDecimal['default']
IE8 issue
10/03/2017
- Remove
tonum
from documentation
10/01/2017
- Add
exponent
method
12/12/2016
- npm publish
12/12/2016
- Filename-casing issue
11/12/2016
- Make
LN10
configurable at runtime - Reduce
LN10
default precision - Remove
ceil
,floor
,min
,max
andtruncated
- Rename
divToInt
toidiv
,toSD
totosd
,toDP
totodp
,isInt
toisint
,isNeg
toisneg
,isPos
toispos
andround
totoInteger
- Rename some test files
- Add
set
as alias toconfig
- Support ES6 import shims
- Add to README
28/02/2016
- Add to README
25/02/2016
- Add to README
25/02/2016
- Correct url
- Amend .travis.yml as Node.js v0.6 doesn't include
process.hrtime
which is used in testing.
24/02/2016
- Initial release