Changelog
3.2.5 (4/07/2016)
stream[Symbol.observable]
now equals to stream[Symbol.observable][Symbol.observable]
#209 #210 @mAAdhaTTahChangelog
3.2.1 (25/02/2016)
require
to import/export
internally.jsnext:main
to pakcage.json
for Rollup users.Bundle file size dropped from 108K / 49K / 9.8K to 80K / 42K / 9.5K
for dev / min / min+gzip respectively. And the users' app bundle size can
be reduced even further if they use Rollup and jsnext:main
.
Big thanks to @rvikmanis for doing this. #184
Changelog
3.1.0 (5/10/2015)
.fromESObservable
and .toESObservable
/[Symbol.observable]
#154 @lautis.fromEvents
fixed #159Changelog
3.0.0 (26/09/2015)
.takeErrors
replacing deprecated .endOnError
#150.skipValues
, .skipErrors
, and .skipEnd
are renamed to .ignoreValues
, .ignoreErrors
, and .ignoreEnd
#152emitEmpty
option from .bufferWhileBy
removed, it now always emits []
if necessary #131.current
property #100.flatten
method now always returns a stream #144See also Umbrella 3.0