Releases: nazar256/parapipe
Releases · nazar256/parapipe
v0.5.0 - using generics, signature changed
Full Changelog: v0.4.0...v0.5.0
0.4.0 - set concurrency for each Pipe separately
v0.4.0 fixed .golangci.yml and added to `make test`
0.3.1 - added missing changes for 0.3.0
v0.3.1 Fixed README.md paragraph number
0.3.0 - incapsulated input channel
Concurrency primitive exposition is a bad practice. Instead of providing input channel parapipe.In() it now provides parapipe.Push(v interface{}) and parapipe.Close() methods
0.2.0
The very first release
v0.1.0 Tests added, bugs fixed, documentation updated - first release candidate