8000 Releases · kellpossible/commodity · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: kellpossible/commodity

v0.4.0

17 Jun 19:47
Compare
Choose a tag to compare

New Features:

  • Add rate_between() method to ExchangeRate.

Breaking:

  • Make iso4217 an optional dependency (disabled by default).

v0.3.7

17 Jun 19:47
Compare
Choose a tag to compare
  • Implement Hash for CommodityType.

v0.3.6

17 Jun 19:47
Compare
Choose a tag to compare
  • Implement Eq for CommodityType.

v0.3.5

02 Jun 09:50
Compare
Choose a tag to compare
  • Implement PartialEq for ExchangeRate.

v0.3.4

02 Jun 09:46
Compare
Choose a tag to compare
  • Implement Display for CommodityType.

v0.3.3

02 Jun 09:46
Compare
Choose a tag to compare
  • Implement PartialEq for CommodityType.

v0.3.2

24 Apr 06:43
Compare
Choose a tag to compare
  • Fix the changelog.

v0.3.1

24 Apr 06:42
Compare
Choose a tag to compare
  • Bump rust_decimal dependency up to using generic version 1 to 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

22 Mar 13:53
Compare
Choose a tag to compare
  • Renamed Currency to CommodityType and associated member variables to address issue #1
  • Renamed CurrencyCode to CommodityTypeID and associated member variables
  • Renamed errors associated with CommodityType and CommodityTypeID
0