All Versions
43
Latest Version
Avg Release Cycle
53 days
Latest Release
-

Changelog History
Page 1

  • v6.17.0 Changes

    • 👍 Allow true for thousands_separator
  • v6.16.0 Changes

    • ➕ Add Money.from_cents alias as a more explicit initializer, it's the same as Money.new
  • v6.15.0 Changes

    • ➕ Add :delimiter_pattern option to the Formatter
  • v6.14.1 Changes

    • 🛠 Fix CHF format regression introduced in v6.14.0
    • Fix deprecation warning in #format_decimal_part
  • v6.14.0 Changes

    • 🛠 Fix Bahraini dinar symbol
    • 0️⃣ Raise exception when default currency is not set or passed as parameter
    • 👍 Allow specifying default_bank as a lambda
    • 👍 Allow passing a default format in currencies definition only valid without symbol_position
    • Always allow comparison with zero Money
    • 0️⃣ Rename Money.infinite_precision to default_infinite_precision
    • ➕ Add Currency.reset! method to reload all the default currency definitions
    • 🛠 Fix edgecase for Money#allocate when applying to array of all zero values
  • v6.13.8 Changes

    • ⚡️ Update symbol for XOF
    • ⚡️ Update UYU currency symbol
    • 👍 Allow double conversion using same bank
    • Warn when using unsafe serializer for rate import
    • 🚚 Move Icelandic symbol after the amount
  • v6.13.7 Changes

    January 05, 2020
    • 👌 Improve deprecation warnings for the upcoming major release
  • v6.13.6 Changes

    December 04, 2019
    • 🛠 Fix a regression introduced in 6.13.5 that broken RatesStore::Memory subclasses
  • v6.13.5 Changes

    December 01, 2019
    • ⚠ Raise warning on using Money.default_currency
    • ⚠ Raise warning on using default Money.rounding_mode
    • ➕ Add Second Ouguiya MRU 929 to currency iso file
    • ➕ Add symbol for UZS
    • 👉 Use monitor for recursive mutual exclusion in RatesStore::Memory
    • 👍 Allow passing store as a string to Money::Bank::VariableExchange (to support Rails 6)
  • v6.13.4 Changes

    June 10, 2019
    • ⚡️ Update currency config for Zambian Kwacha (ZMW)
    • Do not modify options passed to FormattingRules