Kefir v3.0.0 Release Notes

Release Date: 2015-09-26 // over 8 years ago
    • All previously deprecated methods removed. Full list can be found in deprecated API docs of v2.x.
    • New deprecations: errorsToValues & valuesToErrors, endOnError, awaiting.
    • New method .takeErrors replacing deprecated .endOnError #150
    • Methods .skipValues, .skipErrors, and .skipEnd are renamed to .ignoreValues, .ignoreErrors, and .ignoreEnd #152
    • The emitEmpty option from .bufferWhileBy removed, it now always emits [] if necessary #131
    • Property now sets its current value before dispatching #127 @olivierguerriat
    • Event objects now don't contain .current property #100
    • The .flatten method now always returns a stream #144

    👀 See also Umbrella 3.0