Sugar v0.9.1 Release Notes

    • ๐Ÿ”„ Change Object.create to Object.extended to avoid collision with ES5
    • ๐Ÿ’ป Use of defineProperty in modern browsers to prevent enumeration in for..in loops.
    • โž• Add test for for..in loop breakage and allowed older browsers to have a "warning" message.
    • Object.isArray will now alias native Array.isArray if it is present.
    • ๐Ÿ›  Fix collisions with Prototype on Object.clone.
    • โœ… Test cleanup.