mathjs 10.6.1 → 10.6.2

Sign up to get free protection for your applications and to get access to all the features.
package/HISTORY.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # History
2
2
 
3
+ # 2022-06-24, version 10.6.2
4
+
5
+ - Improve TypeScript definitions of `ParenthesisNode`. Thanks @mattvague.
6
+ - Change the TypeScript definition of `MathNodeCommon['type']` into a less
7
+ strict string, so it is possible to extend with new Node classes.
8
+ Thanks @mattvague.
9
+ - Improve TypeScript definitions of the `factory` function, thanks @mattvague.
10
+
11
+
3
12
  # 2022-05-31, version 10.6.1
4
13
 
5
14
  - Improve the TypeScript types For `OperatorNode`: you can now define generic