Skip to content

0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ramsey ramsey released this 02 Sep 18:28
· 66 commits to main since this release
0.1.0
da8f414

Added

  • Initial release with initial functionality ported from ECMA-402, 10th edition:
    • Ecma\Intl static class with static methods getCanonicalLocales() and supportedValuesOf()
    • Ecma\Intl\Category enum to pass to Intl::supportedValuesOf()
    • Ecma\Intl\Locale to represent Unicode locales
    • Ecma\Intl\Locale\Options for manipulating locales when creating instances of Ecma\Intl\Locale
    • Various classes for representing locale information:
      • Ecma\Intl\Locale\TextInfo and Ecma\Intl\Locale\CharacterDirection
      • Ecma\Intl\Locale\WeekInfo and Ecma\Intl\Locale\WeekDay

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.