Skip to content

Commit 506a209

Browse files
authored
11.1.0 R.filterMap
* chore@small * chore@small * chore@small * chore@small * chore@small * chore@small * chore@small * chore@small * chore@small * chore@small * chore@small * Fix R.includes * chore@small * d * chore@small * chore@small * chore@small * chore@small * chore@small * chore@small * kata * 2 * 3 * chore@small * chore@small * chore@small * chore@small * chore@small * chore@small * repl * chore@small * chore@small * chore@small * feat@fix filter * readonly on top * chore@small * union.with * chore@small * chore@small * chore@small * chore@small * chore@small * chore@small * chore@small * chore@small * 1 * R.mapchain * switcher * chore@small * 1 * 1 * chore@small * chore@small * chore@small
1 parent 9b0fad2 commit 506a209

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+3166
-193
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
11.1.0
2+
3+
- Add `R.filterMap` - similar to Ruby `filter_map`
4+
5+
- Add `R.mapChain` - when in `R.pipe` there are several `R.map` one after the other, then `R.mapChain` can be used instead.
6+
7+
- Add `R.middle` - equal to `R.init` + `R.tail`
8+
9+
- Add `R.random`, `R.shuffle`, `R.switcher`, `R.sum`, `R.delay` - imported from `Rambda`
10+
11+
- Add index to `R.filter`/`R.reject` predicate signiture
12+
13+
- Improve typing of `R.init`, `R.tail`
14+
115
11.0.1
216

317
- Add missing JS change for `R.includes` and `R.excludes` methods in `11.0.0` release.

0 commit comments

Comments
 (0)