Skip to content

Releases: maxim2266/pump

Lazy stages

20 Sep 12:02
Compare
Choose a tag to compare
  • Lazy stage constructors added;
  • Iterator constructor implemented as a method on Gen[T]

Iterator type renamed.

06 Sep 16:24
Compare
Choose a tag to compare

pump.Seq renamed to pump.It, to make it distinct from iter.Seq.

API updates

29 Aug 11:13
Compare
Choose a tag to compare
  • Iterator type renamed to pump.Seq
  • Added constructors from iter.Seq and slice.

Bug fix release

21 Aug 12:18
Compare
Choose a tag to compare

Fixed bug in test code, plus README update.

Updated with for-range iterator type.

20 Aug 11:36
Compare
Choose a tag to compare

This release adds for-range iterator type and sets the minimum Go version to 1.23.

First release

08 Aug 12:16
a0b161c
Compare
Choose a tag to compare

First release.