Skip to content

Releases: sharpvik/fungi

Add `EmptyStream`

08 Oct 15:33
Compare
Choose a tag to compare
v1.2.2

feat: add EmptyStream

Fixing nil pointer panics

08 Oct 15:24
Compare
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
Compare
Choose a tag to compare
v1.2.0

feat(try): more try-based stream transformers

TryMap for incomplete transformer functions

06 Dec 16:06
Compare
Choose a tag to compare
v1.1.0

feat(TryMap): use TryMap with incomplete transformer functions

First major breaking release

08 Sep 13:19
Compare
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
Compare
Choose a tag to compare
v0.1.0

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