Changelog
1.1.0 (15/02/2015)
Bus
and Pool
classes are exposed as Kefir.Bus
and Kefir.Pool
.merge
and .zip
(which may cause them to not unsubscribe from their sources in very rare cases) fixed.emitEvent
in Emitter, Emitter Object, and BusKefir.repeat
Changelog
1.0.0 (31/01/2015)
Changelog
0.5.1 (08/01/2015)
.on/.off
renamed to ._on/._off
.changes
method now can be called on a stream.toProperty
method now can be called on a property, and works similar to .withDefault
.withDefault
method is now deprecated, and will be removed in the future.fromSubUnsub
.fromNodeCallback
.fromPromise
Changelog
0.5.0 (06/01/2015)
.onError
.offError
.error
in Emitter, Emitter Object, and BusKefir.constantError
.mapErrors
.filterErrors
.endOnError
.errorsToValues
.valuesToErrors
.skipErrors
.skipValues