mathjs 11.0.1 → 11.1.0

Sign up to get free protection for your applications and to get access to all the features.
package/HISTORY.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # History
2
2
 
3
+ # 2022-08-23, 11.1.0
4
+
5
+ - Add Unit constructor from value and pure (valueless) Unit (#2628).
6
+ Thanks @costerwi
7
+ - Fix #2144: `examples/advanced/custom_loading.js` was broken.
8
+ - Fix JSON `replacer` function missing in the TypeScript definitions.
9
+ Thanks @mattvague.
10
+ - Update dependencies to `typed-function@4.1.0` and `decimal.js@10.4.0`.
11
+
12
+
3
13
  # 2022-07-25, version 11.0.1
4
14
 
5
15
  - Fix #2632: TypeScript issue of `simplifyConstant` and `simplifyCore`