Skip to content

Releases: sharpvik/fungi

Flatten

16 Dec 14:50

Choose a tag to compare

v1.5.0

feat: Flatten

Slice, Consume

16 Dec 14:33

Choose a tag to compare

v1.4.0

feat: Slice, Consume

`Go` and `GoWait`

12 Nov 15:31

Choose a tag to compare

This release introduces the first two primitives for concurrent stream processing.

Add `EmptyStream`

08 Oct 15:33

Choose a tag to compare

v1.2.2

feat: add EmptyStream

Fixing nil pointer panics

08 Oct 15:24

Choose a tag to compare

v1.2.1

fix(collect): from slice and map even if stream is nil

More try-based stream transformers

06 Dec 16:48

Choose a tag to compare

v1.2.0

feat(try): more try-based stream transformers

TryMap for incomplete transformer functions

06 Dec 16:06

Choose a tag to compare

v1.1.0

feat(TryMap): use TryMap with incomplete transformer functions

First major breaking release

08 Sep 13:19

Choose a tag to compare

  • This is a thought-through version of the initial functionality with a settled interface and much more functionality than before.
  • Every function has comments that explain it in enough details.
  • Test cases are written with clarity in mind and should be taken as usage examples.

First stable release

22 Jul 11:02

Choose a tag to compare

v0.1.0

feat(CollectMap): allow flexible stream collection into builtin Go map