|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## Unreleased |
| 3 | +## v0.15.0 - 2021-05-05 |
4 | 4 |
|
5 | 5 | - The `list.split_while` function's second argument now has the label
|
6 |
| -`satisfying` to match the other `_while` functions in `list` and `iterator`. |
| 6 | + `satisfying` to match the other `_while` functions in `list` and `iterator`. |
7 | 7 | - The `dynamic` module gains the `tuple3`, `tuple4`, `tuple5`, `tuple6`
|
8 | 8 | functions and their typed equivalents `typed_tuple3`, `typed_tuple4`,
|
9 | 9 | `typed_tuple5`, `typed_tuple6`.
|
10 |
| -- The `list` module gains the `combinations`, `combination_pairs`, `drop_while`, `map_fold`, `take_while`, `reduce`, |
11 |
| - `chunk`, `sized_chunk`, `last` and `scan` functions. |
| 10 | +- The `list` module gains the `combinations`, `combination_pairs`, `drop_while`, |
| 11 | + `map_fold`, `take_while`, `reduce`, `chunk`, `sized_chunk`, `last` and `scan` |
| 12 | + functions. |
12 | 13 | - The `iterator` module gains the `index`, `iterate`, `zip`, `scan`, `last`,
|
13 | 14 | `take_while`, `drop_while`, `chunk`, `sized_chunk`, `intersperse`, `interleave`, `reduce`,
|
14 | 15 | `any`, `all`, `empty`, `once` and `single` functions.
|
|
0 commit comments