mathjs 13.2.1 → 13.2.3

Sign up to get free protection for your applications and to get access to all the features.
package/HISTORY.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # History
2
2
 
3
+ # 2024-11-20, 13.2.3
4
+
5
+ - Fix: #3260 improve type definitions and documentation on the callback
6
+ indices of `map`, `filter`, and `forEach`.
7
+ - Fix: #3323 support functions in function `clone`.
8
+ - Docs: fix a broken link in the documentation (#3316).
9
+ Thanks @emmanuel-ferdman.
10
+
11
+ # 2024-11-13, 13.2.2
12
+
13
+ - Fix: #1455 implicit multiplication of a fraction with unit `in` is incorrect
14
+ (#3315). Thanks @nkumawat34.
15
+
3
16
  # 2024-11-06, 13.2.1
4
17
 
5
18
  - Update to the latest version of `complex.js`.