All Versions
23
Latest Version
Avg Release Cycle
112 days
Latest Release
513 days ago

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 and Money.Ecto.Map.Type ecto types
    • ๐Ÿ‘Œ Support parsing %Decimal{} values in parse/3 and parse!/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 and Money.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