Sha256: b20ec8b3c9713f4f2707ebcd52f694c78a9c143ae4c82e4d7369b3a9fb874ba2
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
# Change Log All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.6.1] - 2018-02-19 ### Fixed - Do not join paths when using `/deposit` and `/withdraw`. ## [0.6.0] - 2018-09-27 ### Added - Add `StellarClient::Client.deposit` ## [0.5.2] - 2018-09-11 ### Added - Add `WithdrawResponse#max_amount` ## [0.5.1] - 2018-09-04 ### Changed - Append `/withdraw` to host/path for `WithdrawRequest` ## [0.5.0] - 2018-08-29 ### Changed - Renamed from BridgeClient to StellarClient - `host` configuration is now `bridge_host` ### Added - `#get_toml` to fetch the toml of `host` - `#get_withdraw` to get withdrawal details from an Anchor ## [0.4.0] - 2017-04-05 ### Added - Expose response's `code` (as `code_str`) and `message` ## [0.3.0] - 2017-03-31 ### Changed - Use `api_client_base` `~> 1.0` ## [0.2.0] ### Added - Explicitly require ActiveSupport's hash with indifferent access - Upgrade api_client_base to 0.2.0 ## [0.1.0] - 2016-12-15 ### Added - Initial release. Payments only
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stellar_client-0.6.1 | CHANGELOG.md |