Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

38 lines (32 loc) · 1.08 KB

Changelog

1.5.0

  • Added extra currencies:
    • Azerbaijani manat
    • Chinese yuan
    • Czech koruna
    • Hungarian forint
    • Indinan rupee
    • Russian ruble
    • Turkish Lira
    • Ukrainian Hryvnia
    • Swiss Frank
    • Polish Zloty
    • Kazakhstani Tenge

1.4.0

  • Required Forwardable on Collection to resolve NameError #44
  • Add capability to parse currency amounts given with suffixes (K, M, B, and T)

1.3.0

  • Add NilClass extension
  • Added correct parsing of Brazilian Real $R symbol
  • Add testing task for Brazilian Real parsing
  • Add Lira Sign (₤) as a symbol for GBP

1.3.1

  • Updated Money version dependency to 6.6

master

  • Fixed support for Money.infinite_precision = true in .to_money
  • Add Rubocop config to project
  • Reformat code to adapt to Rubocop guidelines
  • Add config setting to always enforce currency delimiters
  • Add rake console task
  • Fix issue where parsing a Money object resulted in a Money object with its currency set to Money.default_currency, rather than the currency that it was sent in as.