Skip to content

Commit 0e25f59

Browse files
committed
chore@small
1 parent 1e04d63 commit 0e25f59

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
10.3.5
214

315
- Fix `R.filter(Boolean)` to handle filter of `false`, not only nullable values.

0 commit comments

Comments
 (0)