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