Releases: php-ecma-intl/ext
Releases · php-ecma-intl/ext
0.2.0
Added
- Add
Locale::$currency
andLocale\Options::$currency
properties. 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\Intl
static class with static methodsgetCanonicalLocales()
andsupportedValuesOf()
Ecma\Intl\Category
enum to pass toIntl::supportedValuesOf()
Ecma\Intl\Locale
to represent Unicode localesEcma\Intl\Locale\Options
for manipulating locales when creating instances ofEcma\Intl\Locale
- Various classes for representing locale information:
Ecma\Intl\Locale\TextInfo
andEcma\Intl\Locale\CharacterDirection
Ecma\Intl\Locale\WeekInfo
andEcma\Intl\Locale\WeekDay
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.