Cldr Numbers version 2.32.0
Bug Fixes
-
Fix formatting numbers with format
:standard
when the standard format is an RBNF rule. -
Fix formatting numbers with an RBNF format that is defined on locale
:und
even when the formatting locale doesn't have an:rbnf_locale_name
. -
Improve several error messages around number systems and RBNF rules.
Deprecations
Cldr.Number.System.systems_with_digits/0
is deprecated in favour ofCldr.Number.System.numeric_systems/0
.
Enhancements
-
Adds
Cldr.Number.System.algorithmic_systems/0
which is the counterpoint toCldr.Number.System.numeric_systems/0
. -
Functions in the
Cldr.Number.Format
module now default thebackend
argument to beCldr.default_backend!/0
.