rambda 8.6.0 → 9.0.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/CHANGELOG.md CHANGED
@@ -1,9 +1,19 @@
1
+ 9.0.1
2
+
3
+ - Fix bad TS typings, due to missing declaration - [Issue #716](https://github.com/selfrefactor/rambda/issues/716)
4
+
5
+ 9.0.0
6
+
7
+ Breaking change in TS definitions of `lenses` as now they are synced to `Ramda` types.
8
+
9
+ - Add `R.sortWith` - [Issue #707](https://github.com/selfrefactor/rambda/issues/707)
10
+
11
+ - Add `R.innerJoin`, `R.gt`, `R.gte`, `R.reduceBy`, `R.hasIn`
12
+
1
13
  8.6.0
2
14
 
3
15
  - Wrong typing for `R.dissocPath` - [Issue #709](https://github.com/selfrefactor/rambda/issues/709)
4
16
 
5
- - Add `R.sortWith` - [Issue #7097](https://github.com/selfrefactor/rambda/issues/707)
6
-
7
17
  - Update build dependencies
8
18
 
9
19
  8.5.0