Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 2.59 KB

CHANGELOG.md

File metadata and controls

59 lines (35 loc) · 2.59 KB

X.X.X (Next)

  • Your contribution here.

3.0.2 (2023-03-22)

  • #30: Update money_range_to_text to receive format parameter for optional formatting - @leamotta.

3.0.1 (2023-03-21)

  • #29: Update money_range_to_text to receive with_currency parameter for optional ISO code printing - @leamotta.

3.0.0 (2022-02-16)

  • #27: Update money_to_text to pass format options to Money#format for additional features such as no_cents - @agrberg.

2.0.0 (2021-09-20)

Breaking Changes

  • #20: Update money_to_text and money_range_to_text to expect amounts in minor unit and simplify formatting; drop support for Ruby 2.3 and 2.4 - @starsirius

1.0.2 (2019-04-19)

1.0.1 (2017-04-03)

  • Relaxed activesupport version dependency - @dblock.
  • The money_to_text method now takes options - @mzikherman.
  • Added symbol_with_optional_iso_code - @mzikherman.

1.0.0 (2015-03-07)

  • Added compatibility with Money 6.5.1+, including new currency symbols - @syakhmi.

0.0.5 (2014-04-12)

  • Added compatibility with Money 6.1+ - @syakhmi.
  • Dropped support for pre 6.0 versions of Money - @syakhmi.

0.0.4 (2014-01-08)

  • Added compatibility with Money 6.x - @dblock.
  • Avoid failing on deprecated currencies (such as ITL) - @joeyAghion.

0.0.3 (2013-07-17)

  • Added support for currencies that don't have a symbol, eg. Uzbekistan Som (UZS) - @dblock.

0.0.2 (2013-07-16)

  • Added unit tests - @syakhmi.
  • Added support for Cambodian riel - @syakhmi.
  • Added dependencies to gemspec - @syakhmi.
  • Now defaults to USD when currency not specified - @syakhmi.

0.0.1 (2013-07-12)