Lazy.js v0.1.1 Release Notes

    • flatten can now flatten inner sequences (not just arrays)
    • ➕ added Sequence#toString
    • significant perf improvements for uniq, union, intersection, concat, zip
    • ✂ removed Lazy.async in favor of Sequence#async
    • ➕ added Bower and Component support
    • ➕ added Lazy.readFile and Lazy.makeHttpRequest (for Node)