Skip to content

Releases: cujojs/most

0.10.1: New APIs and perf results

12 Jan 13:14
Compare
Choose a tag to compare

0.10.0: New Architecture

28 Dec 22:24
Compare
Choose a tag to compare
  • New ultra-high performance, low overhead architecture
  • New APIs: skip, skipWhile, since/skipUntil, within, and timestamp
  • API compatible with 0.9

0.9.1: Fix dispose regression

13 Nov 18:20
Compare
Choose a tag to compare
  • Fix a regression in with disposing some stream types in 0.9.0

0.9.0: Add await() and drain()

03 Nov 15:47
Compare
Choose a tag to compare
  • Add await() that makes it easier to work with streams of promises.
  • Add drain() to create demand on a stream without processing terminal events.
  • Improve performance of take and repeat.

0.8.6: Add constant, improve dispose

26 Oct 02:23
Compare
Choose a tag to compare
  • Add constant transform
  • Fix some cases where dispose was not called
  • Ensure scan emits initial value

0.8.5: Add browserify compat

21 Oct 17:30
Compare
Choose a tag to compare
  • Allow most.js to be browserified either standalone or as part of a larger app.

0.8.4: Prevent thenable ambiguity

06 Oct 15:28
Compare
Choose a tag to compare
  • Prevent foreign promises/thenables from entering the machinery via fromPromise
  • Add logic to deal with thenables that make it in
  • Add more metadata keywords

0.8.3: Improve perf

03 Oct 19:29
Compare
Choose a tag to compare
  • Improve internal performance

0.8.2: Fix join, metadata

02 Oct 21:25
Compare
Choose a tag to compare
  • Ensure join disposes outer stream in all cases
  • Minor API doc updates
  • Fix broken package.json / bower.json

0.8.1: Fix join

02 Oct 21:22
Compare
Choose a tag to compare
  • Ensure join disposes outer stream in all cases
  • Minor API doc updates