Releases: BooleanCat/go-functional
Releases · BooleanCat/go-functional
v2.5.1
What's Changed
- fix documentation for
All
, which actually returns false by @nitram509 in #154 - fix documentation for
op.Ref
by @BooleanCat (reported by @psantoro in #155)
New Contributors
- @nitram509 made their first contribution in #154
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- Provide ref and deref ops for Map by @BooleanCat in #153
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
- Start support for Go 1.24 by testing against release candidate by @BooleanCat
- Add filter unique functionality by @apatniv in #151
New Contributors
Full Changelog: v2.3.0...v2.4.0
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