All Versions
20
Latest Version
Avg Release Cycle
161 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v1.6.0 Changes
January 05, 2017- ๐ Ruby 2.4.0 support
- โก๏ธ Money version updated to 6.8
-
v1.5.0 Changes
December 28, 2016- ๐ 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
- ๐ Fix issue where parsing a Money object resulted in a Money object with its currency set to
-
v1.4.0 Changes
January 15, 2016- 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
- ๐ Required Forwardable on Collection to resolve NameError #44
- โ Add capability to parse currency amounts given with suffixes (K, M, B, and T)
-
v1.3.1 Changes
- โก๏ธ Updated Money version dependency to 6.6
-
v1.3.0 Changes
- โ Add Lira Sign (โค) as a symbol for GBP
-
v1.2.0 Changes
- โ Add support for parsing Yen symbol
- โ Add
Monetize.parse_collection
andMonetize::Collection
class for parsing multiple values - โ Add parsing of C$ for Canadian Dollar
- โ Add NilClass extension
- โ Add Hash extension
-
v1.1.0 Changes
- Add :assume_from_symbol option to #parse
- ๐ Enable #parse to detect currency with signed amounts
- โก๏ธ Updated Money version dependency to 6.5.0
-
v1.0.0 Changes
- โก๏ธ Updated Money version dependency to 6.4.0
-
v0.4.1 Changes
- โก๏ธ Updated Money version dependency to 6.2.1
-
v0.4.0 Changes
- โ Added correct parsing of Brazilian Real $R symbol
- โ Add testing task for Brazilian Real parsing
- โก๏ธ Updated Money version dependency to 6.2.0