Packages

Lazy, external iterators for Elixir.

Current section

Files

Jump to
iterex CHANGELOG.md
Raw

CHANGELOG.md

# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## [v0.1.2](https://github.com/ash-project/iterex/compare/v0.1.1...v0.1.2) (2024-07-19)
### Improvements:
* Add generic enumerable conversion with adequate warnings. (#1)
## [v0.1.1](https://github.com/ash-project/iterex/compare/v0.1.0...v0.1.1) (2024-06-14)
### Improvements:
* File.Stream: Add `IntoIterable` for `File.Stream`.
* IO.Stream: Add `IntoIterable` for `IO.Stream`.
* Date.Range: Add `IntoIterator` for `Date.Range`.
## [v0.1.0](https://github.com/ash-project/iterex/compare/v0.1.0...v0.1.0) (2024-06-11)
### Features:
* `Iter` is ready for the general public.