Update CHANGELOGs
This commit is contained in:
parent
9abd6f5695
commit
4514da0646
@ -5,6 +5,10 @@
|
|||||||
{
|
{
|
||||||
"note": "Upgrade the bignumber.js to v8.0.2",
|
"note": "Upgrade the bignumber.js to v8.0.2",
|
||||||
"pr": 1517
|
"pr": 1517
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Import `ZeroExTransaction` type instead of using type defined in this package",
|
||||||
|
"pr": 1576
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"timestamp": 1549373905
|
"timestamp": 1549373905
|
||||||
|
@ -5,6 +5,10 @@
|
|||||||
{
|
{
|
||||||
"note": "Fix OrderValidatorWrapper constructor to use the correct address",
|
"note": "Fix OrderValidatorWrapper constructor to use the correct address",
|
||||||
"pr": 1568
|
"pr": 1568
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Use new `ZeroExTransaction` interface",
|
||||||
|
"pr": 1576
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"timestamp": 1549373905
|
"timestamp": 1549373905
|
||||||
|
@ -5,6 +5,10 @@
|
|||||||
{
|
{
|
||||||
"note": "Upgrade the bignumber.js to v8.0.2",
|
"note": "Upgrade the bignumber.js to v8.0.2",
|
||||||
"pr": 1517
|
"pr": 1517
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Add `verifyingContractAddress` to `zeroExTransactionSchema`",
|
||||||
|
"pr": 1576
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"timestamp": 1549373905
|
"timestamp": 1549373905
|
||||||
|
@ -1,4 +1,21 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "5.0.0",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Add `transactionHashUtils`",
|
||||||
|
"pr": 1576
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Refactor `eip712Utils` to allow custom domain params",
|
||||||
|
"pr": 1576
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Export constant EIP712 params",
|
||||||
|
"pr": 1576
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "4.0.0",
|
"version": "4.0.0",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -5,6 +5,14 @@
|
|||||||
{
|
{
|
||||||
"note": "Upgrade the bignumber.js to v8.0.2",
|
"note": "Upgrade the bignumber.js to v8.0.2",
|
||||||
"pr": 1517
|
"pr": 1517
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Update `ZeroExTransaction` type and add `SignedZeroExTransaction` type",
|
||||||
|
"pr": 1576
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Add `EIP712DomainWithDefaultSchema` type",
|
||||||
|
"pr": 1576
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"timestamp": 1549373905
|
"timestamp": 1549373905
|
||||||
|
Loading…
x
Reference in New Issue
Block a user