Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

39 lines (23 loc) · 1.19 KB

CHANGELOG

v0.6.1 - February 16, 2018

* Fix JSON parse empty response (#407)

v0.6.0 - February 16, 2018

* Add pagination options to HttpClient methods (#393)
* Add heartbeat configuration to WebSocketOrderbookChannel constructor (#406)

v0.5.7 - February 9, 2018

* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)

v0.5.0 - January 17, 2018

* Sanitize api endpoint url and remove trailing slashes (#318)
* Improve error message text in HttpClient (#318)
* Stop appending '/v0' to api endpoint url in HttpClient (#318)

v0.4.0 - January 11, 2018

* Prevent getFeesAsync method on HttpClient from mutating input (#296)

v0.3.0 - December 8, 2017

* Expose WebSocketOrderbookChannel and associated types to public interface (#251)
* Remove tokenA and tokenB fields from OrdersRequest (#256)

v0.2.0 - November 29, 2017

* Add SignedOrder and TokenTradeInfo to the public interface
* Add ECSignature and Order to the public interface
* Remove dependency on 0x.js

v0.1.0 - November 22, 2017

* Provide a HttpClient class for interacting with standard relayer api compliant HTTP urls