Skip to content

Releases: alabamenhu/Intl-CLDR

Zoom zoom

02 Feb 19:25
Compare
Choose a tag to compare

This release is the first modern version of the module and is much faster, more stable than previous ones while providing better fallbacks.

P&R CiC 2020 edition

26 Jun 21:57
Compare
Choose a tag to compare

A number of updates in preparation for the Perl and Raku Conference in the Cloud (2020).

Some test files were disabled because of an odd argument passing issue when tests were run by zef despite passing when run on their own. They will return in a future version once the issue has been detected and resolved.

Quickfix

11 May 21:34
Compare
Choose a tag to compare

Some modules could present problem if passing a LanguageTag to the plurals subs and using Intl::LanguageTag, because it used Intl::BCP47 (the old name). Same module, but Raku was treating them as distinct entities.

Version 0.4.1

02 Oct 00:01
Compare
Choose a tag to compare

Several new additions since v3.0.

  • Single repository for all data in Intl::CLDR. The eventual goal of this is to have Intl::CLDR be purely a repository for data, and raise, e.g., Intl::CLDR::Numbers to Intl::Numbers in a separate module. That will happen sometime before the v1.0 release.
  • DateTime formatting, although it is not entirely finished pending coverage of certain functions like time period (morning, etc) and non-Gregorian calendars.
  • Gender grouping, for determing the gender to use for groups of people.
  • <local-number> token. This is the first of a number of tokens designed to be used when creating grammars.

Version 0.3

13 Apr 21:13
Compare
Choose a tag to compare

First formal release. Includes support for Lists, Plurals, and Number (non-currency) formatting.