0.3.1
- Adds method
to_sub_units()
on monetary amounts which for most currencies multiplies the value with 100, but for example forstockholm.currency.JPY
wouldn't change the value at all. - Adds method
to_currency(currency)
(and shortedto(currency)
) on monetary amounts which just changes the currency of the monetary amount without any kind of changes to the amount itself.