mathjs 10.6.0 → 10.6.1

Sign up to get free protection for your applications and to get access to all the features.
package/HISTORY.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # History
2
2
 
3
+ # 2022-05-31, version 10.6.1
4
+
5
+ - Improve the TypeScript types For `OperatorNode`: you can now define generic
6
+ types like `OperatorNode<'+', 'add'>`. Thanks @mattvague.
7
+
8
+
3
9
  # 2022-05-24, version 10.6.0
4
10
 
5
11
  - Implementation of fourier transform functions `fft` and `ifft` (#2540).