-
Notifications
You must be signed in to change notification settings - Fork 0
/
ecma_intl.json
64 lines (64 loc) · 3.6 KB
/
ecma_intl.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"category": "Internationalization",
"deprecated": false,
"description": "ecma_intl is a PHP implementation of the ECMA-402 11th Edition\nInternationalization API Specification.",
"latestReleaseDate": "2023-09-02T19:11:27+00:00",
"latestVersion": "0.2.0",
"license": "BSD-3-Clause",
"name": "ecma_intl",
"php8Mentioned": true,
"releases": {
"0.2.0": {
"version": "0.2.0",
"state": "alpha",
"license": "BSD-3-Clause",
"releasedBy": "ramsey",
"releaseDate": "2023-09-02T19:11:27+00:00",
"releaseNotes": "Add Locale::$currency and Locale\\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.",
"get": "https://pecl.php.net/get/ecma_intl-0.2.0",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"0.1.3": {
"version": "0.1.3",
"state": "alpha",
"license": "BSD-3-Clause",
"releasedBy": "ramsey",
"releaseDate": "2023-08-30T01:18:18+00:00",
"releaseNotes": "Fix: reduce duplication of code (and eliminate build warnings) by splitting MINIT for each class into separate functions.\nFix: allow installation of extension on PHP 8.3.\nFix: fixes a build warning for switch statements with no default branch.",
"get": "https://pecl.php.net/get/ecma_intl-0.1.3",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"0.1.2": {
"version": "0.1.2",
"state": "alpha",
"license": "BSD-3-Clause",
"releasedBy": "ramsey",
"releaseDate": "2023-08-29T14:31:42+00:00",
"releaseNotes": "Fix: ensure build directories are created for each source directory, fixing an issue where the extension could not be installed using pecl.",
"get": "https://pecl.php.net/get/ecma_intl-0.1.2",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"0.1.1": {
"version": "0.1.1",
"state": "alpha",
"license": "BSD-3-Clause",
"releasedBy": "ramsey",
"releaseDate": "2023-08-27T23:52:20+00:00",
"releaseNotes": "Fix: remove package.xml from manifest to avoid md5 checksum errors when installing via pecl.",
"get": "https://pecl.php.net/get/ecma_intl-0.1.1",
"SPDX-License-Identifier": "BSD-3-Clause"
},
"0.1.0": {
"version": "0.1.0",
"state": "alpha",
"license": "BSD-3-Clause",
"releasedBy": "ramsey",
"releaseDate": "2023-08-27T23:23:10+00:00",
"releaseNotes": "Initial release with initial functionality ported from ECMA-402:\n\n- Ecma\\Intl static class with static methods getCanonicalLocales() and supportedValuesOf()\n- Ecma\\Intl\\Category enum to pass to Intl::supportedValuesOf()\n- Ecma\\Intl\\Locale to represent Unicode locales\n- Ecma\\Intl\\Locale\\Options for manipulating locales when creating instances of Ecma\\Intl\\Locale\n- Ecma\\Intl\\Locale\\TextInfo and Ecma\\Intl\\Locale\\CharacterDirection for conveying typesetting information for the locale\n- Ecma\\Intl\\Locale\\WeekInfo and Ecma\\Intl\\Locale\\WeekDay for conveying calendar information for the locale",
"get": "https://pecl.php.net/get/ecma_intl-0.1.0",
"SPDX-License-Identifier": "BSD-3-Clause"
}
},
"summary": "ecma_intl is an i18n and l10n extension for PHP",
"SPDX-License-Identifier": "BSD-3-Clause"
}