- no changes in this release.
- Bug #56: Fix
LocaleProvider::isDefaultLocale()
giving a wrong result if locale is set explicitly to the one matching default (@samdark)
- New #55: Add
LocaleProvider
(@samdark) - Chg #55: Raise major PHP version to 8 (@samdark)
- New #33: Add support for keywords
hours
,colnumeric
, andcolcasefirst
. These keywords are part of the ECMAScript 2022 Internationalization API Specification (ECMA-402 9th Edition), and supporting them allows for better cross-communication between PHP and JavaScript layers.hours
defines an hour cycle for the locale (i.e.h11
,h12
,h23
,h24
). For more information see the key/type definition for the Unicode Hour Cycle Identifier.colnumeric
andcolcasefirst
are both collation settings defined as part of the Unicode Locale Data Markup Language (@ramsey)
- Initial release.