Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Releases: danslapman/asyncstreams

asyncstreams 1.0.1

20 Mar 21:49
Compare
Choose a tag to compare
  • upgrade cats-mtl to 0.2.3

asyncstreams 1.0-rc1

08 Jan 11:12
Compare
Choose a tag to compare

Asyncstreams reimplemented with cats. Added methods to AsyncStream (#4), fixed variance (#5)

asyncstreams 0.5

22 Oct 14:04
Compare
Choose a tag to compare
asyncstreams 0.5 Pre-release
Pre-release

Add ZeroK typeclass. Now type is required only to be MonadError to work with asyncstreams

asyncstreams 0.4

07 Feb 14:20
Compare
Choose a tag to compare
asyncstreams 0.4 Pre-release
Pre-release

Now asyncstreams can be used with any futures: standard Scala futures, Twitter futures, scalaz tasks etc.

asyncstreams 0.3.5

20 Oct 23:09
Compare
Choose a tag to compare
asyncstreams 0.3.5 Pre-release
Pre-release
  • Pair renamed to Step to avoid clashing with Predef.Pair

asyncstreams 0.3

20 Oct 17:18
Compare
Choose a tag to compare
asyncstreams 0.3 Pre-release
Pre-release
  • add flatten to AsyncStream

asyncstreams 0.2

20 Oct 13:45
Compare
Choose a tag to compare
asyncstreams 0.2 Pre-release
Pre-release
  • add foreach and foreachF to AsyncStream

asyncstreams 0.1

19 Oct 20:25
Compare
Choose a tag to compare
asyncstreams 0.1 Pre-release
Pre-release

First public release