Changelog for Commodity
June 17, 2020 ยท View on GitHub
v0.4.0
New Features:
- Add
rate_between()method toExchangeRate.
Breaking:
- Make
iso4217an optional dependency (disabled by default).
v0.3.7
- Implement
HashforCommodityType.
v0.3.6
- Implement
EqforCommodityType.
v0.3.5
- Implement
PartialEqforExchangeRate.
v0.3.4
- Implement
DisplayforCommodityType.
v0.3.3
- Implement
PartialEqforCommodityType.
v0.3.2
- Fix this changelog!
v0.3.1
- Bump
rust_decimaldependency up to using generic version1to address #3. - CommodityType#from_str() now accepts &str or String for arguments using AsRef<str> and Into<String> to address #2.
- CommodityType#from_currency_alpha3() now accepts &str or String using AsRef<str> to address #2.
v0.3.0
- Renamed
CurrencytoCommodityTypeand associated member variables to address issue #1. - Renamed
CurrencyCodetoCommodityTypeIDand associated member variables. - Renamed errors associated with
CommodityTypeandCommodityTypeID.