Skip to content

Commit e23f73a

Browse files
authored
Merge pull request #381 from iLib-js/development
Merge to master to ship latest version
2 parents 6fe6c3a + 870475c commit e23f73a

File tree

780 files changed

+2769
-2165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

780 files changed

+2769
-2165
lines changed

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
version=14.14.1
16+
version=14.15.0

docs/ReleaseNotes.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,18 @@ New Features:
1313
* When it is set to true, the Intl object is available, it supports the requested locale, and the parameters can be converted to equivalent parameters for the Intl.DateTimeFormat object, then it will format the date relatively quickly using Intl.
1414
* When they cannot be converted, the Intl object is not available, or the Intl object does not support the requested locale, it will perform the relatively slow formatting using regular ilib code written in Javascript.
1515
* The code will often return different results depending on the platform and version of the Javascript engine and which version of CLDR it supports. If you need consistency across versions and platforms, do not use the useIntl flag. Just stick with the regular ilib formatting code.
16+
* Added the ability to use Intl.PluralRules in IString get the plural category with the number.
1617

1718
Bug Fixes:
1819
* Fixed a bug where the DateFmt.formatRelative() does not represent correct result in certain case.
1920
* Updated locale data to have a consistently sorted order by rerunning cldr tool code.
20-
* Fixed a bug which a default script for `uz` should be `Latin` instead of `Arabic`
21-
* Updated hardcoded locales for LocaleMatcher (bn-IN, en-KR, hr-HU, ka-IR, ko-US, ku-IQ, ps-PK, pt-MO)
22-
21+
* Fixed a bug which a default script for `uz` should be `Latin` instead of `Arabic`.
22+
* Updated hardcoded locales for LocaleMatcher. (bn-IN, en-KR, hr-HU, ka-IR, ko-US, ku-IQ, ps-PK, pt-MO)
23+
* Fixed to generate `plurals.json` files even when the rule only has `other`.
24+
* Updated to load `plurals.json` in ResBundle Constructor, then you could call synchronously all the time because we can be sure if is already loaded.
25+
* Fixed a bug where the Currency didn't work asynchronously.
26+
* Update to time zone data 2022c
27+
* Fixed to handle both absolute and relative paths correctly in `ilib-web.js`.
2328

2429
Build 022
2530
-------

js/data/locale/af/NA/dateformats.json

Lines changed: 0 additions & 2 deletions
This file was deleted.

js/data/locale/ar/AE/dateformats.json

Lines changed: 0 additions & 2 deletions
This file was deleted.

js/data/locale/ar/BH/dateformats.json

Lines changed: 0 additions & 2 deletions
This file was deleted.

js/data/locale/ar/DJ/dateformats.json

Lines changed: 0 additions & 2 deletions
This file was deleted.

js/data/locale/ar/DZ/dateformats.json

Lines changed: 0 additions & 2 deletions
This file was deleted.

js/data/locale/ar/EG/dateformats.json

Lines changed: 0 additions & 2 deletions
This file was deleted.

js/data/locale/ar/EH/dateformats.json

Lines changed: 0 additions & 2 deletions
This file was deleted.

js/data/locale/ar/ER/dateformats.json

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)