Sugar v1.2.2 Release Notes

  • API Changes

    • ๐ŸŽ Performance optimization for Object.merge and by extension Object.clone
    • Object.extended now maintains its "Hash" constructor and checks against it when cloning.
    • ๐Ÿ”€ Object.merge now will also clone dates and regexes as well.
    • ๐Ÿ›  Reset dates that will be set with UTC methods (fixes issue #98).

    Internal Changes

    • โœ‚ Removed references to isDefined, isNull, and isObjectPrimitive