Changelog for
ruby2.5-rubygem-money-6.19.0-lp153.1.2.x86_64.rpm :
* Fri Jun 21 2024 Dan Čermák
- ## Upcoming- [#]# 6.19.0- Change Peruvian Sol (PEN) decimal mark and thousands separator.- Improves Precision and Simplifies Allocation Logic- explicit declaration of i18n locales- Add space to CHF format- Update deprecation message to suggest correct formatting. [#]# 6.18.0- Add second dobra (STN) from São Tomé and Príncipe- Correct South African Rand (ZAR) to use comma decimal mark, and space thousands separator- Use euro symbol as html_entity for euro currency- Update Georgian Lari symbol- Add Ruby 3.1 and 3.2 to the CI matrix- Add `Money.from_dollars` alias as a more explicit initializer, it\'s the same as `Money.from_amount`- Mark Croatian Kuna (HRK) as obsolete by moving its definition to the backwards compatibility data source [#]# 6.17.0- Allow true for `thousands_separator`
* Thu Jun 24 2021 Stephan Kulow updated to version 6.16.0 see installed CHANGELOG.md
* Wed Jan 20 2021 Stephan Kulow updated to version 6.14.0 see installed CHANGELOG.md [#]# 6.13.9 - Fix edgecase for Money#allocate when applying to array of all zero values
* Mon Jul 13 2020 Manuel Schnitzer - updated to version 6.13.8
* Update symbol for XOF
* Update UYU currency symbol
* Allow double conversion using same bank
* Warn when using unsafe serializer for rate import
* Move Icelandic symbol after the amount
* Mon Jan 27 2020 Manuel Schnitzer - updated to version 6.13.7
* Improve deprecation warnings for the upcoming major release
* Sat Dec 14 2019 Manuel Schnitzer - updated to version 6.13.6
* Fix a regression introduced in 6.13.5 that broken RatesStore::Memory subclasses [#]# 6.13.5
* Raise warning on using Money.default_currency
* Raise warning on using default Money.rounding_mode
* Add Second Ouguiya MRU 929 to currency iso file
* Add symbol for UZS
* Use monitor for recursive mutual exclusion in RatesStore::Memory
* Allow passing store as a string to Money::Bank::VariableExchange (to support Rails 6)
* Mon Jul 08 2019 Manuel Schnitzer - updated to version 6.13.4
* Update currency config for Zambian Kwacha (ZMW)
* Do not modify options passed to FormattingRules
* Sun May 05 2019 Stephan Kulow - updated to version 6.13.3 see installed CHANGELOG.md [#]# 6.13.3 - Remove specs from the packaged gem - Use Currency::Loader directly without extending - Add Money.with_rounding_mode as a replacement for calling Money.roudning_mode with a block - Fix currency search for two digit ISO numbers - Add description to TypeError raised by +/- operations
* Mon Jan 14 2019 Stephan Kulow - updated to version 6.13.2 see installed CHANGELOG.md [#]# 6.13.2 - Prevent Money initialization with non-finite amounts - Convert the fractional value of a Money object to BigDecimal when initializing - Offer replacements for currency position deprecations - Fix Peruvian Sol symbol - Lock i18n to <= 1.2.0 for older (< 2.3) rubies - Prevent Divide By Zero in `Money#allocate`
* Mon Jan 14 2019 mschnitzerAATTsuse.com- updated to version 6.13.2
* Prevent Money initialization with non-finite amounts
* Convert the fractional value of a Money object to BigDecimal when initializing
* Offer replacements for currency position deprecations
* Fix Peruvian Sol symbol
* Lock i18n to <= 1.2.0 for older (< 2.3) rubies
* Prevent Divide By Zero in `Money#allocate`
* Mon Oct 29 2018 mschnitzerAATTsuse.com- updated to version 6.13.1
* Add bolívar soberano (VES)
* Deprecate bolívar fuerte (VEF)
* Deprecate old `#format` rules passed as a symbol
* Clarify `use_i18n` deprecation
* Add `:currency` locale_backend for explicit per-currency localization
* Thu Jul 12 2018 factory-autoAATTkulow.org- updated to version 6.12.0 see installed CHANGELOG.md [#]# 6.12.0 - Remove caching of `.empty`/`.zero` - Preserve assigned bank when rounding - Always round the fractional part when calling `#round` - Wrap all amount parts when `:html_wrap` option is used - Deprecate `#currency_as_string` and `#currency_as_string=` (in favour of `#with_currency`) - Add `#with_currency` for swapping the currency - Rewrite allocate/split (fixing some penny loosing issues)
* Wed May 16 2018 factory-autoAATTkulow.org- updated to version 6.11.3 see installed CHANGELOG.md [#]# 6.11.3 - Fix regression: if enabled use i18n locales in Money#to_s
* Fri May 04 2018 factory-autoAATTkulow.org- updated to version 6.11.2 see installed CHANGELOG.md [#]# 6.11.2 - Fix regression: ignore formatting defaults for Money#to_s [#]# 6.11.1 - Fix issue with adding non-USD money to zero (used when calling `.sum` on an array)
* Mon Apr 30 2018 factory-autoAATTkulow.org- updated to version 6.11.1 see installed CHANGELOG.md
* Mon Apr 09 2018 factory-autoAATTkulow.org- updated to version 6.11.0 see installed CHANGELOG.md [#]# 6.11.0 - Support i18n 1.0 - Update yard dependency to 0.9.11 - Support for ruby 2.5.0 - Add inheritance for currency definitions - Added new symbol for bitcoin denomination - Specify custom rounding precision when using `infinite_precision` - Allow splits with sums greater than 1 - Prevent arithmetic methods from loosing reference to the bank - Fix coerced zero numeric subtraction - Fix south asian formatting to support whole numbers - Refactor formatting logic
* Tue Jan 09 2018 cooloAATTsuse.com- updated to version 6.10.1 see installed CHANGELOG.md [#]# 6.10.1 - Fix an issue with Money.empty memoization
* Sun Dec 03 2017 cooloAATTsuse.com- updated to version 6.10.0 see installed CHANGELOG.md [#]# 6.10.0 - Added support for i18n version 0.9 - Disabled rounding when verifying allocation splits - Added Chinese Yuan Offshore (CNH) - Fixed html_entity for ARS - Fixed KZT symbol - Allowed comparing cross currency when both are zero - Fixed memory rate store - Corrected HUF subunit and thousands separator config
* Tue May 23 2017 cooloAATTsuse.com- updated to version 6.9.0 see installed CHANGELOG.md [#]# 6.9.0 - Extracted heuristics into money-heuristics gem [#]# 6.8.4 - Resolving NIO ambiguity with CAD - Display the BBD $ symbol before digits - Symbol first for NIO and PAB currencies
* Fri Apr 07 2017 cooloAATTsuse.com- updated to version 6.8.3 see installed CHANGELOG.md [#]# 6.8.3 - Added support for the British Penny (GBX) - Fixed LKR currency html_entity symbol
* Sat Mar 11 2017 cooloAATTsuse.com- updated to version 6.8.2 see installed CHANGELOG.md [#]# 6.8.2 - Removed subunits for HUF - Fixed `#from_amount` accepting `nil` as currency_code - Relaxed i18n version (< 0.9) - Set symbol for UZS - Added disambiguate_symbol for XFU - Fixed Peruvian Sol name - Fixed symbol_first for VND (now `false`)
* Sat Jan 14 2017 cooloAATTsuse.com- updated to version 6.8.1 see installed CHANGELOG.md [#]# 6.8.1 - Fixed issue with calling `format` on a frozen `Money` object
* Wed Jan 04 2017 cooloAATTsuse.com- updated to version 6.8.0 see installed CHANGELOG.md [#]# 6.8.0 - Ruby 2.4.0 support - Fixed UZS syntax - Fixed HUF smallest denomination - Fixed ruby 1.9 issues - Fixed html entity for COP - Updated all currency decimals to ISO-4217 - Fixed money allocation for negative amounts - Fixed symbol_first for RON - Fixed disambiguate option when symbol is set to true - Fixed thousands separator for CZK - Improved formatter performance by precaching I18n calls
* Mon May 09 2016 cooloAATTsuse.com- updated to version 6.7.1 see installed CHANGELOG.md [#]# 6.7.1 - Changed DKK symbol from \'kr\' to \'kr.\' - Improved Money::Formatting#format docs - Updated VEF symbol from \'Bs F\' to \'Bs\' - `Currency#exponent` now returns Fixnum - Fixed coercion issues - Fixed edge case with explicit override of thousands separator and decimal mark - `Money#==` will now raise error for non-zero numeric values - Fixed divmod - Added disambiguation symbol to USD Dollar
* Sat Jan 16 2016 cooloAATTsuse.com- updated to version 6.7.0 see installed CHANGELOG.md
* Tue Jul 28 2015 cooloAATTsuse.com- updated to version 6.6.1 see installed CHANGELOG.md TBD [#]# 6.6.0
* Wed Jul 15 2015 cooloAATTsuse.com- updated to version 6.6.0 see installed CHANGELOG.md - Fixed VariableExchange#exchange_with for big numbers. - Add Currency symbol translation support - `Currency.all` raises a more helpful error message (`Currency::MissingAttributeError`)if a currency has no priority
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 6.5.1
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging