Releases: php-ecma-intl/ext
Releases · php-ecma-intl/ext
0.2.0
Added
- Add
Locale::$currencyandLocale\Options::$currencyproperties. ECMA-402 does not define these properties; they are unique to this implementation and inspired by the properties and methods added in the Intl Locale Info Proposal. (#12)
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
0.1.3
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
0.1.2
0.1.1
0.1.0
Added
- Initial release with initial functionality ported from ECMA-402, 10th edition:
Ecma\Intlstatic class with static methodsgetCanonicalLocales()andsupportedValuesOf()Ecma\Intl\Categoryenum to pass toIntl::supportedValuesOf()Ecma\Intl\Localeto represent Unicode localesEcma\Intl\Locale\Optionsfor manipulating locales when creating instances ofEcma\Intl\Locale- Various classes for representing locale information:
Ecma\Intl\Locale\TextInfoandEcma\Intl\Locale\CharacterDirectionEcma\Intl\Locale\WeekInfoandEcma\Intl\Locale\WeekDay
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.