Aura.Intl v1.0.0-beta2 Release Notes

Release Date: 2013-04-12 // about 11 years ago
    • ๐Ÿ›  [FIX] Multiple typo fixes; thanks, @pborreli.

    • [CHG] Use {foo} instead of {:foo} in line with PSR-3 placeholders.

    • ๐Ÿ“ฆ [NEW] Add a PackageFactory

    • ๐Ÿ‘ป [NEW] Add more-detailed exception classes

    • ๐Ÿ“ฆ [ADD] In config, add 'intl_package_factory' as a service

    • ๐Ÿ‘ป [CHG] Throw IcuVersionTooLow Exception if IntlFormatter is instantiated with ICU Version lower than 4.8; Skip all IntlFormatter tests if the intl extension is not loaded. Thanks, @mapthegod.

    • [CHG] In the FormatterLocator, registry entries must be wrapped in a callable from now on.