mirror of
https://github.com/MikeMcl/decimal.js.git
synced 2025-12-05 06:02:06 +00:00
v10.6.0
This commit is contained in:
parent
01e78ca9c4
commit
1a6e845004
25
.travis.yml
25
.travis.yml
@ -1,25 +0,0 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "node"
|
||||
- "23"
|
||||
- "22"
|
||||
- "21"
|
||||
- "20"
|
||||
- "19"
|
||||
- "18"
|
||||
- "17"
|
||||
- "16"
|
||||
- "15"
|
||||
- "14"
|
||||
- "13"
|
||||
- "12"
|
||||
- "11"
|
||||
- "10"
|
||||
- "9"
|
||||
- "8"
|
||||
- "7"
|
||||
- "6"
|
||||
- "5"
|
||||
- "4"
|
||||
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
#### 10.6.0
|
||||
* 06/07/2025
|
||||
* Add `BigInt` support to TypeScript definitions
|
||||
|
||||
#### 10.5.0
|
||||
* 23/01/2025
|
||||
* #216 TypeScript: instantiation without `new` keyword
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
|
||||
/*!
|
||||
* decimal.js v10.5.0
|
||||
* decimal.js v10.6.0
|
||||
* An arbitrary-precision Decimal type for JavaScript.
|
||||
* https://github.com/MikeMcl/decimal.js
|
||||
* Copyright (c) 2025 Michael Mclaughlin <M8ch88l@gmail.com>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* decimal.js v10.5.0
|
||||
* decimal.js v10.6.0
|
||||
* An arbitrary-precision Decimal type for JavaScript.
|
||||
* https://github.com/MikeMcl/decimal.js
|
||||
* Copyright (c) 2025 Michael Mclaughlin <M8ch88l@gmail.com>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "decimal.js",
|
||||
"description": "An arbitrary-precision Decimal type for JavaScript.",
|
||||
"version": "10.5.0",
|
||||
"version": "10.6.0",
|
||||
"keywords": [
|
||||
"arbitrary",
|
||||
"precision",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user