All Versions
43
Latest Version
Avg Release Cycle
53 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v6.17.0 Changes
- ๐ Allow true for
thousands_separator
- ๐ Allow true for
-
v6.16.0 Changes
- โ Add
Money.from_cents
alias as a more explicit initializer, it's the same asMoney.new
- โ Add
-
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