mathjs 12.3.1 → 12.3.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,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`,