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