Money version 3.2.0
Bug Fixes
- Correctly generate
migrations_path/1
function based upon whetherEcto
is configured and which version
Enhancements
- Adds
Money.parse/2
which will parse a string comprising a currency code and an amount. It will return aMoney.t
or an error. This function may be helpful in supporting money input in HTML forms.