Releases: BooleanCat/go-functional
Releases · BooleanCat/go-functional
v0.11.0
What's Changed
- Iterate with a callback with
iter.ForEach
(@Rajan-226)
Contributors
- @Rajan-226 made their first contribution in #53
- @BooleanCat
Full Changelog: v0.10.1...v0.11.0
v0.10.1
What's Changed
- Fix a typo in documentation
Contributors
- @euanwm made their first contribution in #43
- @BooleanCat
Full Changelog: v0.10.0...v0.10.1
v0.10.0
v0.9.0
- Add JSON Marshal/Unmarshal support for
Option
s
v0.8.0
What's Changed
- Implement lazy iterators over
map
:LiftHashMap
,LiftHashMapKeys
andLiftHashMapValues
. - Ensure
Filter
andDrop
don't call delegates after they are exhausted.
Full Changelog: v0.7.0...v0.8.0
v0.7.0
v0.6.0
v0.5.0
What's Changed
- Added built-in commutative operators (@seiyab)
- Added a Passthrough no-op Map operation (@BooleanCat)
New Contributors
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Add feature request issue template by @BooleanCat in #18
- Add pull request template by @BooleanCat in #23
- Add Chain Iterator by @williammartin in #27
New Contributors
- @williammartin made their first contribution in #27
Full Changelog: v0.3.1...v0.4.0
v0.3.1
This release makes the reference documentation clearer with a complete set of examples.
What's Changed
- Add example tests by @prycey77 in #15
- Add example tests for result package by @BooleanCat in #16
Full Changelog: v0.3.0...v0.3.1