mathjs 14.0.0 → 14.0.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
+ # 2024-12-11, 14.0.1
4
+
5
+ - Fix: make derivative much faster (#3322). Thanks @paulftw.
6
+ - Fix: #3317 export `Fraction` type from the `fraction.js` library instead of
7
+ using a custom interface (#3330). Thanks @fchu.
8
+
3
9
  # 2024-11-20, 14.0.0
4
10
 
5
11
  !!! BE CAREFUL: BREAKING CHANGES !!!