Monetize v1.5.0 Release Notes

Release Date: 2016-12-28 // over 7 years ago
    • 🛠 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.
    • ➕ Add extra currencies:
      • Azerbaijani manat
      • Chinese yuan
      • Czech koruna
      • Hungarian forint
      • Indian rupee
      • Russian ruble
      • Turkish Lira
      • Ukrainian Hryvnia
      • Swiss Frank
      • Polish Zloty
      • Kazakhstani Tenge
    • 🛠 Fix issue with losing precision on BigDecimal input
    • ➕ Add Swedish krona
    • 📜 Exclude ambiguous kr symbol from parsing
    • 🛠 Fix JPY parsing
    • Subclass all errors to Monetize::Error
    • 🛠 Fix ruby 1.9.3 compatibility
    • 📜 Suppress errors when using parse. Use parse! instead
    • 📜 Strip currency symbol prefix when parsing input