pull/127/head v10.1.1
Michael Mclaughlin 6 years ago
parent 8262235084
commit b041339e2a

@ -1,3 +1,7 @@
#### 10.1.1
* 27/02/2019
* Check `Symbol` properly.
#### 10.1.0 #### 10.1.0
* 26/02/2019 * 26/02/2019
* #122 Add custom `util.inspect()` function. * #122 Add custom `util.inspect()` function.

@ -3,7 +3,7 @@
/* /*
* decimal.js v10.1.0 * decimal.js v10.1.1
* An arbitrary-precision Decimal type for JavaScript. * An arbitrary-precision Decimal type for JavaScript.
* https://github.com/MikeMcl/decimal.js * https://github.com/MikeMcl/decimal.js
* Copyright (c) 2019 Michael Mclaughlin <M8ch88l@gmail.com> * Copyright (c) 2019 Michael Mclaughlin <M8ch88l@gmail.com>

2
decimal.min.js vendored

File diff suppressed because one or more lines are too long

@ -1,5 +1,5 @@
/* /*
* decimal.js v10.1.0 * decimal.js v10.1.1
* An arbitrary-precision Decimal type for JavaScript. * An arbitrary-precision Decimal type for JavaScript.
* https://github.com/MikeMcl/decimal.js * https://github.com/MikeMcl/decimal.js
* Copyright (c) 2019 Michael Mclaughlin <M8ch88l@gmail.com> * Copyright (c) 2019 Michael Mclaughlin <M8ch88l@gmail.com>

@ -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.0", "version": "10.1.1",
"keywords": [ "keywords": [
"arbitrary", "arbitrary",
"precision", "precision",

Loading…
Cancel
Save