Releases: eemeli/intl-pluralrules
Releases · eemeli/intl-pluralrules
v1.1.1
v1.1.0
v1.0.3
v1.0.2
v1.0.1
v1.0.0
- Support
minimumFractionDigits
&maximumFractionDigits
- Support
minimumSignificantDigits
&maximumSignificantDigits
- Nominally support
minimumIntegerDigits
- Check for full locale support before skipping polyfill
- Typo fix: resolvedOptions key is
pluralCategories
, notpluralCategory
v0.2.1
v0.1.0
Initial release, following the Sept 2015 spec with the following modifications:
#select()
input is not forced to Number, so e.g. 1.0 is handled correctlyavailableLocales
is determined by taking into accountoptions.style
, as ordinal rules are not provided for all locales by the Unicode CLDRoptions.localeMatcher
is ignored