Skip to content

Money version 3.2.0

Compare
Choose a tag to compare
@kipcole9 kipcole9 released this 01 Feb 14:26

Bug Fixes

  • Correctly generate migrations_path/1 function based upon whether Ecto 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 a Money.t or an error. This function may be helpful in supporting money input in HTML forms.