Skip to content

Tags: BooleanCat/go-functional

Tags

v2.0.0-beta.4

Toggle v2.0.0-beta.4's commit message
Add TryCollect and Collect2 consumers and remove CollectErr

v2.0.0-beta.3

Toggle v2.0.0-beta.3's commit message

Verified

This commit was signed with the committer’s verified signature.
BooleanCat Tom Godkin
Support Map in itx to allow limited chaining

v2.0.0-beta.2

Toggle v2.0.0-beta.2's commit message
Add Transform iter to itx

Transform is a limited form of Map where the argument type is the same as
the return type, allowing it to be chained.

v2.0.0-beta.1

Toggle v2.0.0-beta.1's commit message
Upgrade Go in CI to 1.23rc2

v2.0.0-alpha.5

Toggle v2.0.0-alpha.5's commit message

Verified

This commit was signed with the committer’s verified signature.
BooleanCat Tom Godkin
Move chaining iterators to itx package

v2.0.0-alpha.4

Toggle v2.0.0-alpha.4's commit message

Verified

This commit was signed with the committer’s verified signature.
jlc-christie James Christie
change test workflow branch

v2.0.0-alpha.3

Toggle v2.0.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adapt project to current 1.23 iter API (#106)

Adapt project to current 1.23 iter API

Please provide a brief description of the change.

- All iterators now natively return and use the Seq types rather than this projects type alias, favouring compatibility with the standard library over convenience features like chaining.
- Added iterators for the Seq2 variants of existing iterators
- Renamed Lift to Values and moved to future shadow package slices (to be deleted when Go 1.23 is released)
- Renamed LiftHashMap to All and moved to future shadow package maps (to be deleted when Go 1.23 is released)

v2.0.0-alpha.2

Toggle v2.0.0-alpha.2's commit message

Verified

This commit was signed with the committer’s verified signature.
BooleanCat Tom Godkin
Add Zip to v2

v2.0.0-alpha.1

Toggle v2.0.0-alpha.1's commit message

Verified

This commit was signed with the committer’s verified signature.
BooleanCat Tom Godkin
Implement Count, Take, Lift and Collect for rangefunc

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
BooleanCat Tom Godkin
Support Stringer for remaining iters