Ex Money version 5.19.2
Bug Fixes
-
Fix using Elixir 1.18's JSON module in
ex_money(specifically decoding exchange rates). Thanks to @allenwyma and @maikelthedev for the report. Closes #176. -
Document
currency_symbol: :noneoption forMoney.to_string/2. This option formats the money amount without a currency symbol. This may be useful for UI forms that separate the currency and the amount for input. Requires ex_cldr_numbers version 2.33.6 or later. -
Fix parsing money strings that contain trailing RTL markers. Requires ex_cldr_currencies version 2.16.4 or later.