2.4 KiB
2.4 KiB
CHANGELOG
v1.0.4 - July 26, 2018
* Dependencies updated
v1.0.3 - July 26, 2018
* Dependencies updated
v1.0.2 - July 26, 2018
* Dependencies updated
v1.0.1 - July 23, 2018
* Dependencies updated
v1.0.0 - July 20, 2018
* Remove `WebSocketOrderbookChannel` from the public interface and replace with `orderbookChannelFactory`
v0.6.17 - July 18, 2018
* Dependencies updated
v0.6.16 - July 9, 2018
* Dependencies updated
v0.6.15 - June 19, 2018
* Dependencies updated
v0.6.14 - May 29, 2018
* Dependencies updated
v0.6.13 - May 22, 2018
* Dependencies updated
v0.6.12 - May 5, 2018
* Dependencies updated
v0.6.11 - May 4, 2018
* Dependencies updated
v0.6.10 - April 18, 2018
* Dependencies updated
v0.6.9 - April 11, 2018
* Dependencies updated
v0.6.8 - April 2, 2018
* Dependencies updated
v0.6.7 - April 2, 2018
* Dependencies updated
v0.6.4 - March 17, 2018
* Consolidate `Order`, `SignedOrder`, and `ECSignature` into the `@0xproject/types` package (#456)
v0.6.2 - February 15, 2018
* Fix JSON parse empty response (#407)
v0.6.0 - February 15, 2018
* Add pagination options to HttpClient methods (#393)
* Add heartbeat configuration to WebSocketOrderbookChannel constructor (#406)
v0.5.7 - February 8, 2018
* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)
v0.5.0 - January 16, 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 10, 2018
* Prevent getFeesAsync method on HttpClient from mutating input (#296)
v0.3.0 - December 7, 2017
* Expose WebSocketOrderbookChannel and associated types to public interface (#251)
* Remove tokenA and tokenB fields from OrdersRequest (#256)
v0.2.0 - November 28, 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 21, 2017
* Provide a HttpClient class for interacting with standard relayer api compliant HTTP urls