|
4 | 4 |
|
5 | 5 | - Fix invalid_currency error definition
|
6 | 6 | - Add Russian translation for errors
|
| 7 | +- Loosen money version to ~> 6.13 |
| 8 | +- Loosen monetize version to ~> 1.9 |
7 | 9 |
|
8 | 10 | ## 1.14.0
|
9 | 11 |
|
|
44 | 46 |
|
45 | 47 | - Bump money version to ~> 6.12.0
|
46 | 48 | - Bump monetize version to ~> 1.9.0
|
47 |
| -- BREAKING CHANGE: Fix to rounding logic in this version from 1.11.0 can cause breaking changes for those relying on the incorrect behavior. Eee [the issue](https://github.com/RubyMoney/money-rails/issues/608) for details. |
| 49 | +- BREAKING CHANGE: Fix to rounding logic in this version from 1.11.0 can cause breaking changes for those relying on the incorrect behavior. See [the issue](https://github.com/RubyMoney/money-rails/issues/608) for details. |
48 | 50 |
|
49 | 51 | ## 1.11.0
|
50 | 52 |
|
|
82 | 84 | - Fix attribute order possibly affecting the value of monetized attribute
|
83 | 85 | - Add support for RailsAdmin (use :money type)
|
84 | 86 | - Raise error when gem was unable to infer monetized attribute name
|
85 |
| -- Revert decimal mark and thousands separator addtion, since formatting should depend on country and locale, instead of currency |
| 87 | +- Revert decimal mark and thousands separator addition, since formatting should depend on country and locale, instead of currency |
86 | 88 |
|
87 | 89 | ## 1.6.1
|
88 | 90 |
|
|
146 | 148 | ## 1.1.0
|
147 | 149 |
|
148 | 150 | - Update dependencies to money 6.4.x and monetize 1.0.x.
|
149 |
| -- Make subunit setter (e.g. `#price_cents=`) set the `before_type_cast...` va |
150 |
| - riable. (Fixes validation errors.) |
| 151 | +- Make subunit setter (e.g. `#price_cents=`) set the `before_type_cast...` |
| 152 | + variable. (Fixes validation errors.) |
151 | 153 | - use HashWithIndifferentAccess instead of Hash for
|
152 | 154 | ActiveRecord::Base::monetized_attributes
|
153 | 155 | - Let the 'monetize' test helper work when testing against the model's class,
|
|
157 | 159 | - Upgrade specs to RSpec 3
|
158 | 160 | - Use #respond_to? instead of #try? when monetizing an aliased attribute.
|
159 | 161 | - Allow aliased attributes to be monetized
|
160 |
| -- Fix compatability issue with Rails 4.2 |
| 162 | +- Fix compatibility issue with Rails 4.2 |
161 | 163 | - Allow empty string as thousands separator.
|
162 | 164 | - Allow using a lambda to set default_currency
|
163 | 165 |
|
|
0 commit comments