Packages

Lazy sequences simulating stdlib `lists` module API

Current section

Files

Jump to
iterator CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] - yyyy-mm-dd
## [0.0.1] - 2023-12-07
### Added
- The initial release: interface, set of helper functions, property-based tests, CI.
<!-- Markdown link dfn's -->
[unreleased]: https://github.com/klarna-incubator/iterator-erl/compare/v1.1.0...HEAD
<!-- [0.0.2]: https://github.com/klarna-incubator/iterator-erl/compare/v0.0.1...v0.0.2 -->
[0.0.1]: https://github.com/klarna-incubator/iterator-erl/releases/tag/v0.0.1