We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e04d63 commit 0e25f59Copy full SHA for 0e25f59
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+11.0.0
2
+
3
+- Rename `R.innerJoin` to `R.intersectionWith`
4
5
+- Add `R.unionWith`
6
7
+- Change several functions to be used directly without currying. It relates when there is confusion which is the input that is coming from the pipe:
8
9
+- R.range
10
11
+- R.difference(new method)
12
13
10.3.5
14
15
- Fix `R.filter(Boolean)` to handle filter of `false`, not only nullable values.
0 commit comments