All Versions
8
Latest Version
Avg Release Cycle
216 days
Latest Release
2651 days ago

Changelog History

  • v3.0.0 Changes

    January 20, 2017
    • ๐Ÿš€ Final release. No changes after first beta.
    • No BC breaks for 1.x users who are using as a library.
    • ๐Ÿ”ง Aura.Framework 1.x users need to add the Di wiring configuration.
  • v3.0.0-beta1 Changes

    December 30, 2016
    • โœ‚ Removed aura/installer-default from composer.json which was used by aura framework version 1 to install in package folder.
    • ๐Ÿ›  Fixes issue 17 by removing Aura.Di wiring trait tests.
    • ๐Ÿ”„ Changed directory structure from PSR-0 to PSR-4.
    • ๐Ÿ‘Œ Supported PHP version : 5.6+.
    • Good news is there is no other BC breaks.
  • v1.1.1 Changes

    August 24, 2014

    ๐Ÿš€ Hygiene release: Composer update.

  • v1.1.0 Changes

    July 29, 2014
    • ๐ŸŒ Merge pull request #11 from lorenzo/feature/format-key. If Translator::translate() cannot translate, it now returns the incoming translation key as the translated message. This makes it easier to use the key as a human readable string, which can contain formatting placeholders. With this feature the developer will be able to see immediate feedback of their translation messages without having to translate to a specific locale beforehand.
  • v1.0.1 Changes

    May 31, 2014

    ๐Ÿš€ Hygiene release.

    • ๐Ÿ”€ Merge pull request #10 from harikt/fixdoc; fixes #9, add a test for failure. The expected exception need to be fixed.

    • ๐Ÿ”€ Merge pull request #8 from harikt/v2config, adding v2 config files.

    • ๐Ÿ”€ Merge pull request #7 from harikt/issue6, add a test to show it works. Thank you @samdark.

    • Point travis status badge to develop branch

  • v1.0.0 Changes

    September 09, 2013
    • [CHG] When interpolating array values into strings, now converts the array to comma-separated values instead of printing 'Array'.

    • [DOC] PHP 5.5 appears to be able to format strings with missing token replacements; updated tests to account for this.

  • v1.0.0-beta2 Changes

    April 12, 2013
    • ๐Ÿ›  [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.

  • v1.0.0-beta1 Changes

    November 29, 2012

    ๐ŸŽ‰ Initial release.