rambda 10.3.3 → 10.3.4

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ 10.3.4
2
+
3
+ - Fix wrong typing for `R.sortByDescending` - [Issue #797](https://github.com/selfrefactor/rambda/issues/797)
4
+
5
+ - Improve `R.mapParallelAsync` typings to allow optional `batchSize` parameter.
6
+
7
+ - Change order of inputs in `R.mapPropObject`
8
+
9
+ - Change REPL links in documentation
10
+
11
+ - Remove `jsr.json`
12
+
1
13
  10.3.3
2
14
 
3
15
  - Fix wrong typing for `R.reject` - [Issue #779](https://github.com/selfrefactor/rambda/issues/779)