Sha256: 5ee9bc4af143a72599955f02a9c503ac61c582dc222c90c30bad1cefe2391fef
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
Contents
# Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [1.0.1] - 2020-06-30 ### Fixed - `#historic_rate_period`: Do not blow up if no rates ## [1.0.0] - 2020-06-30 ### Changed - Changed `url` to `host` fot the XE API host (defaults to https://xecdapi.xe.com) - Changed `#convert_from` to accept keyword args named more like the API's param names: - `from` instead of the first argument aka `base_currency` - `to` instead of the second argument aka `counter_currencies` - `amount` instead of the third argument - No longer raise exception when XE's response contains an error. Developer should use `#success?` on the response instead and inspect `#error` to see details. ### Added - `historic_rate_period` call to get historic rates over a period ## [0.2.1] - 2016-08-11 ### Fixed - Fix issue when accessing ConvertFromResponse#to and error was raised ## [0.2.0] - 2016-06-30 ### Added - Raise XEClient::AuthenticationError when there's an auth issue - Raise XEClient::Error for all other errors ## [0.1.0] - 2016-06-22 ### Added - Add initial working version (`#convert_from`)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xe_client-1.0.1 | CHANGELOG.md |