- `async-extensions` is now used instead of reimplementing `collect_iterable` functionality.
0.10.0
Internal
- Marked the internals of the `OrderedSet[Q]` private.
0.9.0
Features
- Added `collect_iter` method for `AsyncIter[T]` and `Iter[T]`.
0.8.0
Features
- Added `into_iter` method for `AsyncIter[T]`. - Added `into_async_iter` method for `Iter[T]`.
0.7.0
Features
- Added `OrderedSet[Q]` type within the `iters.ordered_set` module. - Added `ordered_set` method to `Iter[T]` and `AsyncIter[T]`.
0.6.0
Internal
- Migrated to using [`named`](https://github.com/nekitdev/named) and [`solus`](https://github.com/nekitdev/solus) packages instead of reimplementing their functionality. ([18](https://github.com/nekitdev/iters/pull/18))