Skip to content

Cldr Numbers version 2.32.0

Compare
Choose a tag to compare
@kipcole9 kipcole9 released this 04 Sep 05:11
· 26 commits to main since this release

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 of Cldr.Number.System.numeric_systems/0.

Enhancements

  • Adds Cldr.Number.System.algorithmic_systems/0 which is the counterpoint to Cldr.Number.System.numeric_systems/0.

  • Functions in the Cldr.Number.Format module now default the backend argument to be Cldr.default_backend!/0.