mathjs 13.0.1 → 13.0.3

Sign up to get free protection for your applications and to get access to all the features.
package/HISTORY.md CHANGED
@@ -1,12 +1,24 @@
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
+
12
+ # 2024-07-04, 13.0.2
13
+
14
+ - Fix an error in the type definitions of `quantileSeq` (#3223).
15
+ Thanks @domdomegg.
16
+
3
17
  # 2024-06-28, 13.0.1
4
18
 
5
19
  - Fix: #3227 generated bundle containing `catch` blocks without parameters.
6
20
  - Fix: #2348 update type definitions of the `Parser` methods (#3226).
7
21
  Thanks @orelbn.
8
- - Fix an error in the type definitions of `quantileSeq` (#3223).
9
- Thanks @domdomegg.
10
22
 
11
23
  # 2024-05-31, 13.0.0
12
24
 
@@ -19,7 +31,8 @@ Breaking changes:
19
31
  - Upgrade to `fraction.js@4.3.7`,
20
32
  see <https://github.com/rawify/Fraction.js/issues/68>.
21
33
  - Dropped support for JavaScript engines that do not fully support ES6 or
22
- `bigint`, or are not actively maintained.
34
+ `bigint`, or are not actively maintained. ES2020 is now the minimum required
35
+ EcmaScript version.
23
36
 
24
37
  Non-breaking changes:
25
38
 
package/README.md CHANGED
@@ -76,7 +76,7 @@ See the [Getting Started](https://mathjs.org/docs/getting_started.html) for a mo
76
76
 
77
77
  ## Browser support
78
78
 
79
- Math.js works on any ES6 compatible JavaScript engine, including node.js, Chrome, Firefox, Safari, and Edge.
79
+ Math.js works on any [ES2020](https://262.ecma-international.org/11.0/) compatible JavaScript engine, including node.js, Chrome, Firefox, Safari, and Edge.
80
80
 
81
81
 
82
82
  ## Documentation