All Versions
62
Latest Version
Avg Release Cycle
52 days
Latest Release
-

Changelog History
Page 5

  • v2.1.0 Changes

    April 28, 2015
    • New method .last
    • The .reduce method is deprecated in favor of .scan(...).last()
  • v2.0.1 Changes

    April 26, 2015
    • A bug in .flatMap fixed #92
  • v2.0.0 Changes

    April 22, 2015

    💥 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
  • v1.3.2 Changes

    April 26, 2015
    • A bug in .flatMap fixed #92
  • v1.3.1 Changes

    April 04, 2015
    • The .transduce method updated to add support of new protocol #78
  • v1.3.0 Changes

    March 29, 2015
    • Following methods are deprecated: .repeatedly, .mapTo, .pluck, .invoke, .not, .timestamp, .tap, .and, .or #71
  • v1.2.0 Changes

    March 14, 2015
    • Kefir.sampledBy is deprecated in favor of 3 arity Kefir.combine
  • v1.1.0 Changes

    February 15, 2015
    • The Bus and Pool classes are exposed as Kefir.Bus and Kefir.Pool
    • A bug in .merge and .zip (which may cause them to not unsubscribe from their sources in very rare cases) fixed
    • New method .emitEvent in Emitter, Emitter Object, and Bus
    • New method Kefir.repeat
  • v1.0.0 Changes

    January 31, 2015
    • jQuery plugin moved to a separate repo
    • Minor improvement in .skipDuplicates method #42
    • Deperecated method .withDefault now removed
  • v0.5.3 Changes

    January 12, 2015
    • A bug in .fromBinder fixed (continuation of #35