Lazy.js v0.3.2 Release Notes

Release Date: 2014-01-09 // over 10 years ago
    • โž• added Sequence.createWrapper (see http://stackoverflow.com/questions/20959394)
    • โž• added Sequence#memoize and Sequence#none
    • ๐Ÿ›  fixed Sequence#reject to accept a string or object (like other methods involving predicates)
    • ๐Ÿ›  fixed bug in Sequence#all
    • ๐Ÿ‘€ AsyncSequence#getIterator now throws an error (see #63)