Updated CHANGELOGS
This commit is contained in:
parent
cd08a9c121
commit
4475fefd07
@ -5,7 +5,8 @@
|
|||||||
{
|
{
|
||||||
"note": "Fix missing `BlockParamLiteral` type import issue"
|
"note": "Fix missing `BlockParamLiteral` type import issue"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535377027
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.1-rc.5",
|
"version": "1.0.1-rc.5",
|
||||||
|
@ -5,6 +5,14 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.0.1-rc.6 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Fix missing `BlockParamLiteral` type import issue
|
||||||
|
|
||||||
|
## v1.0.1-rc.5 - _Invalid date_
|
||||||
|
|
||||||
|
* Fix `main` and `types` package.json entries so that they point to the new location of index.d.ts and index.js
|
||||||
|
|
||||||
## v1.0.1-rc.4 - _August 24, 2018_
|
## v1.0.1-rc.4 - _August 24, 2018_
|
||||||
|
|
||||||
* Re-organize the exported interface of 0x.js. Remove the `ZeroEx` class, and instead export the same exports as `0x.js`'s sub-packages: `@0xproject/contract-wrappers`, `@0xproject/order-utils` and `@0xproject/order-watcher` (#963)
|
* Re-organize the exported interface of 0x.js. Remove the `ZeroEx` class, and instead export the same exports as `0x.js`'s sub-packages: `@0xproject/contract-wrappers`, `@0xproject/order-utils` and `@0xproject/order-watcher` (#963)
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535377027,
|
||||||
|
"version": "1.0.7",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1535133899,
|
"timestamp": 1535133899,
|
||||||
"version": "1.0.6",
|
"version": "1.0.6",
|
||||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.0.7 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.6 - _August 24, 2018_
|
## v1.0.6 - _August 24, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535377027,
|
||||||
|
"version": "1.0.7",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1535133899,
|
"timestamp": 1535133899,
|
||||||
"version": "1.0.6",
|
"version": "1.0.6",
|
||||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.0.7 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.6 - _August 24, 2018_
|
## v1.0.6 - _August 24, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535377027,
|
||||||
|
"version": "2.0.1",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1535133899,
|
"timestamp": 1535133899,
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v2.0.1 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v2.0.0 - _August 24, 2018_
|
## v2.0.0 - _August 24, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -5,7 +5,8 @@
|
|||||||
{
|
{
|
||||||
"note": "Dependencies updated"
|
"note": "Dependencies updated"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535377027
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "2.0.0-rc.1",
|
"version": "2.0.0-rc.1",
|
||||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v2.0.0-rc.2 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v2.0.0-rc.1 - _August 24, 2018_
|
## v2.0.0-rc.1 - _August 24, 2018_
|
||||||
|
|
||||||
* Updated for SRA v2 (#974)
|
* Updated for SRA v2 (#974)
|
||||||
|
@ -5,7 +5,8 @@
|
|||||||
{
|
{
|
||||||
"note": "Fix missing `BlockParamLiteral` type import issue"
|
"note": "Fix missing `BlockParamLiteral` type import issue"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535377027
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.1-rc.4",
|
"version": "1.0.1-rc.4",
|
||||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.0.1-rc.5 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Fix missing `BlockParamLiteral` type import issue
|
||||||
|
|
||||||
## v1.0.1-rc.4 - _August 24, 2018_
|
## v1.0.1-rc.4 - _August 24, 2018_
|
||||||
|
|
||||||
* Export missing types: `TransactionEncoder`, `ContractAbi`, `JSONRPCRequestPayload`, `JSONRPCResponsePayload`, `JSONRPCErrorCallback`, `AbiDefinition`, `FunctionAbi`, `EventAbi`, `EventParameter`, `DecodedLogArgs`, `MethodAbi`, `ConstructorAbi`, `FallbackAbi`, `DataItem`, `ConstructorStateMutability`, `StateMutability` & `ExchangeSignatureValidatorApprovalEventArgs` (#924)
|
* Export missing types: `TransactionEncoder`, `ContractAbi`, `JSONRPCRequestPayload`, `JSONRPCResponsePayload`, `JSONRPCErrorCallback`, `AbiDefinition`, `FunctionAbi`, `EventAbi`, `EventParameter`, `DecodedLogArgs`, `MethodAbi`, `ConstructorAbi`, `FallbackAbi`, `DataItem`, `ConstructorStateMutability`, `StateMutability` & `ExchangeSignatureValidatorApprovalEventArgs` (#924)
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535377027,
|
||||||
|
"version": "1.0.6",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1535133899,
|
"timestamp": 1535133899,
|
||||||
"version": "1.0.5",
|
"version": "1.0.5",
|
||||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.0.6 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.5 - _August 24, 2018_
|
## v1.0.5 - _August 24, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -5,7 +5,8 @@
|
|||||||
{
|
{
|
||||||
"note": "Dependencies updated"
|
"note": "Dependencies updated"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535377027
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.1-rc.4",
|
"version": "1.0.1-rc.4",
|
||||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.0.1-rc.5 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.1-rc.4 - _August 24, 2018_
|
## v1.0.1-rc.4 - _August 24, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -5,7 +5,8 @@
|
|||||||
{
|
{
|
||||||
"note": "Dependencies updated"
|
"note": "Dependencies updated"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535377027
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.1-rc.1",
|
"version": "1.0.1-rc.1",
|
||||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.0.1-rc.2 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.1-rc.1 - _August 24, 2018_
|
## v1.0.1-rc.1 - _August 24, 2018_
|
||||||
|
|
||||||
* Add initial forwarderHelperFactory (#997)
|
* Add initial forwarderHelperFactory (#997)
|
||||||
|
@ -5,7 +5,8 @@
|
|||||||
{
|
{
|
||||||
"note": "Dependencies updated"
|
"note": "Dependencies updated"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535377027
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.1-rc.5",
|
"version": "1.0.1-rc.5",
|
||||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.0.1-rc.6 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.1-rc.5 - _August 24, 2018_
|
## v1.0.1-rc.5 - _August 24, 2018_
|
||||||
|
|
||||||
* Update incorrect relayer api fee recipients response schema (#974)
|
* Update incorrect relayer api fee recipients response schema (#974)
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535377027,
|
||||||
|
"version": "1.0.6",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1535133899,
|
"timestamp": 1535133899,
|
||||||
"version": "1.0.5",
|
"version": "1.0.5",
|
||||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.0.6 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.5 - _August 24, 2018_
|
## v1.0.5 - _August 24, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -5,7 +5,8 @@
|
|||||||
{
|
{
|
||||||
"note": "Fix missing `BlockParamLiteral` type import issue"
|
"note": "Fix missing `BlockParamLiteral` type import issue"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535377027
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.1-rc.5",
|
"version": "1.0.1-rc.5",
|
||||||
|
@ -5,6 +5,14 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.0.1-rc.6 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Fix missing `BlockParamLiteral` type import issue
|
||||||
|
|
||||||
|
## v1.0.1-rc.5 - _Invalid date_
|
||||||
|
|
||||||
|
* Remove Caller and Trezor SignatureTypes (#1015)
|
||||||
|
|
||||||
## v1.0.1-rc.4 - _August 24, 2018_
|
## v1.0.1-rc.4 - _August 24, 2018_
|
||||||
|
|
||||||
* Remove rounding error being thrown when maker amount is very small (#959)
|
* Remove rounding error being thrown when maker amount is very small (#959)
|
||||||
|
@ -5,7 +5,8 @@
|
|||||||
{
|
{
|
||||||
"note": "Fix missing `BlockParamLiteral` type import issue"
|
"note": "Fix missing `BlockParamLiteral` type import issue"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535377027
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.1-rc.4",
|
"version": "1.0.1-rc.4",
|
||||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.0.1-rc.5 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Fix missing `BlockParamLiteral` type import issue
|
||||||
|
|
||||||
## v1.0.1-rc.4 - _August 24, 2018_
|
## v1.0.1-rc.4 - _August 24, 2018_
|
||||||
|
|
||||||
* Export types: `ExchangeContractErrs`, `OrderRelevantState`, `JSONRPCRequestPayload`, `JSONRPCErrorCallback` and `JSONRPCResponsePayload` (#924)
|
* Export types: `ExchangeContractErrs`, `OrderRelevantState`, `JSONRPCRequestPayload`, `JSONRPCErrorCallback` and `JSONRPCResponsePayload` (#924)
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535377027,
|
||||||
|
"version": "1.0.7",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1535133899,
|
"timestamp": 1535133899,
|
||||||
"version": "1.0.6",
|
"version": "1.0.6",
|
||||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.0.7 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.6 - _August 24, 2018_
|
## v1.0.6 - _August 24, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535377027,
|
||||||
|
"version": "1.0.8",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1535133899,
|
"timestamp": 1535133899,
|
||||||
"version": "1.0.7",
|
"version": "1.0.7",
|
||||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.0.8 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.7 - _August 24, 2018_
|
## v1.0.7 - _August 24, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535377027,
|
||||||
|
"version": "1.1.1",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.1.1 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.1.0 - _August 24, 2018_
|
## v1.1.0 - _August 24, 2018_
|
||||||
|
|
||||||
* Quicken compilation by sending multiple contracts to the same solcjs invocation, batching them together based on compiler version requirements. (#965)
|
* Quicken compilation by sending multiple contracts to the same solcjs invocation, batching them together based on compiler version requirements. (#965)
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535377027,
|
||||||
|
"version": "2.1.1",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v2.1.1 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v2.1.0 - _August 24, 2018_
|
## v2.1.0 - _August 24, 2018_
|
||||||
|
|
||||||
* Export types: `JSONRPCRequestPayload`, `Provider`, `JSONRPCErrorCallback`, `JSONRPCResponsePayload`, `JSONRPCRequestPayloadWithMethod`, `NextCallback`, `ErrorCallback`, `OnNextCompleted` and `Callback` (#924)
|
* Export types: `JSONRPCRequestPayload`, `Provider`, `JSONRPCErrorCallback`, `JSONRPCResponsePayload`, `JSONRPCRequestPayloadWithMethod`, `NextCallback`, `ErrorCallback`, `OnNextCompleted` and `Callback` (#924)
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535377027,
|
||||||
|
"version": "1.0.7",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1535133899,
|
"timestamp": 1535133899,
|
||||||
"version": "1.0.6",
|
"version": "1.0.6",
|
||||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.0.7 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.6 - _August 24, 2018_
|
## v1.0.6 - _August 24, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535377027,
|
||||||
|
"version": "1.0.7",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1535133899,
|
"timestamp": 1535133899,
|
||||||
"version": "1.0.6",
|
"version": "1.0.6",
|
||||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.0.7 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.6 - _August 24, 2018_
|
## v1.0.6 - _August 24, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -9,7 +9,8 @@
|
|||||||
{
|
{
|
||||||
"note": "Fix relative path to introduction MD file"
|
"note": "Fix relative path to introduction MD file"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535377027
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.1-rc.5",
|
"version": "1.0.1-rc.5",
|
||||||
|
@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.0.1-rc.6 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Fix `main` and `types` package.json entries so that they point to the new location of index.d.ts and index.js
|
||||||
|
* Fix relative path to introduction MD file
|
||||||
|
|
||||||
## v1.0.1-rc.5 - _August 24, 2018_
|
## v1.0.1-rc.5 - _August 24, 2018_
|
||||||
|
|
||||||
* Add takerAddress to /orders parameters (#974)
|
* Add takerAddress to /orders parameters (#974)
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535377027,
|
||||||
|
"version": "2.0.1",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v2.0.1 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v2.0.0 - _August 24, 2018_
|
## v2.0.0 - _August 24, 2018_
|
||||||
|
|
||||||
* Export types: `PartialTxParams`, `JSONRPCRequestPayloadWithMethod`, `ECSignatureString`, `AccountFetchingConfigs`, `LedgerEthereumClientFactoryAsync`, `OnNextCompleted`, `MnemonicWalletSubproviderConfigs`, LedgerGetAddressResult, `JSONRPCRequestPayload`, `Provider`, `JSONRPCResponsePayload` and `JSONRPCErrorCallback` (#924)
|
* Export types: `PartialTxParams`, `JSONRPCRequestPayloadWithMethod`, `ECSignatureString`, `AccountFetchingConfigs`, `LedgerEthereumClientFactoryAsync`, `OnNextCompleted`, `MnemonicWalletSubproviderConfigs`, LedgerGetAddressResult, `JSONRPCRequestPayload`, `Provider`, `JSONRPCResponsePayload` and `JSONRPCErrorCallback` (#924)
|
||||||
|
@ -10,7 +10,8 @@
|
|||||||
"note": "Remove Caller and Trezor SignatureTypes",
|
"note": "Remove Caller and Trezor SignatureTypes",
|
||||||
"pr": 1015
|
"pr": 1015
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"timestamp": 1535377027
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.1-rc.5",
|
"version": "1.0.1-rc.5",
|
||||||
|
@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## 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_
|
## v1.0.1-rc.5 - _August 24, 2018_
|
||||||
|
|
||||||
* Add revert reasons for ERC721Token (#933)
|
* Add revert reasons for ERC721Token (#933)
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535377027,
|
||||||
|
"version": "1.0.7",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1535133899,
|
"timestamp": 1535133899,
|
||||||
"version": "1.0.6",
|
"version": "1.0.6",
|
||||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.0.7 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.0.6 - _August 24, 2018_
|
## v1.0.6 - _August 24, 2018_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1535377027,
|
||||||
|
"version": "2.0.1",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v2.0.1 - _August 27, 2018_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v2.0.0 - _August 24, 2018_
|
## v2.0.0 - _August 24, 2018_
|
||||||
|
|
||||||
* Export types: `BlockParam`, `TxData`, `Provider`, `TransactionReceipt`, `Transaction`, `TraceParams`, `TransactionTrace``, BlockWithoutTransactionDat`a, `LogEntry`, `FilterObject`, `CallData`, `TransactionReceiptWithDecodedLogs`, `BlockWithTransactionData``, LogTopi`c, `JSONRPCRequestPayload`, `TransactionReceiptStatus`, `DecodedLogArgs`, `StructLog`, `JSONRPCErrorCallback``, BlockParamLitera`l, `ContractEventArg`, `DecodedLogEntry`, `LogEntryEvent`, `OpCode`, `TxDataPayable`, `JSONRPCResponsePayload``, RawLogEntr`y, `DecodedLogEntryEvent`, `LogWithDecodedArgs`, `AbiDefinition`, `RawLog`, `FunctionAbi`, `EventAbi`, `EventParameter``, MethodAb`i, `ConstructorAbi`, `FallbackAbi`, `DataItem`, `ConstructorStateMutability` and `StateMutability` (#924)
|
* Export types: `BlockParam`, `TxData`, `Provider`, `TransactionReceipt`, `Transaction`, `TraceParams`, `TransactionTrace``, BlockWithoutTransactionDat`a, `LogEntry`, `FilterObject`, `CallData`, `TransactionReceiptWithDecodedLogs`, `BlockWithTransactionData``, LogTopi`c, `JSONRPCRequestPayload`, `TransactionReceiptStatus`, `DecodedLogArgs`, `StructLog`, `JSONRPCErrorCallback``, BlockParamLitera`l, `ContractEventArg`, `DecodedLogEntry`, `LogEntryEvent`, `OpCode`, `TxDataPayable`, `JSONRPCResponsePayload``, RawLogEntr`y, `DecodedLogEntryEvent`, `LogWithDecodedArgs`, `AbiDefinition`, `RawLog`, `FunctionAbi`, `EventAbi`, `EventParameter``, MethodAb`i, `ConstructorAbi`, `FallbackAbi`, `DataItem`, `ConstructorStateMutability` and `StateMutability` (#924)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user