- Your contribution here.
- #29: Update
money_range_to_text
to receivewith_currency
parameter for optional ISO code printing - @leamotta.
- #27: Update
money_to_text
to passformat
options toMoney#format
for additional features such asno_cents
- @agrberg.
- #20: Update
money_to_text
andmoney_range_to_text
to expect amounts in minor unit and simplify formatting; drop support for Ruby 2.3 and 2.4 - @starsirius
- Relaxed activesupport version dependency - @dblock.
- The
money_to_text
method now takes options - @mzikherman. - Added
symbol_with_optional_iso_code
- @mzikherman.
- Added compatibility with Money 6.5.1+, including new currency symbols - @syakhmi.
- Added compatibility with Money 6.1+ - @syakhmi.
- Dropped support for pre 6.0 versions of Money - @syakhmi.
- Added compatibility with Money 6.x - @dblock.
- Avoid failing on deprecated currencies (such as ITL) - @joeyAghion.
- Added support for currencies that don't have a symbol, eg. Uzbekistan Som (UZS) - @dblock.
- Added unit tests - @syakhmi.
- Added support for Cambodian riel - @syakhmi.
- Added dependencies to gemspec - @syakhmi.
- Now defaults to USD when currency not specified - @syakhmi.
- Initial public release - @syakhmi.