lazy.js v0.3.3 Release Notes

    • ๐Ÿ›  fixed Sequence#groupBy to work for async sequences (see #72)
    • ๐Ÿ›  fixed StreamLikeSequence#split to split properly across chunks (see #70)
    • ๐Ÿ”„ changed Sequence#filter so it passes a simple incrementing index with each element (like Underscore/Lo-Dash)
    • โž• added Lazy.clone to create a shallow copy of an object or array
    • โž• added Sequence#sort, which can accept a 2-arity function for more customized sorting (see #65)
    • both Sequence#sort and Sequence#sortBy now accept a descending argument
    • โž• added Sequence#indexBy