- 30/09/2020
- Correct initial
sqrtestimate.
- 16/10/2018
- Add default export to decimal.d.ts.
- Add
Symbol.for('nodejs.util.inspect.custom')to decimal.mjs.
- 24/05/2018
- Add
browserfield to package.json.
- 22/05/2018
- Amend .mjs exports.
- Remove extension from
mainfield in package.json.
- 13/11/2017
- Add constructor properties to typings.
- Amend
LN10section 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
toPositiveandtoNegativeexamples
- 04/05/2017
- Fix README badge
05/04/2017
Decimal.defaulttoDecimal['default']IE8 issue
10/03/2017
- Remove
tonumfrom documentation
10/01/2017
- Add
exponentmethod
12/12/2016
- npm publish
12/12/2016
- Filename-casing issue
11/12/2016
- Make
LN10configurable at runtime - Reduce
LN10default precision - Remove
ceil,floor,min,maxandtruncated - Rename
divToInttoidiv,toSDtotosd,toDPtotodp,isInttoisint,isNegtoisneg,isPostoisposandroundtotoInteger - Rename some test files
- Add
setas 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.hrtimewhich is used in testing.
24/02/2016
- Initial release