Kefir v0.4.0 Release Notes

Release Date: 2014-11-23 // over 9 years ago
    • 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