mathjs 11.0.1 → 11.2.1

Sign up to get free protection for your applications and to get access to all the features.
package/CONTRIBUTING.md CHANGED
@@ -4,10 +4,7 @@ Contributions to the math.js library are very welcome! We can't do this alone. Y
4
4
 
5
5
  ### What can I do?
6
6
 
7
- Search through the [issues](https://github.com/josdejong/mathjs/issues) looking
8
- for something that looks interesting to you to pick up. Some issues are marked
9
- ["help wanted"](https://github.com/josdejong/mathjs/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22),
10
- these are typically issues which should be relatively easy to pick up.
7
+ Search through the [issues](https://github.com/josdejong/mathjs/issues) looking for bugs that you can help fix, or look at [discussions/ideas](https://github.com/josdejong/mathjs/discussions/categories/ideas) to see if there is an idea for a new feature that that looks interesting to pick up.
11
8
 
12
9
  ### There are a few preferences regarding code contributions:
13
10
 
package/HISTORY.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # History
2
2
 
3
+ # 2022-09-13, 11.2.1
4
+
5
+ - Fix doc generator being broken, not generating a function reference.
6
+
7
+
8
+ # 2022-09-12, 11.2.0
9
+
10
+ - Implement function `isRelationalNode` (#2731). Thanks @isaacbyr.
11
+ - Added missing types `'largerEq'` and `'or'` in `OperatorNodeMap` in the
12
+ TypeScript definitions. Thanks @ajinkyac03.
13
+ - Fixed typos in min func type defs (#2768). Thanks @mabdullahadeel.
14
+ - Improved the TypeScript definitions for `pickRandom`. Thanks @mattvague.
15
+ - Fixed documentation of unit `min` which means `minutes`, not `minim` (#2773).
16
+ Thanks @jasonhornsby.
17
+
18
+
19
+ # 2022-08-23, 11.1.0
20
+
21
+ - Add Unit constructor from value and pure (valueless) Unit (#2628).
22
+ Thanks @costerwi
23
+ - Fix #2144: `examples/advanced/custom_loading.js` was broken.
24
+ - Fix JSON `replacer` function missing in the TypeScript definitions.
25
+ Thanks @mattvague.
26
+ - Update dependencies to `typed-function@4.1.0` and `decimal.js@10.4.0`.
27
+
28
+
3
29
  # 2022-07-25, version 11.0.1
4
30
 
5
31
  - Fix #2632: TypeScript issue of `simplifyConstant` and `simplifyCore`