Skip to content

Releases: BooleanCat/go-functional

v0.11.0

15 Aug 15:51
Compare
Choose a tag to compare

What's Changed

  • Iterate with a callback with iter.ForEach (@Rajan-226)

Contributors

Full Changelog: v0.10.1...v0.11.0

v0.10.1

14 Aug 11:09
f16e895
Compare
Choose a tag to compare

What's Changed

  • Fix a typo in documentation

Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

10 Aug 11:18
Compare
Choose a tag to compare

Support searching through iterators for the first member matching a predicate with iter.Find.

Contributors: @MSE99

v0.9.0

31 May 11:29
Compare
Choose a tag to compare
  • Add JSON Marshal/Unmarshal support for Options

v0.8.0

15 Feb 12:53
Compare
Choose a tag to compare

What's Changed

  • Implement lazy iterators over map: LiftHashMap, LiftHashMapKeys and LiftHashMapValues.
  • Ensure Filter and Drop don't call delegates after they are exhausted.

Full Changelog: v0.7.0...v0.8.0

v0.7.0

16 Jul 21:27
Compare
Choose a tag to compare

What's Changed

  • Add Map to option package by @MSE99 in #34
  • Implement FilterMap iterator by @MSE99 in #35

New Contributors

  • @MSE99 made their first contribution in #34

Full Changelog: v0.6.0...v0.7.0

v0.6.0

21 Mar 22:17
c371575
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

09 Mar 22:12
Compare
Choose a tag to compare

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

06 Mar 16:27
4d25512
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

19 Feb 21:45
Compare
Choose a tag to compare

This release makes the reference documentation clearer with a complete set of examples.

What's Changed

Full Changelog: v0.3.0...v0.3.1