Skip to content

Latest commit

 

History

History
37 lines (15 loc) · 780 Bytes

CHANGELOG.md

File metadata and controls

37 lines (15 loc) · 780 Bytes

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

v0.1.2 (2024-07-19)

Improvements:

  • Add generic enumerable conversion with adequate warnings. (#1)

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 (2024-06-11)

Features:

  • Iter is ready for the general public.