Changelog
0.4.0 (23/11/2014)
seed
argument in .scan
, .reduce
, and .diff
is now optionalfn
in obs.sampledBy(other, fn)
changed from function(a, b) {return [a, b]}
to function(a, b) {return a}
. The default fn
for Kefir.sampledBy
hasn't changed..mapEnd
.skipEnd
fn
argument in .filter
, .takeWhile
, and .skipWhile
is now optionalChangelog
0.3.0 (19/11/2014)
.merge
and .concat
that allowed to not wrap observables to array but pass them as individual arguments.scan
, .reduce
, and .diff
.fromEvent
.fromEvent
.waitFor
renamed to .skipUntilBy
.takeUntilBy
source.flatMapFirst(fn)
now won't call fn
when skiping values from source
Changelog
0.2.11 (03/11/2014)
fn
argument of the .diff
method is now optional.waitFor
.takeWhileBy
.skipWhileBy
Changelog
0.2.9 (19/10/2014)
fn
argument of the .transform
method is now optional.transduce
Changelog
0.2.8 (12/10/2014)
.flatMapWithConcurrencyLimit
renamed to .flatMapConcurLimit
.transform
.timestamp
Kefir.bus
Changelog
0.2.7 (05/10/2014)
Methods so far: