Ex_Money v3.2.0 Release Notes

  • ๐Ÿš€ This is the changelog for Money v3.2.0 released on February 1st, 2019. For older changelogs please consult the release tag on GitHub

    ๐Ÿ› 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.