All Versions
20
Latest Version
Avg Release Cycle
161 days
Latest Release
-

Changelog History
Page 1

  • v1.12.0 Changes

    • ๐Ÿš… Update to_money to match money-rails to_hash.
  • v1.11.0 Changes

    • ๐Ÿ“œ When parsing a string assume a single separator to be a decimal mark when number starts with 0
  • v1.10.0 Changes

    • When using the assume_from_symbol option, the currency in the input string will be used over the assumed currency based on symbol. For example, $1.05 CAD will use CAD instead of USD.
  • v1.9.4 Changes

    January 07, 2020
    • ๐Ÿ›  Fix symbol parsing that are surrounded by other characters
  • v1.9.3 Changes

    January 01, 2020
    • ๐Ÿ›  Fix input parsing when currency symbol after the amount
  • v1.9.2 Changes

    July 06, 2019
    • ๐Ÿ“œ Respect Money.rounding_mode when parsing strings
    • ๐Ÿ—„ Deprecate Monetize.extract_cents
  • v1.9.1 Changes

    February 16, 2019
    • ๐Ÿ’Ž Ruby 2.6 support
  • v1.9.0 Changes

    August 11, 2018
    • ๐Ÿ˜Œ Relax Money gem dependency to ~> 6.12
    • ๐Ÿ”จ Refactor Monetize::Parser
    • ๐Ÿ’Ž Ruby 2.5 support
  • v1.8.0 Changes

    May 03, 2018
    • โšก๏ธ Money version updated to 6.11.2
    • ๐Ÿ›  Fix rounding problem in .from_bigdecimal
  • v1.7.0 Changes

    May 24, 2017
    • โž• Add South Korean Won currency
    • โšก๏ธ Money version updated to 6.9
    • โšก๏ธ Coveralls version update to 0.8.20
    • โž• Add South Korean Won currency
    • ๐Ÿ‘Œ Improve conversion to Money from Hash