Releases: crystal-money/money
Releases · crystal-money/money
v1.3.0
What's Changed
- Added
Currency#initialize
taking named arguments for all properties in 3ed2d61 - Implemented
:disambiguate
option inMoney#format
in #14 - Changed Peruvian Sol (PEN) decimal mark and thousands separator in f78e35c
- Changed South African Rand (ZAR) decimal mark and thousands separator in 9f2a2a2
- Updated Georgian Lari (GEL) symbol in 776fa18
- Use euro symbol (€) as
html_entity
for euro currency in 9256b3b - Added new SLE currency in e9258d3
- Added Second Dobra (STN) from Sao Tome and Principe in 18b5032
- Added USDC stablecoin in 8f656d1
- Fixed
Money#allocate
for enumerable of all zeros in 530e5ac - Fixed typos in 32603b1
Full Changelog: v1.2.0...v1.3.0
v1.2.0
- Crystal
~> 1.0.0
compatibility 🎉 - Replaced
JSON.mapping
withJSON::Serializable
- Added
Money.rounding_mode
and relatedmode
argument toMoney#round
method Currency.wrap?
doesn't raise anymore when given invalid currency idCurrency.wrap?
doesn't acceptnil
values anymore- Migrated from Travis CI to GitHub Actions