Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ex_cldr_numbers from 2.16.1 to 2.24.0 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 8, 2022

Bumps ex_cldr_numbers from 2.16.1 to 2.24.0.

Release notes

Sourced from ex_cldr_numbers's releases.

Cldr Numbers version 2.24.0

Enhancements

  • Allowed limited forms of format composition. For example, composing a :long format with a :currency format:
iex> Cldr.Number.to_string!(100_000_000, format: :long) |> Cldr.Number.to_string(format: :currency) 
{:ok, "$100 million"}
  • Add format :currency_long_with_symbol which is a composite of :currency_long and the locales standard currency format. This supports formatting of of numbers like "$100 million" in the example above.

Cldr Numbers version 2.23.3

Bug Fixes

Cldr Numbers version 2.23.1

Bug Fixes

  • Replace use Mix.Config with import Config in config files

  • Fix typespec for <backend>.Cldr.Number.Transliterate.transliterate_digits/3

Cldr Numbers version 2.23.0

Enhancements

Bug Fixes

  • Arbitrary RBNF rule lookup falls back to the root locale (called "und") when checking if a rule is available. Thanks to @​maennchen for the report. Closes #22.

  • Fixes performance issue when calling Cldr.Number.to_string/3 with an arbitrary RBNF rule name. Previously these formats would mistakenly read the raw json file for a locale incurring a significant performance penaly. Performance is now 100x faster as expected. Thanks to @​maennchen for the bug report. Closes #21.

Deprecations

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

  • Don't call deprecated Cldr.Config.get_locale/2, use Cldr.Locale.Loader.get_locale/2 instead.

Cldr Numbers version 2.23.0-rc.4

Bug Fixes

  • Arbitrary RBNF rule lookup falls back to the root locale (called "und") when checking if a rule is available. Thanks to @​maennchen for the report. Closes #22.

Cldr Numbers version 2.23.0-rc.3

Deprecations

... (truncated)

Changelog

Sourced from ex_cldr_numbers's changelog.

Cldr_Numbers v2.24.0

This is the changelog for Cldr v2.24.0 released on December 30th, 2021. For older changelogs please consult the release tag on GitHub

Enhancements

  • Allowed limited forms of format composition. For example, composing a :long format with a :currency format:
iex> Cldr.Number.to_string!(100_000_000, format: :long) |> Cldr.Number.to_string(format: :currency)
{:ok, "$100 million"}
  • Add format :currency_long_with_symbol which is a composite of :currency_long and the locales standard currency format. This supports formatting of of numbers like "$100 million" in the example above.

Cldr_Numbers v2.23.3

This is the changelog for Cldr v2.23.3 released on December 14th, 2021. For older changelogs please consult the release tag on GitHub

Bug Fixes

Cldr_Numbers v2.23.2

This is the changelog for Cldr v2.23.2 released on December 3rd, 2021. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fixes Cldr.Number.Parser.resolve_currencies/1 when the argument is whitespace only. Thanks to @​datrader for the report.

Cldr_Numbers v2.23.1

This is the changelog for Cldr v2.23.1 released on December 1st, 2021. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Replace use Mix.Config with import Config in config files

  • Fix typespec for <backend>.Cldr.Number.Transliterate.transliterate_digits/3

Cldr_Numbers v2.23.0

This is the changelog for Cldr v2.23.0 released on October 27th, 2021. For older changelogs please consult the release tag on GitHub

Enhancements

... (truncated)

Commits
  • b746917 Update docs for Cldr.Number.to_string/3
  • 36bf04e Releae 2.24.0
  • 1774494 Add :currency_long_with_symbol format type
  • 97913e4 Add to_string/2 composition support for limited cases
  • 887d52e Add additonal decimal short format tests
  • 698f159 Update changelog entry
  • 47e5ba4 Fix short formatting for decimals. Closes #135
  • a4cd215 Add test for resolving currencies in an empty string
  • 09f6597 Update changelog
  • 45bf2e7 Bump version
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ex_cldr_numbers](https://github.com/elixir-cldr/cldr_numbers) from 2.16.1 to 2.24.0.
- [Release notes](https://github.com/elixir-cldr/cldr_numbers/releases)
- [Changelog](https://github.com/elixir-cldr/cldr_numbers/blob/master/CHANGELOG.md)
- [Commits](elixir-cldr/cldr_numbers@v2.16.1...v2.24.0)

---
updated-dependencies:
- dependency-name: ex_cldr_numbers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants