0.6.0 More API
- All combinators are now available as "statics", e.g.
most.flatMap(f, myStream)
as well as instance methods, e.g.myStream.flatMap(f)
- New combinators:
zip
,merge
,switch
,throttle
- Experimental: push-style events using
most.create
.