Skip to content

Releases: elixir-cldr/cldr_currencies

Cldr Currencies version 2.13.0

20 Feb 20:17
Compare
Choose a tag to compare

Bug Fixes

  • Fix deprecated use Mix.Config and replace with import Config in configuration files.

Enhancements

  • Add Cldr.Currency.currency_format_from_locale/2 support a binary language tag and optional backend

Cldr Currencies version 2.12.0

27 Oct 23:49
Compare
Choose a tag to compare

Enhancements

Deprecations

  • Don't call deprecated Cldr.Config.known_locale_names/1, call Cldr.Locale.Loader.known_locale_names/1 instead.

Cldr Currencies version 2.12.0-rc.1

25 Oct 10:30
Compare
Choose a tag to compare
Pre-release

Deprecations

  • Don't call deprecated Cldr.Config.known_locale_names/1, call Cldr.Locale.Loader.known_locale_names/1 instead.

Cldr Currencies version 2.12.0-rc.0

03 Oct 14:27
Compare
Choose a tag to compare
Pre-release

Enhancements

  • Support for CLDR version 40.

Cldr Currencies version 2.11.0

01 Jul 12:32
Compare
Choose a tag to compare

Enhancments

  • Adds support for the Cldr.DisplayName protocol for t:Cldr.Currency structs.

  • Updated to ex_cldr version 2.23.0 which changes the names of some of the field in the "-u-" extension to match the CLDR canonical name. In particular the field name currency_format changes to cf.

Cldr Currencies version 2.10.1

18 Jun 12:22
Compare
Choose a tag to compare

Bug fixes

  • Constrain ex_doc to :dev and :release environments only, and :optional to make sure.

Cldr Currencies version 2.9.1

08 Apr 07:20
Compare
Choose a tag to compare

Bug Fixes

  • Make ex_doc and optional dependency

Cldr Currencies version 2.9.0

07 Apr 22:42
Compare
Choose a tag to compare

Enhancements

  • Depends upon ex_cldr version 2.20 which embodies CLDR39 data.

  • Add Cldr.Currency.display_name/2 that returns a localized display name suitable for use in UI applications.

  • Add implementation of String.Chars and Cldr.Chars protocols for t:Cldr.Currency structs.

Cldr Currencies version 2.9.0-rc.1

24 Mar 04:55
Compare
Choose a tag to compare
Pre-release

Enhancements

  • Add Cldr.Currency.display_name/2 that returns a localized display name suitable for use in UI applications.

  • Add implementation of String.Chars and Cldr.Chars protocols for t:Cldr.Currency structs.

Cldr Currencies version 2.9.0-rc.0

19 Mar 01:26
Compare
Choose a tag to compare
Pre-release

Enhancements

  • Depends upon ex_cldr version 2.20 which embodies CLDR39 data.