Sugar v1.3.6 Release Notes

  • API Changes

    • Faster String#repeat (Issue #214 - Thanks to @termi!).
    • ๐Ÿ›  Fixed issue with Array#sample skewing randomization (Issue #216).
    • ๐Ÿ“œ Limiting minute/second parsing to 0-59 (Issue #219).
    • ๐Ÿ›  Fixed issue with addMonths (Issue #221).
    • ๐Ÿ›  Fixed issue with NaN being true for isOdd (Issue #220).
    • ๐Ÿ›  Fixed issue with HTML escaping (Issue #212).
    • ๐Ÿ›  Fixed issue with float values parsing in Object.fromQueryString (Issue #225).
    • ๐Ÿ”จ Internal refactoring of Object.each.
    • ๐Ÿ›  Fixed issue with 7 July date format (Issue #227).
    • โž• Added "'yy" as a valid year format.
    • ๐Ÿ‘ Allowing empty strings for thousands separator and decimal in Number#format (Issue #229).