|
Last change
on this file was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago |
|
Added visualizations
|
-
Property mode
set to
100644
|
|
File size:
1.6 KB
|
| Line | |
|---|
| 1 | #### 2.5.1
|
|---|
| 2 | * 30/09/2020
|
|---|
| 3 | * Correct initial `sqrt` estimate.
|
|---|
| 4 |
|
|---|
| 5 | #### 2.5.0
|
|---|
| 6 | * 16/10/2018
|
|---|
| 7 | * Add default export to *decimal.d.ts*.
|
|---|
| 8 | * Add `Symbol.for('nodejs.util.inspect.custom')` to *decimal.mjs*.
|
|---|
| 9 |
|
|---|
| 10 | #### 2.4.1
|
|---|
| 11 | * 24/05/2018
|
|---|
| 12 | * Add `browser` field to *package.json*.
|
|---|
| 13 |
|
|---|
| 14 | #### 2.4.0
|
|---|
| 15 | * 22/05/2018
|
|---|
| 16 | * Amend *.mjs* exports.
|
|---|
| 17 | * Remove extension from `main` field in *package.json*.
|
|---|
| 18 |
|
|---|
| 19 | #### 2.3.1
|
|---|
| 20 | * 13/11/2017
|
|---|
| 21 | * Add constructor properties to typings.
|
|---|
| 22 | * Amend `LN10` section of *doc/API.html*.
|
|---|
| 23 |
|
|---|
| 24 | #### 2.3.0
|
|---|
| 25 | * 26/09/2017
|
|---|
| 26 | * Add *bignumber.mjs*.
|
|---|
| 27 |
|
|---|
| 28 | #### 2.2.5
|
|---|
| 29 | * 08/09/2017
|
|---|
| 30 | * #5 Fix import.
|
|---|
| 31 |
|
|---|
| 32 | #### 2.2.4
|
|---|
| 33 | * 15/08/2017
|
|---|
| 34 | * Add TypeScript type declaration file, *decimal.d.ts*
|
|---|
| 35 | * Correct `toPositive` and `toNegative` examples
|
|---|
| 36 |
|
|---|
| 37 | #### 2.2.3
|
|---|
| 38 | * 04/05/2017
|
|---|
| 39 | * Fix *README* badge
|
|---|
| 40 |
|
|---|
| 41 | #### 2.2.2
|
|---|
| 42 | 05/04/2017
|
|---|
| 43 | * `Decimal.default` to `Decimal['default']` IE8 issue
|
|---|
| 44 |
|
|---|
| 45 | #### 2.2.1
|
|---|
| 46 | 10/03/2017
|
|---|
| 47 | * Remove `tonum` from documentation
|
|---|
| 48 |
|
|---|
| 49 | #### 2.2.0
|
|---|
| 50 | 10/01/2017
|
|---|
| 51 | * Add `exponent` method
|
|---|
| 52 |
|
|---|
| 53 | #### 2.0.2
|
|---|
| 54 | 12/12/2016
|
|---|
| 55 | * npm publish
|
|---|
| 56 |
|
|---|
| 57 | #### 2.0.1
|
|---|
| 58 | 12/12/2016
|
|---|
| 59 | * Filename-casing issue
|
|---|
| 60 |
|
|---|
| 61 | #### 2.0.0
|
|---|
| 62 | 11/12/2016
|
|---|
| 63 | * Make `LN10` configurable at runtime
|
|---|
| 64 | * Reduce `LN10` default precision
|
|---|
| 65 | * Remove `ceil`, `floor`, `min`, `max` and `truncated`
|
|---|
| 66 | * Rename `divToInt` to `idiv`, `toSD` to `tosd`, `toDP` to `todp`, `isInt` to `isint`, `isNeg` to `isneg`, `isPos` to `ispos` and `round` to `toInteger`
|
|---|
| 67 | * Rename some test files
|
|---|
| 68 | * Add `set` as alias to `config`
|
|---|
| 69 | * Support ES6 import shims
|
|---|
| 70 | * Add to README
|
|---|
| 71 |
|
|---|
| 72 | #### 1.0.4
|
|---|
| 73 | 28/02/2016
|
|---|
| 74 | * Add to README
|
|---|
| 75 |
|
|---|
| 76 | #### 1.0.3
|
|---|
| 77 | 25/02/2016
|
|---|
| 78 | * Add to README
|
|---|
| 79 |
|
|---|
| 80 | #### 1.0.2
|
|---|
| 81 | 25/02/2016
|
|---|
| 82 | * Correct url
|
|---|
| 83 | * Amend .travis.yml as Node.js v0.6 doesn't include `process.hrtime` which is used in testing.
|
|---|
| 84 |
|
|---|
| 85 | #### 1.0.0
|
|---|
| 86 | 24/02/2016
|
|---|
| 87 | * Initial release
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.