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

@ -1,3 +1,7 @@
#### 10.1.1
* 27/02/2019
* Check `Symbol` properly.
#### 10.1.0
* 26/02/2019
* #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.
* https://github.com/MikeMcl/decimal.js
* 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.
* https://github.com/MikeMcl/decimal.js
* Copyright (c) 2019 Michael Mclaughlin <M8ch88l@gmail.com>

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

Loading…
Cancel
Save