mathjs 12.3.1 → 12.3.2

Sign up to get free protection for your applications and to get access to all the features.
package/HISTORY.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # History
2
2
 
3
3
 
4
+ # 2024-02-08, 12.3.2
5
+
6
+ - Improved the performance of custom defined functions in the expression
7
+ parser (#3150).
8
+ - Fix: #3143 cannot use `and` and `or` inside a function definition.
9
+ Regression since `v12.1.0` (#3150).
10
+
11
+
4
12
  # 2024-02-01, 12.3.1
5
13
 
6
14
  - Improved the typings of the arguments of `ArrayNode`, `FunctionNode`,