Skip to content

Latest commit

 

History

History
68 lines (36 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

68 lines (36 loc) · 1.16 KB

Changelog

v0.7.0

Bug fixes and improvements

  • Add system_status/1 #17
  • Support for OTP 24

v0.6.0

Bug fixes and improvements

  • Support conditional closes in add_order/6 #16
  • Add websockets token endpoint #15

v0.5.0

Bug fixes and improvements

  • Fix bug in add_order/6 #10

Breaking Changes

  • Now only Elixir versions 1.10 and above are supported.

v0.4.2

Bug fixes and improvements

  • Relaxed httpoison dependency.

v0.4.1

Bug fixes and improvements

  • Replaced poison with jason.

v0.4.0

Bug fixes and improvements

  • Added functions for depositing funds.

v0.3.0

Bug fixes and improvements

  • Implemented add_order/6 and cancel_order/2.

v0.2.0

Bug fixes and improvements

  • Added more docs and changed some function signatures.

v0.1.1

Bug fixes and improvements

  • Updated some docs and specs.

v0.1.0

Initial Release

  • Public REST API.
  • First subset of Private REST API.