aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types/CHANGELOG.md
blob: a4f185dcad2b7aa7b0f7b4c36983c839c50d2f08 (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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!--
changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->

CHANGELOG

## v2.0.0 - _February 5, 2019_

    * Upgrade the bignumber.js to v8.0.2 (#1517)

## v1.5.2 - _January 15, 2019_

    * Dependencies updated

## v1.5.1 - _January 11, 2019_

    * Dependencies updated

## v1.5.0 - _January 9, 2019_

    * Added types for Dutch Auction contract (#1465)

## v1.4.1 - _December 13, 2018_

    * Dependencies updated

## v1.4.0 - _December 11, 2018_

    * Add `LengthMismatch` and `LengthGreaterThan3Required` revert reasons (#1224)
    * Add RevertReasons for DutchAuction contract (#1225)
    * Add MultiAsset types (#1363)

## v1.3.0 - _November 21, 2018_

    * Add the `SimpleContractArtifact` type, which describes the artifact format published in the `@0x/contract-artifacts` package (#1298)

## v1.2.1 - _November 9, 2018_

    * Dependencies updated

## v1.2.0 - _October 18, 2018_

    * Added `EIP712Parameter` `EIP712Types` `EIP712TypedData` for EIP712 signing (#1102)
    * Added `ZeroExTransaction` type for Exchange executeTransaction (#1102)
    * Add `AssetData` union type (`type AssetData = ERC20AssetData | ERC721AssetData`) (#1131)

## v1.1.4 - _October 4, 2018_

    * Dependencies updated

## v1.1.3 - _October 2, 2018_

    * Dependencies updated

## v1.1.2 - _September 28, 2018_

    * Dependencies updated

## v1.1.1 - _September 25, 2018_

    * Dependencies updated

## v1.1.0 - _September 25, 2018_

    * Add ObjectMap type (#1037)
    * Add SRA types from connect (#1085)

## v1.0.2 - _September 21, 2018_

    * Dependencies updated

## v1.0.1 - _September 5, 2018_

    * Add AssetProxyOwner revert reasons (#1041)
    * Add MultiSigWalletWithTimeLock revert reasons (#1050)

## v1.0.1-rc.6 - _August 27, 2018_

    * Add WalletError and ValidatorError revert reasons (#1012)
    * Remove Caller and Trezor SignatureTypes (#1015)

## v1.0.1-rc.5 - _August 24, 2018_

    * Add revert reasons for ERC721Token (#933)

## v1.0.1-rc.4 - _August 14, 2018_

    * Added SignerType to handle different signing prefix scenarios (#914)

## v1.0.1-rc.3 - _July 26, 2018_

    * Dependencies updated

## v1.0.1-rc.2 - _July 26, 2018_

    * Dependencies updated

## v1.0.1-rc.1 - _July 26, 2018_

    * Remove `ECSignatureBuffer`

## v1.0.0 - _July 23, 2018_

    * Dependencies updated

## v1.0.0-rc.1 - _July 19, 2018_

    * Updated types for V2 of 0x protocol
    * Add `ECSignatureBuffer`
    * Add Forwarder contract revert reasons

## v0.8.2 - _July 9, 2018_

    * Dependencies updated

## v0.8.1 - _June 19, 2018_

    * Dependencies updated

## v0.8.0 - _May 22, 2018_

    * Change the order type to v2 format (#618)

## v0.7.0 - _May 22, 2018_

    * Make OpCode type an enum (#589)
    * Moved ExchangeContractErrs, DoneCallback, Token, OrderRelevantState, OrderStateValid, OrderStateInvalid, OrderState, OrderAddresses and OrderValues types from 0x.js (#579)

## v0.6.3 - _May 4, 2018_

    * Dependencies updated

## v0.6.2 - _May 4, 2018_

    * Dependencies updated

## v0.6.1 - _April 18, 2018_

    * Dependencies updated

## v0.6.0 - _April 11, 2018_

    * Add Provider type (#501)

## v0.5.0 - _April 2, 2018_

    * Make `DataItem.components` optional (#485)

## v0.4.2 - _April 2, 2018_

    * Dependencies updated

## v0.4.0 - _March 17, 2018_

    * Remove `JSONRPCPayload` (#426)
    * Consolidate `Order`, `SignedOrder`, and `ECSignature` into the `@0xproject/types` package (#456)

## v0.3.1 - _March 7, 2018_

    * Added `RawLogEntry` type.

## v0.3.0 - _March 3, 2018_

    * Add `data` to `TxData` (#413)
    * Add `number` as an option to `ContractEventArg` (#413)
    * Move web3 types from devDep to dep since required when using this package (#429)

## v0.2.1 - _February 8, 2018_

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

## v0.2.0 - _February 6, 2018_

    * Added BlockLiteralParam and BlockParam, refactored out of 0x.js types. (#355)