Changelog
2.5.0 (21/05/2015)
pozadi/kefir
to rpominov/kefir
.flatMap((x) => Kefir.constan(...))
case 9e4a58a.takeWhileBy
and .skipWhileBy
are deprecated #105Changelog
2.4.1 (14/05/2015)
.flatMap*
, .pool
, and .merge
was optimized for use with constants (Kefir.contant*
, Kefir.never
), combined with optimizations for constants in 2.4.0 this foo.flatMap((x) => Kefir.constant(x + 1))
is only ~2x slower than foo.map(x => x + 1)