|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 1.9.1 |
| 4 | +- Ruby 2.6 support |
| 5 | + |
| 6 | +## 1.9.0 |
| 7 | +- Relax Money gem dependency to ~> 6.12 |
| 8 | +- Refactor `Monetize::Parser` |
| 9 | +- Ruby 2.5 support |
| 10 | + |
| 11 | +## 1.8.0 |
| 12 | +- Money version updated to 6.11.2 |
| 13 | +- Fix rounding problem in `.from_bigdecimal` |
| 14 | + |
| 15 | +## 1.7.0 |
| 16 | +- Add South Korean Won currency |
| 17 | +- Money version updated to 6.9 |
| 18 | +- Coveralls version update to 0.8.20 |
| 19 | +- Add South Korean Won currency |
| 20 | +- Improve conversion to Money from Hash |
| 21 | + |
| 22 | +## 1.6.0 |
| 23 | +- Ruby 2.4.0 support |
| 24 | +- Money version updated to 6.8 |
| 25 | + |
3 | 26 | ## 1.5.0
|
4 |
| -- Added extra currencies: |
| 27 | +- Fix issue where parsing a Money object resulted in a Money object with its currency set to `Money.default_currency`, |
| 28 | + rather than the currency that it was sent in as. |
| 29 | +- Add extra currencies: |
5 | 30 | - Azerbaijani manat
|
6 | 31 | - Chinese yuan
|
7 | 32 | - Czech koruna
|
8 | 33 | - Hungarian forint
|
9 |
| - - Indinan rupee |
| 34 | + - Indian rupee |
10 | 35 | - Russian ruble
|
11 | 36 | - Turkish Lira
|
12 | 37 | - Ukrainian Hryvnia
|
13 | 38 | - Swiss Frank
|
14 | 39 | - Polish Zloty
|
15 | 40 | - Kazakhstani Tenge
|
16 |
| - |
| 41 | +- Fix issue with losing precision on BigDecimal input |
| 42 | +- Add Swedish krona |
| 43 | +- Exclude ambiguous kr symbol from parsing |
| 44 | +- Fix JPY parsing |
| 45 | +- Subclass all errors to Monetize::Error |
| 46 | +- Fix ruby 1.9.3 compatibility |
| 47 | +- Suppress errors when using parse. Use `parse!` instead |
| 48 | +- Strip currency symbol prefix when parsing input |
17 | 49 |
|
18 | 50 | ## 1.4.0
|
| 51 | +- Fixed support for <code>Money.infinite_precision = true</code> in .to_money |
| 52 | +- Add Rubocop config to project |
| 53 | +- Reformat code to adapt to Rubocop guidelines |
| 54 | +- Add config setting to always enforce currency delimiters |
| 55 | +- Add rake console task |
19 | 56 | - Required Forwardable on Collection to resolve NameError [\#44](https://github.com/RubyMoney/monetize/issues/44)
|
20 | 57 | - Add capability to parse currency amounts given with suffixes (K, M, B, and T)
|
21 | 58 |
|
| 59 | +## 1.3.1 |
| 60 | +- Updated Money version dependency to 6.6 |
| 61 | + |
22 | 62 | ## 1.3.0
|
23 |
| -- Add NilClass extension |
24 |
| -- Added correct parsing of Brazilian Real $R symbol |
25 |
| -- Add testing task for Brazilian Real parsing |
26 | 63 | - Add Lira Sign (₤) as a symbol for GBP
|
27 | 64 |
|
28 |
| -## 1.3.1 |
29 |
| -- Updated Money version dependency to 6.6 |
| 65 | +## 1.2.0 |
| 66 | +- Add support for parsing Yen symbol |
| 67 | +- Add `Monetize.parse_collection` and `Monetize::Collection` class for parsing multiple values |
| 68 | +- Add parsing of C$ for Canadian Dollar |
| 69 | +- Add NilClass extension |
| 70 | +- Add Hash extension |
30 | 71 |
|
31 |
| -## master |
32 |
| -- Fixed support for <code>Money.infinite_precision = true</code> in .to_money |
33 |
| -- Add Rubocop config to project |
34 |
| -- Reformat code to adapt to Rubocop guidelines |
35 |
| -- Add config setting to always enforce currency delimiters |
36 |
| -- Add rake console task |
37 |
| -- Fix issue where parsing a Money object resulted in a Money object with its currency set to `Money.default_currency`, |
38 |
| - rather than the currency that it was sent in as. |
| 72 | +## 1.1.0 |
| 73 | +- Add :assume_from_symbol option to #parse |
| 74 | +- Enable #parse to detect currency with signed amounts |
| 75 | +- Updated Money version dependency to 6.5.0 |
| 76 | + |
| 77 | +## 1.0.0 |
| 78 | +- Updated Money version dependency to 6.4.0 |
| 79 | + |
| 80 | +## 0.4.1 |
| 81 | +- Updated Money version dependency to 6.2.1 |
| 82 | + |
| 83 | +## 0.4.0 |
| 84 | +- Added correct parsing of Brazilian Real $R symbol |
| 85 | +- Add testing task for Brazilian Real parsing |
| 86 | +- Updated Money version dependency to 6.2.0 |
0 commit comments