Skip to content

0.6.0 More API

Compare
Choose a tag to compare
@briancavalier briancavalier released this 05 Aug 18:45
· 717 commits to master since this release
  • 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.