Releases: cujojs/most
Releases · cujojs/most
0.10.1: New APIs and perf results
- Add new APIs:
stream.sampleWith
andstream.concatMap
- Improve scheduler/time infrastructure
- Add initial performance test results
0.10.0: New Architecture
- New ultra-high performance, low overhead architecture
- New APIs:
skip
,skipWhile
,since
/skipUntil
,within
, andtimestamp
- API compatible with 0.9
0.9.1: Fix dispose regression
- Fix a regression in with disposing some stream types in 0.9.0
0.9.0: Add await() and drain()
0.8.6: Add constant, improve dispose
- Add
constant
transform - Fix some cases where dispose was not called
- Ensure
scan
emits initial value
0.8.5: Add browserify compat
- Allow most.js to be browserified either standalone or as part of a larger app.
0.8.4: Prevent thenable ambiguity
- 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
- Improve internal performance
0.8.2: Fix join, metadata
- Ensure join disposes outer stream in all cases
- Minor API doc updates
- Fix broken package.json / bower.json
0.8.1: Fix join
- Ensure join disposes outer stream in all cases
- Minor API doc updates