1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2024-09-28 22:40:48 +00:00
This commit is contained in:
Michael Mclaughlin 2019-05-08 17:05:51 +01:00
parent 3f9eeb0897
commit 30828c01a6
4 changed files with 11 additions and 5 deletions

View File

@ -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
* 27/02/2019
* 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

View File

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