Ex_Cldr_Numbers v2.18.3 Release Notes

  • ๐Ÿš€ This is the changelog for Cldr v2.18.3 released on June 12th, 2021. For older changelogs please consult the release tag on GitHub

    ๐Ÿ’ฅ Breaking Change

    • ๐Ÿ“œ There is a minor breaking change in the error return from Cldr.Number.Parser.parse/2. Previously the error return was {:error, string}. It is now more consistent with the rest of ex_cldr and returns {:error, {exception, message}}

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix Cldr.Number.Parser.parse/2 for numbers that are in non-latin scripts (like Thai, Arabic, ...). There are 66 known number systems that have decimal digits as of CLDR39.