pull/135/head v10.2.0
Michael Mclaughlin 5 years ago
parent 3f9eeb0897
commit 30828c01a6

@ -1,3 +1,9 @@
#### 10.2.0
* 08/05/2019
* #128 Workaround V8 `Math.pow` change.
* #93 Accept `+` prefix when parsing string values.
* #129 Fix typo.
#### 10.1.1 #### 10.1.1
* 27/02/2019 * 27/02/2019
* Check `Symbol` properly. * Check `Symbol` properly.

4
decimal.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{ {
"name": "decimal.js", "name": "decimal.js",
"description": "An arbitrary-precision Decimal type for JavaScript.", "description": "An arbitrary-precision Decimal type for JavaScript.",
"version": "10.1.1", "version": "10.2.0",
"keywords": [ "keywords": [
"arbitrary", "arbitrary",
"precision", "precision",

Loading…
Cancel
Save