You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
This is the changelog for Money v5.15.1 released on October 10th, 2023. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)
6
6
7
-
**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.
7
+
**Note**`ex_money` 5.13.0 and later is supported on Elixir 1.11 and later versions only. It also requires `ex_cldr_numbers 2.31` or later.
8
8
9
9
### Bug Fixes
10
10
@@ -14,8 +14,6 @@ This is the changelog for Money v5.15.1 released on October 10th, 2023. For old
14
14
15
15
This is the changelog for Money v5.15.0 released on July 24th, 2023. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)
16
16
17
-
**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.
18
-
19
17
### Enhancements
20
18
21
19
* 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`.
@@ -24,8 +22,6 @@ This is the changelog for Money v5.15.0 released on July 24th, 2023. For older
24
22
25
23
This is the changelog for Money v5.14.1 released on July 23rd, 2023. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)
26
24
27
-
**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.
28
-
29
25
### Bug Fixes
30
26
31
27
* Fix `Looger.warn/1` warnings by moving to `Logger.warning/1`.
@@ -36,8 +32,6 @@ This is the changelog for Money v5.14.1 released on July 23rd, 2023. For older
36
32
37
33
This is the changelog for Money v5.14.0 released on April 29th, 2023. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)
38
34
39
-
**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.
40
-
41
35
### Enhancements
42
36
43
37
* Adds `Money.integer?/1` to return a boolean indicatng if a money amount is an integer value (ie has no significant fractional digits).
@@ -46,8 +40,6 @@ This is the changelog for Money v5.14.0 released on April 29th, 2023. For older
46
40
47
41
This is the changelog for Money v5.13.0 released on April 28th, 2023. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)
48
42
49
-
**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.
50
-
51
43
### Enhancements
52
44
53
45
* Updates to [ex_cldr version 2.37.0](https://hex.pm/packages/ex_cldr/2.37.0) which includes data from [CLDR release 43](https://cldr.unicode.org/index/downloads/cldr-43)
0 commit comments