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

Changelog History
Page 6

  • v0.5.2 Changes

    January 12, 2015
    • A bug in .fromBinder fixed #35
  • v0.5.1 Changes

    January 08, 2015
    • Undocumented methods .on/.off renamed to ._on/._off
    • The .changes method now can be called on a stream
    • The .toProperty method now can be called on a property, and works similar to .withDefault
    • The .withDefault method is now deprecated, and will be removed in the future
    • New method .fromSubUnsub
    • New method .fromNodeCallback
    • New method .fromPromise
  • v0.5.0 Changes

    January 06, 2015
    • Base errors support added (i.e. errors flow through all kind of transformations/combinations)
    • Properties now may have a current error (as well as current value)
    • New method .onError
    • New method .offError
    • New method .error in Emitter, Emitter Object, and Bus
    • New method Kefir.constantError
    • New method .mapErrors
    • New method .filterErrors
    • New method .endOnError
    • New method .errorsToValues
    • New method .valuesToErrors
    • New method .skipErrors
    • New method .skipValues
  • v0.4.2 Changes

    December 24, 2014
    • A bug in .flatMap fixed #29
    • Minor perf fixes
  • v0.4.1 Changes

    November 30, 2014
    • New method .bufferWhile
    • New method .bufferBy
    • New method .bufferWhileBy
    • New method .withDefault
    • New method .zip
  • v0.4.0 Changes

    November 23, 2014
    • The seed argument in .scan, .reduce, and .diff is now optional
    • Removed support of "array functions"
    • The default fn in obs.sampledBy(other, fn) changed from function(a, b) {return [a, b]} to function(a, b) {return a}. The default fn for Kefir.sampledBy hasn't changed.
    • New method .mapEnd
    • New method .skipEnd
    • The fn argument in .filter, .takeWhile, and .skipWhile is now optional
  • v0.3.0 Changes

    November 19, 2014
    • 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
  • v0.2.11 Changes

    November 03, 2014
    • The fn argument of the .diff method is now optional
    • New method .waitFor
    • New method .takeWhileBy
    • New method .skipWhileBy
  • v0.2.10 Changes

    October 26, 2014
    • Method .transform renamed to .flatten
    • New method .slidingWindow
  • v0.2.9 Changes

    October 19, 2014
    • The fn argument of the .transform method is now optional
    • New method .transduce