This repository was archived by the owner on Jun 10, 2021. It is now read-only.
Releases: danslapman/asyncstreams
Releases · danslapman/asyncstreams
asyncstreams 1.0.1
- upgrade
cats-mtl
to 0.2.3
asyncstreams 1.0-rc1
asyncstreams 0.5
Add ZeroK
typeclass. Now type is required only to be MonadError
to work with asyncstreams
asyncstreams 0.4
Now asyncstreams can be used with any futures: standard Scala futures, Twitter futures, scalaz tasks etc.
asyncstreams 0.3.5
Pair
renamed toStep
to avoid clashing withPredef.Pair
asyncstreams 0.3
- add flatten to AsyncStream
asyncstreams 0.2
- add foreach and foreachF to AsyncStream
asyncstreams 0.1
First public release