|
46 | 46 |
|
47 | 47 | - Bump money version to ~> 6.12.0
|
48 | 48 | - Bump monetize version to ~> 1.9.0
|
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. 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. |
50 | 50 |
|
51 | 51 | ## 1.11.0
|
52 | 52 |
|
|
84 | 84 | - Fix attribute order possibly affecting the value of monetized attribute
|
85 | 85 | - Add support for RailsAdmin (use :money type)
|
86 | 86 | - Raise error when gem was unable to infer monetized attribute name
|
87 |
| -- 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 |
88 | 88 |
|
89 | 89 | ## 1.6.1
|
90 | 90 |
|
|
148 | 148 | ## 1.1.0
|
149 | 149 |
|
150 | 150 | - Update dependencies to money 6.4.x and monetize 1.0.x.
|
151 |
| -- Make subunit setter (e.g. `#price_cents=`) set the `before_type_cast...` va |
152 |
| - riable. (Fixes validation errors.) |
| 151 | +- Make subunit setter (e.g. `#price_cents=`) set the `before_type_cast...` |
| 152 | + variable. (Fixes validation errors.) |
153 | 153 | - use HashWithIndifferentAccess instead of Hash for
|
154 | 154 | ActiveRecord::Base::monetized_attributes
|
155 | 155 | - Let the 'monetize' test helper work when testing against the model's class,
|
|
159 | 159 | - Upgrade specs to RSpec 3
|
160 | 160 | - Use #respond_to? instead of #try? when monetizing an aliased attribute.
|
161 | 161 | - Allow aliased attributes to be monetized
|
162 |
| -- Fix compatability issue with Rails 4.2 |
| 162 | +- Fix compatibility issue with Rails 4.2 |
163 | 163 | - Allow empty string as thousands separator.
|
164 | 164 | - Allow using a lambda to set default_currency
|
165 | 165 |
|
|
0 commit comments