mathjs 10.6.0 → 10.6.1

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,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).