mathjs 13.0.2 → 13.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/HISTORY.md +9 -0
- package/lib/browser/math.js +1 -1
- package/lib/browser/math.js.LICENSE.txt +2 -2
- package/lib/browser/math.js.map +1 -1
- package/lib/cjs/core/function/import.js +1 -1
- package/lib/cjs/header.js +2 -2
- package/lib/cjs/type/unit/Unit.js +57 -114
- package/lib/cjs/version.js +1 -1
- package/lib/esm/core/function/import.js +1 -1
- package/lib/esm/type/unit/Unit.js +57 -114
- package/lib/esm/version.js +1 -1
- package/package.json +11 -11
- package/types/index.d.ts +51 -7
package/HISTORY.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# History
|
2
2
|
|
3
|
+
# 2024-07-19, 13.0.3
|
4
|
+
|
5
|
+
- Fix: #3232 fix type definitions of function `format` to support notations
|
6
|
+
`hex`, `bin`, and `oct`.
|
7
|
+
- Fix: use more precise definitions for US liquid volume units (#3229).
|
8
|
+
Thanks @Vistinum.
|
9
|
+
- Fix: #2286 types static methods and members for Unit class (#3230).
|
10
|
+
Thanks @orelbn.
|
11
|
+
|
3
12
|
# 2024-07-04, 13.0.2
|
4
13
|
|
5
14
|
- Fix an error in the type definitions of `quantileSeq` (#3223).
|