Skip to content

Releases: theskyinflames/stream

v1.1.0

10 May 22:03
Compare
Choose a tag to compare

New methods, Count and DistinctFunc, have been added. The tests explain how to use them.

Full Changelog: v1.0.0...v1.1.0

Go stream

28 Apr 11:33
Compare
Choose a tag to compare

It's a generic stream implementation using Go. It provides a way to process data declaratively, leveraging functions as a mechanism for abstraction.

Full Changelog: https://github.com/theskyinflames/stream/commits/v1.0.0