aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/CHANGELOG.md
blob: f9d84ff9c9d79337c8bc4c97a46785ece619e927 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!--
changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->

CHANGELOG

## v1.0.5 - _August 13, 2018_

    * Dependencies updated

## 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 19, 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 4, 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