Releases: sharpvik/fungi
Releases · sharpvik/fungi
`Go` and `GoWait`
Add `EmptyStream`
v1.2.2 feat: add EmptyStream
Fixing nil pointer panics
v1.2.1 fix(collect): from slice and map even if stream is nil
More try-based stream transformers
v1.2.0 feat(try): more try-based stream transformers
TryMap for incomplete transformer functions
v1.1.0 feat(TryMap): use TryMap with incomplete transformer functions
First major breaking release
- 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
v0.1.0 feat(CollectMap): allow flexible stream collection into builtin Go map