Kefir v0.3.0 Release Notes

Release Date: 2014-11-19 // over 9 years ago
    • Removed undocumented feature of .merge and .concat that allowed to not wrap observables to array but pass them as individual arguments
    • Changed arguments order in .scan, .reduce, and .diff
    • Added support of on/off methods pair to .fromEvent
    • Removed undocumented support of bind/unbind pair from .fromEvent
    • Method .waitFor renamed to .skipUntilBy
    • New method .takeUntilBy
    • Method source.flatMapFirst(fn) now won't call fn when skiping values from source