Lazy.js v0.5.1 Release Notes

Release Date: 2018-02-07 // about 6 years ago
    • ➕ added public equals() method (#139)
    • ➕ added public Lazy.curry and Lazy.curryRight methods (#24)
    • ➕ added public Lazy.createCallback and Lazy.createComparator methods (#140)
    • ➕ added shallow option to flatten() (#125)
    • ➕ added equalityFn paramter to indexOf, lastIndexOf, and contains
    • 🛠 fixed bug with return value from consecutive() not being reusable (#212)
    • 🛠 fixed bug with concat() unexpectedly flattening results (#127)

Previous changes from v0.5.0

    • 🌐 sequences now support ES6 iterable protocol (#186)
    • 🌐 added support for ES6 Set and Map objects
    • memoize().get no longer iterates entire sequence (#191)
    • 🛠 fixed bug causing failure on defaults().defaults() (#183)
    • 🛠 fixed bug with setting encoding in Lazy.readFile (#160)