Kefir v2.0.0 Release Notes

Release Date: 2015-04-22 // about 9 years ago
  • 💥 Breaking changes

    • Removed support of old transducers protocol in the .transduce #79
    • stream.changes() now returns a new stream with current values/errors removed #56
    • Properties now can't have both current value and current error at the same time #55
    • Better errors handling in .combine #54
    • The .toProperty method now accepts a callbak instead of a simple value #82
    • The .fromEvent method is renamed to .fromEvents
    • The .fromBinder method is renamed to .stream
    • The .mapEnd method is renamed to .beforeEnd #89

    Other changes

    • The .fromSubUnsub method is deprecated #71
    • Methods Kefir.emitter() and Kefir.bus() are deprecated #88