All Versions
23
Latest Version
Avg Release Cycle
112 days
Latest Release
849 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.12.1 Changes
November 23, 2022๐ This release rolls back the breaking change in Money.parse .
๐ Support exponential notation feature will be added in the next major release.๐ ๐Bug Fixes
- โ Remove support exponential notation for Money.parse (#192) (#198)
-
v1.12.0 Changes
November 18, 2022๐Enhancements
- ๐ Fix PEN currency symbol (#191)
- Migrate from travis ci to github actions (#193)
- ๐ Support exponential notation for Money.parse (#192)
- โ Add readme section about using Decimal (#194)
- โฌ๏ธ Bump dependencies (#186)(#187)(#196)
-
v1.11.0 Changes
August 15, 2022๐Enhancements
- Suggest using varchar instead of char on postgres (#178)
- ๐ Fix symbol_space with negative values (#180)
- Fix to_string to use the minus_sign_first option (#181)
- Adds support for strip_insignificant_fractional_unit option to to_string (#183)
- ๐ Fix Canadian and Singaporean Dollar symbols (#185)
-
v1.10.0 Changes
April 10, 2022๐Enhancements
- ๐ Allow rounding Money values with Decimal (#177)
- ๐ Parse with Decimal if present (#176)
- ๐ Display minus sign before the currency symbol (fixes #154) (#173)
-
v1.9.0 Changes
๐Enhancements
- โ Add Bolivar Soberano (#155)
- ๐ Improve Money.to_decimal to respect decimal places (#157)
- โ Add :code option for to_string rendering (#161)
- ๐ Allow Phoenix HTML 2.0 or 3.0 (#168)
- ๐ Support multiplying money by a decimal (#167)
- ๐ Use the rounding algorithm set in Decimal's context (#166)
๐ ๐Bug Fixes
- ๐ Fix bug when using Money.to_decimal with amount 0 (#158)
-
v1.8.0 Changes
October 04, 2020๐Enhancements
- ๐ Improves error message when Money.parse! fails
- โ Add Money.cmp/2 function
- โ Add [email protected] to optional list in mix.exs
๐ ๐Bug Fixes
- ๐ Fix: avoic float rounding in Money.to_string
- ๐ Fix some type specs (did not include valid types)
- ๐ Fix Elixir 1.11.0 complain about variable usage
- ๐ Fix duplicate doc for Money.Currency.get/1
-
v1.7.0 Changes
March 01, 2020๐Enhancements
- โ Add Elixir 1.9 and 1.10 to CI [#97]
- ๐ Support embedded schema for
Money.Ecto.Amount.Type
andMoney.Ecto.Map.Type
ecto types - ๐ Support parsing
%Decimal{}
values inparse/3
andparse!/3
functions - ๐ Support
Money.to_decimal/1
to return the value as%Decimal{}
- โ Add currency ISO 4217 numbers support
Money.equals?
no longer raises when comparing different currencies- ๐
Money.parse
andMoney.parse!
now accept any number as argument
-
v1.6.1 Changes
October 28, 2019๐ ๐Bug Fixes
- โช Revert Money.Ecto.Amount.Type casting to integer. This behavior leads to the fact that the structures after casting and loading from the database are different. Details #116
-
v1.6.0 Changes
September 22, 2019๐Enhancements
- Strip insignificant zeros [#76]
- Check for the new using block for Ecto.Type in Ecto 3.2 [#112]
- ๐ Fix delimeter typo [#113]
- Money.Ecto.Amount.Type now casting to integer [#114]
-
v1.5.1 Changes
September 11, 2019๐ See the CHANGELOG