|
1 | 1 | # Changelog
|
2 | 2 |
|
3 | 3 | ## 0.10.0
|
4 |
| - - Undeprecate `fold_while` (#476) |
5 |
| - |
| 4 | + - **Increase minimum supported Rust version to 1.32.0** |
| 5 | + - Improve macro hygiene (#507) |
| 6 | + - Add `Itertools::powerset` (#335) |
| 7 | + - Add `Itertools::sorted_unstable`, `Itertools::sorted_unstable_by`, and `Itertools::sorted_unstable_by_key` (#494) |
| 8 | + - Implement `Error` for `ExactlyOneError` (#484) |
| 9 | + - Undeprecate `Itertools::fold_while` (#476) |
6 | 10 | - Tuple-related adapters work for tuples of arity up to 12 (#475)
|
7 |
| - |
8 | 11 | - `use_alloc` feature for users who have `alloc`, but not `std` (#474)
|
9 |
| - |
10 | 12 | - Add `Itertools::k_smallest` (#473)
|
11 |
| - |
12 | 13 | - Add `Itertools::into_grouping_map` and `GroupingMap` (#465)
|
13 | 14 | - Add `Itertools::into_grouping_map_by` and `GroupingMapBy` (#465)
|
14 |
| - |
15 | 15 | - Add `Itertools::counts` (#468)
|
16 |
| - |
17 | 16 | - Add implementation of `DoubleEndedIterator` for `Unique` (#442)
|
18 | 17 | - Add implementation of `DoubleEndedIterator` for `UniqueBy` (#442)
|
19 |
| - |
| 18 | + - Add implementation of `DoubleEndedIterator` for `Zip` (#346) |
20 | 19 | - Add `Itertools::multipeek` (#435)
|
21 |
| - |
22 | 20 | - Add `Itertools::dedup_with_count` and `DedupWithCount` (#423)
|
23 | 21 | - Add `Itertools::dedup_by_with_count` and `DedupByWithCount` (#423)
|
24 |
| - |
25 | 22 | - Add `Itertools::intersperse_with` and `IntersperseWith` (#381)
|
26 |
| - |
27 | 23 | - Add `Itertools::filter_ok` and `FilterOk` (#377)
|
28 | 24 | - Add `Itertools::filter_map_ok` and `FilterMapOk` (#377)
|
29 | 25 | - Deprecate `Itertools::fold_results`, use `Itertools::fold_ok` instead (#377)
|
30 | 26 | - Deprecate `Itertools::map_results`, use `Itertools::map_ok` instead (#377)
|
31 | 27 | - Deprecate `FoldResults`, use `FoldOk` instead (#377)
|
32 | 28 | - Deprecate `MapResults`, use `MapOk` instead (#377)
|
33 |
| - |
34 | 29 | - Add `Itertools::circular_tuple_windows` and `CircularTupleWindows` (#350)
|
35 |
| - |
36 | 30 | - Add `peek_nth` and `PeekNth` (#303)
|
37 | 31 |
|
38 | 32 | ## 0.9.0
|
|
0 commit comments