Releases: BooleanCat/go-functional
Releases · BooleanCat/go-functional
v2.3.0
v2.2.0
v2.1.0
What's Changed
- Fix typo by @adambaratz in #142
- Add Drain consumer by @BooleanCat in #143
- Add MustCollect consumer by @BooleanCat in #144
New Contributors
- @adambaratz made their first contribution in #142
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- Support regexp match filtering by @BooleanCat in #140
- Add Contains consumer by @BooleanCat in #141
New Contributors
- @jlc-christie made their first contribution in #121
Full Changelog: v2.0.0-beta.7...v2.0.0
v2.0.0-beta.7
What's Changed
- Add TakeWhile and DropWhile family of iterators by @BooleanCat in #139
- Support regexp match filtering by @BooleanCat in #140
Full Changelog: v2.0.0-beta.6...v2.0.0-beta.7
v2.0.0-beta.6
What's Changed
- Add FilterError iterator by @BooleanCat in #136
- Add MapError iterator by @BooleanCat in #137
Full Changelog: v2.0.0-beta.5...v2.0.0-beta.6
v2.0.0-beta.5
What's Changed
- Significantly improve docs in README by @BooleanCat in #132
- Removed some iterators from
itx
to support a future use case whereby the Go type system supports new generic type parameters on methods
Full Changelog: v2.0.0-beta.4...v2.0.0-beta.5
v2.0.0-beta.4
What's Changed
- Add TryCollect and Collect2 consumers and remove CollectErr by @BooleanCat in #130
- Add
Len
consumer to return the number of items yielded
Full Changelog: v2.0.0-beta.3...v2.0.0-beta.4
v2.0.0-beta.3
Add itx.Map
to allow a limited form of chaining on Map
.
Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3
v2.0.0-beta.2
What's Changed
- Support FromSlice and FromMap helpers in itx by @BooleanCat in #127
- Remove Unzip by @BooleanCat in #128
- Add CollectErr consumer by @BooleanCat in #125
- Add Transform iter to itx by @BooleanCat in #129
Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2