This release adds support for selectRange()
from Intl.Numberformat v3 (#23), which is currently a Stage 3 proposal. Hence also the prerelease versioning, as that API may still change.
Released under the next
tag on npm, so install with:
npm install --save-exact intl-pluralrules@next
Breaking Changes
- The function exported from
'intl-pluralrules/factory'
gets a new required fourth argument,getRangeSelector
.