mathjs 13.0.1 → 13.0.2

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 CHANGED
@@ -1,12 +1,15 @@
1
1
  # History
2
2
 
3
+ # 2024-07-04, 13.0.2
4
+
5
+ - Fix an error in the type definitions of `quantileSeq` (#3223).
6
+ Thanks @domdomegg.
7
+
3
8
  # 2024-06-28, 13.0.1
4
9
 
5
10
  - Fix: #3227 generated bundle containing `catch` blocks without parameters.
6
11
  - Fix: #2348 update type definitions of the `Parser` methods (#3226).
7
12
  Thanks @orelbn.
8
- - Fix an error in the type definitions of `quantileSeq` (#3223).
9
- Thanks @domdomegg.
10
13
 
11
14
  # 2024-05-31, 13.0.0
12
15
 
@@ -19,7 +22,8 @@ Breaking changes:
19
22
  - Upgrade to `fraction.js@4.3.7`,
20
23
  see <https://github.com/rawify/Fraction.js/issues/68>.
21
24
  - Dropped support for JavaScript engines that do not fully support ES6 or
22
- `bigint`, or are not actively maintained.
25
+ `bigint`, or are not actively maintained. ES2020 is now the minimum required
26
+ EcmaScript version.
23
27
 
24
28
  Non-breaking changes:
25
29
 
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