Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2023

Bumps ex_money from 5.12.4 to 5.15.0.

Release notes

Sourced from ex_money's releases.

Money version 5.15.0

Enhancements

  • Adds an option :no_fraction_if_integer to Money.to_string/2. If truthy this option will set fractional_digits: 0 if money is an integer value. This may be helpful in cases where integer money amounts such as Money.new(:USD, 1234) should be formatted as $1,234 rather than $1,234.00.

Money version 5.14.1

Bug Fixes

  • Fix Looger.warn/1 warnings by moving to Logger.warning/1.

  • Fix failing test case.

Money version 5.14.0

Enhancements

  • Adds Money.integer?/1 to return a boolean indicatng if a money amount is an integer value (ie has no significant fractional digits).

Money version 5.13.0

Enhancements

  • Updates to ex_cldr version 2.37.0 which includes data from CLDR release 43

  • Tests now assume Decimal ~> 2.0 since the Inspect protocol implementation now emits executable code examples.

Changelog

Sourced from ex_money's changelog.

Money v5.15.0

This is the changelog for Money v5.15.0 released on July 24th, 2023. For older changelogs please consult the release tag on GitHub

Note ex_money 5.13.0 is supported on Elixir 1.11 and later versions only. It also requires ex_cldr_numbers 2.31 or later.

Enhancements

  • Adds an option :no_fraction_if_integer to Money.to_string/2. If truthy this option will set fractional_digits: 0 if money is an integer value. This may be helpful in cases where integer money amounts such as Money.new(:USD, 1234) should be formatted as $1,234 rather than $1,234.00.

Money v5.14.1

This is the changelog for Money v5.14.1 released on July 23rd, 2023. For older changelogs please consult the release tag on GitHub

Note ex_money 5.13.0 is supported on Elixir 1.11 and later versions only. It also requires ex_cldr_numbers 2.31 or later.

Bug Fixes

  • Fix Looger.warn/1 warnings by moving to Logger.warning/1.

  • Fix failing test case.

Money v5.14.0

This is the changelog for Money v5.14.0 released on April 29th, 2023. For older changelogs please consult the release tag on GitHub

Note ex_money 5.13.0 is supported on Elixir 1.11 and later versions only. It also requires ex_cldr_numbers 2.31 or later.

Enhancements

  • Adds Money.integer?/1 to return a boolean indicatng if a money amount is an integer value (ie has no significant fractional digits).

Money v5.13.0

This is the changelog for Money v5.13.0 released on April 28th, 2023. For older changelogs please consult the release tag on GitHub

Note ex_money 5.13.0 is supported on Elixir 1.11 and later versions only. It also requires ex_cldr_numbers 2.31 or later.

Enhancements

  • Updates to ex_cldr version 2.37.0 which includes data from CLDR release 43

  • Tests now assume Decimal ~> 2.0 since the Inspect protocol implementation now emits executable code examples.

Commits

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_money](https://github.com/kipcole9/money) from 5.12.4 to 5.15.0.
- [Release notes](https://github.com/kipcole9/money/releases)
- [Changelog](https://github.com/kipcole9/money/blob/master/CHANGELOG.md)
- [Commits](kipcole9/money@v5.12.4...v5.15.0)

---
updated-dependencies:
- dependency-name: ex_money
  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 Jul 24, 2023
@bundlemon
Copy link

bundlemon bot commented Jul 24, 2023

BundleMon

Unchanged files (7)
Status Path Size Limits
static/css/app.css
492.34KB -
static/js/dashboard.js
318.58KB -
static/js/app.js
40.11KB -
static/js/embed.host.js
5.58KB -
static/js/embed.content.js
5.08KB -
tracker/js/plausible.js
742B -
static/js/applyTheme.js
314B -

No change in files bundle size

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

@vinibrsl vinibrsl merged commit 7927448 into master Jul 24, 2023
@vinibrsl vinibrsl deleted the dependabot/hex/ex_money-5.15.0 branch July 24, 2023 09:31
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.

1 participant