Skip to content

Commit 30828c0

Browse files
committed
v10.2.0
1 parent 3f9eeb0 commit 30828c0

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 10.2.0
2+
* 08/05/2019
3+
* #128 Workaround V8 `Math.pow` change.
4+
* #93 Accept `+` prefix when parsing string values.
5+
* #129 Fix typo.
6+
17
#### 10.1.1
28
* 27/02/2019
39
* Check `Symbol` properly.
@@ -7,7 +13,7 @@
713
* #122 Add custom `util.inspect()` function.
814
* Add `Symbol.toStringTag`.
915
* #121 Constructor: add range check for arguments of type number and Decimal.
10-
* Remove premable from uglifyjs build script.
16+
* Remove premable from uglifyjs build script.
1117
* Move *decimal.min.js.map* to root directory.
1218

1319
#### 10.0.2

decimal.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

decimal.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "decimal.js",
33
"description": "An arbitrary-precision Decimal type for JavaScript.",
4-
"version": "10.1.1",
4+
"version": "10.2.0",
55
"keywords": [
66
"arbitrary",
77
"precision",

0 commit comments

Comments
 (0)