Updated CHANGELOGS

This commit is contained in:
Brandon Millman 2018-10-04 15:51:56 -07:00
parent ab28e6af35
commit 266440f7c3
56 changed files with 251 additions and 141 deletions

View File

@ -1,12 +1,12 @@
[ [
{ {
"timestamp": 1538475601,
"version": "1.0.8", "version": "1.0.8",
"changes": [ "changes": [
{ {
"note": "Dependencies updated" "note": "Dependencies updated"
} }
] ],
"timestamp": 1538693146
}, },
{ {
"timestamp": 1538157789, "timestamp": 1538157789,

View File

@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.8 - _October 2, 2018_ ## v1.0.8 - _October 4, 2018_
* Dependencies updated * Dependencies updated
@ -49,7 +49,7 @@ CHANGELOG
* 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)
## v1.0.1-rc.3 - _August 14, 2018_ ## v1.0.1-rc.3 - _August 13, 2018_
* Dependencies updated * Dependencies updated
* Update ecSignOrderHashAsync to return the signature as a string for immediate use in contracts (#914) * Update ecSignOrderHashAsync to return the signature as a string for immediate use in contracts (#914)
@ -66,11 +66,11 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0-rc.2 - _July 20, 2018_ ## v1.0.0-rc.2 - _July 19, 2018_
* Remove `zeroEx.assetData` and instead re-export it's static functions directly off `ZeroEx` * Remove `zeroEx.assetData` and instead re-export it's static functions directly off `ZeroEx`
## v1.0.0-rc.1 - _July 20, 2018_ ## v1.0.0-rc.1 - _July 19, 2018_
* Remove tokenRegistry wrapper (#863) * Remove tokenRegistry wrapper (#863)
* Rename `zeroEx.token` to `zeroEx.erc20Token`, and add `zeroEx.erc721Token` (#863) * Rename `zeroEx.token` to `zeroEx.erc20Token`, and add `zeroEx.erc721Token` (#863)
@ -110,7 +110,7 @@ CHANGELOG
* Renamed createOrderStateWatcher to createOrderWatcherAsync since it is now async (#579) * Renamed createOrderStateWatcher to createOrderWatcherAsync since it is now async (#579)
* Renamed ZeroExError to ContractWrappersErrors since they now lives in the @0xproject/contract-wrappers subpackage (#579) * Renamed ZeroExError to ContractWrappersErrors since they now lives in the @0xproject/contract-wrappers subpackage (#579)
## v0.37.2 - _May 5, 2018_ ## v0.37.2 - _May 4, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,12 +1,12 @@
[ [
{ {
"timestamp": 1538475601,
"version": "1.0.13", "version": "1.0.13",
"changes": [ "changes": [
{ {
"note": "Dependencies updated" "note": "Dependencies updated"
} }
] ],
"timestamp": 1538693146
}, },
{ {
"timestamp": 1538157789, "timestamp": 1538157789,

View File

@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.13 - _October 2, 2018_ ## v1.0.13 - _October 4, 2018_
* Dependencies updated * Dependencies updated
@ -37,7 +37,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.5 - _August 14, 2018_ ## v1.0.5 - _August 13, 2018_
* Dependencies updated * Dependencies updated
@ -57,7 +57,7 @@ CHANGELOG
* Fix the abi-gen entry point in package.json (#901) * Fix the abi-gen entry point in package.json (#901)
## v1.0.0 - _July 20, 2018_ ## v1.0.0 - _July 19, 2018_
* Convert e_r_c to erc in generated file names (#822) * Convert e_r_c to erc in generated file names (#822)
* Remove the output directory before writing to it (#822) * Remove the output directory before writing to it (#822)
@ -75,7 +75,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.3.1 - _June 1, 2018_ ## v0.3.1 - _May 31, 2018_
* Incorrect publish that was unpublished * Incorrect publish that was unpublished
@ -83,7 +83,7 @@ CHANGELOG
* Properly export the executable binary (#588) * Properly export the executable binary (#588)
## v0.2.13 - _May 5, 2018_ ## v0.2.13 - _May 4, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,12 +1,12 @@
[ [
{ {
"timestamp": 1538475601,
"version": "1.0.13", "version": "1.0.13",
"changes": [ "changes": [
{ {
"note": "Dependencies updated" "note": "Dependencies updated"
} }
] ],
"timestamp": 1538693146
}, },
{ {
"timestamp": 1538157789, "timestamp": 1538157789,

View File

@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.13 - _October 2, 2018_ ## v1.0.13 - _October 4, 2018_
* Dependencies updated * Dependencies updated
@ -37,7 +37,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.5 - _August 14, 2018_ ## v1.0.5 - _August 13, 2018_
* Dependencies updated * Dependencies updated
@ -57,7 +57,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0 - _July 20, 2018_ ## v1.0.0 - _July 19, 2018_
* Fix bug in string enum assertion. We erroneously were checking against the enum keys, not values (#821) * Fix bug in string enum assertion. We erroneously were checking against the enum keys, not values (#821)
@ -73,7 +73,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.2.11 - _June 1, 2018_ ## v0.2.11 - _May 31, 2018_
* Incorrect publish that was unpublished * Incorrect publish that was unpublished
@ -81,7 +81,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.2.9 - _May 5, 2018_ ## v0.2.9 - _May 4, 2018_
* Dependencies updated * Dependencies updated

View File

@ -10,7 +10,8 @@
"note": "Fix minRate and maxRate calculation", "note": "Fix minRate and maxRate calculation",
"pr": 1113 "pr": 1113
} }
] ],
"timestamp": 1538693146
}, },
{ {
"timestamp": 1538475601, "timestamp": 1538475601,

View File

@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.0 - _October 4, 2018_
* Expand AssetBuyer to work with multiple assets at once (#1086)
* Fix minRate and maxRate calculation (#1113)
## v1.0.3 - _October 2, 2018_ ## v1.0.3 - _October 2, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,12 +1,12 @@
[ [
{ {
"timestamp": 1538475601,
"version": "3.0.1", "version": "3.0.1",
"changes": [ "changes": [
{ {
"note": "Dependencies updated" "note": "Dependencies updated"
} }
] ],
"timestamp": 1538693146
}, },
{ {
"version": "3.0.0", "version": "3.0.0",

View File

@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.1 - _October 2, 2018_ ## v3.0.1 - _October 4, 2018_
* Dependencies updated * Dependencies updated
@ -38,7 +38,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v2.0.0-rc.1 - _August 14, 2018_ ## v2.0.0-rc.1 - _August 13, 2018_
* Added strict encoding/decoding checks for sendTransaction and call (#915) * Added strict encoding/decoding checks for sendTransaction and call (#915)
@ -58,7 +58,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0 - _July 20, 2018_ ## v1.0.0 - _July 19, 2018_
* Dependencies updated * Dependencies updated
@ -74,7 +74,7 @@ CHANGELOG
* Update EthersJs to fix the `value.toLowerCase()` is not a function bug caused by `ethers.js` breaking patch version https://github.com/ethers-io/ethers.js/issues/201 * Update EthersJs to fix the `value.toLowerCase()` is not a function bug caused by `ethers.js` breaking patch version https://github.com/ethers-io/ethers.js/issues/201
## v0.3.3 - _June 1, 2018_ ## v0.3.3 - _May 31, 2018_
* Incorrect publish that was unpublished * Incorrect publish that was unpublished
@ -82,7 +82,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.3.1 - _May 5, 2018_ ## v0.3.1 - _May 4, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,12 +1,12 @@
[ [
{ {
"timestamp": 1538475601,
"version": "3.0.1", "version": "3.0.1",
"changes": [ "changes": [
{ {
"note": "Dependencies updated" "note": "Dependencies updated"
} }
] ],
"timestamp": 1538693146
}, },
{ {
"version": "3.0.0", "version": "3.0.0",

View File

@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.1 - _October 2, 2018_ ## v3.0.1 - _October 4, 2018_
* Dependencies updated * Dependencies updated
@ -42,7 +42,7 @@ CHANGELOG
* Updated for SRA v2 (#974) * Updated for SRA v2 (#974)
* Stopped exporting `Order` type (#924) * Stopped exporting `Order` type (#924)
## v1.0.5 - _August 14, 2018_ ## v1.0.5 - _August 13, 2018_
* Dependencies updated * Dependencies updated
@ -62,7 +62,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0 - _July 20, 2018_ ## v1.0.0 - _July 19, 2018_
* Remove `WebSocketOrderbookChannel` from the public interface and replace with `orderbookChannelFactory` * Remove `WebSocketOrderbookChannel` from the public interface and replace with `orderbookChannelFactory`
@ -86,7 +86,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.6.12 - _May 5, 2018_ ## v0.6.12 - _May 4, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,12 +1,12 @@
[ [
{ {
"timestamp": 1538475601,
"version": "2.0.2", "version": "2.0.2",
"changes": [ "changes": [
{ {
"note": "Dependencies updated" "note": "Dependencies updated"
} }
] ],
"timestamp": 1538693146
}, },
{ {
"timestamp": 1538157789, "timestamp": 1538157789,

View File

@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.2 - _October 2, 2018_ ## v2.0.2 - _October 4, 2018_
* Dependencies updated * Dependencies updated
@ -51,7 +51,7 @@ CHANGELOG
* Remove superfluous exported types: `ContractEvent`, `Token`, `OrderFillRequest`, `ContractEventArgs`, `LogEvent`, `OnOrderStateChangeCallback`, `ECSignature`, `OrderStateValid`, `OrderStateInvalid`, `OrderState`, `FilterObject`, `TransactionReceipt` & `TransactionReceiptWithDecodedLogs` (#924) * Remove superfluous exported types: `ContractEvent`, `Token`, `OrderFillRequest`, `ContractEventArgs`, `LogEvent`, `OnOrderStateChangeCallback`, `ECSignature`, `OrderStateValid`, `OrderStateInvalid`, `OrderState`, `FilterObject`, `TransactionReceipt` & `TransactionReceiptWithDecodedLogs` (#924)
* Added Transaction Encoder for use with 0x Exchange executeTransaction (#975) * Added Transaction Encoder for use with 0x Exchange executeTransaction (#975)
## v1.0.1-rc.3 - _August 14, 2018_ ## v1.0.1-rc.3 - _August 13, 2018_
* Added strict encoding/decoding checks for sendTransaction and call (#915) * Added strict encoding/decoding checks for sendTransaction and call (#915)
* Add ForwarderWrapper (#934) * Add ForwarderWrapper (#934)
@ -69,7 +69,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0-rc.1 - _July 20, 2018_ ## v1.0.0-rc.1 - _July 19, 2018_
* Update blockstream to v5.0 and propogate up caught errors to active subscriptions (#815) * Update blockstream to v5.0 and propogate up caught errors to active subscriptions (#815)
* Update to v2 of 0x rpotocol (#822) * Update to v2 of 0x rpotocol (#822)

View File

@ -1,12 +1,12 @@
[ [
{ {
"timestamp": 1538475601,
"version": "1.0.12", "version": "1.0.12",
"changes": [ "changes": [
{ {
"note": "Dependencies updated" "note": "Dependencies updated"
} }
] ],
"timestamp": 1538693146
}, },
{ {
"timestamp": 1538157789, "timestamp": 1538157789,

View File

@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.12 - _October 2, 2018_ ## v1.0.12 - _October 4, 2018_
* Dependencies updated * Dependencies updated
@ -37,7 +37,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.4 - _August 14, 2018_ ## v1.0.4 - _August 13, 2018_
* Dependencies updated * Dependencies updated
@ -53,7 +53,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0 - _July 20, 2018_ ## v1.0.0 - _July 19, 2018_
* Dependencies updated * Dependencies updated
@ -79,7 +79,7 @@ CHANGELOG
* Pass SolCompilerArtifactAdapter to CoverageSubprovider (#589) * Pass SolCompilerArtifactAdapter to CoverageSubprovider (#589)
* Move callbackErrorReporter over from 0x.js (#579) * Move callbackErrorReporter over from 0x.js (#579)
## v0.4.1 - _May 5, 2018_ ## v0.4.1 - _May 4, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1538693146,
"version": "1.0.11",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1538475601, "timestamp": 1538475601,
"version": "1.0.10", "version": "1.0.10",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.11 - _October 4, 2018_
* Dependencies updated
## v1.0.10 - _October 2, 2018_ ## v1.0.10 - _October 2, 2018_
* Dependencies updated * Dependencies updated
@ -29,7 +33,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.4 - _August 14, 2018_ ## v1.0.4 - _August 13, 2018_
* Dependencies updated * Dependencies updated
@ -45,12 +49,12 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0 - _July 20, 2018_ ## v1.0.0 - _July 19, 2018_
* Add `TraceParams` interface for `debug_traceTransaction` parameters (#675) * Add `TraceParams` interface for `debug_traceTransaction` parameters (#675)
* Add `TransactionReceiptStatus` type (#812) * Add `TransactionReceiptStatus` type (#812)
* Add Artifact types: `CompilerSettings`, `CompilerOptions`, `OutputField` (#924) * Add Artifact types: `CompilerSettings`, `CompilerOptions`, `OutputField` (#924)
## v0.0.2 - _June 1, 2018_ ## v0.0.2 - _May 31, 2018_
* Initial publish (#642) * Initial publish (#642)

View File

@ -1,12 +1,12 @@
[ [
{ {
"timestamp": 1538475601,
"version": "1.0.7", "version": "1.0.7",
"changes": [ "changes": [
{ {
"note": "Dependencies updated" "note": "Dependencies updated"
} }
] ],
"timestamp": 1538693146
}, },
{ {
"timestamp": 1538157789, "timestamp": 1538157789,

View File

@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.7 - _October 2, 2018_ ## v1.0.7 - _October 4, 2018_
* Dependencies updated * Dependencies updated
@ -41,7 +41,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.1-rc.3 - _August 14, 2018_ ## v1.0.1-rc.3 - _August 13, 2018_
* Updated to use latest orderFactory interface, fixed `feeRecipient` spelling error in public interface (#936) * Updated to use latest orderFactory interface, fixed `feeRecipient` spelling error in public interface (#936)
* Dependencies updated * Dependencies updated
@ -58,7 +58,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0-rc.1 - _July 20, 2018_ ## v1.0.0-rc.1 - _July 19, 2018_
* Make fill-scenarios compatible with V2 of 0x protocol (#656) * Make fill-scenarios compatible with V2 of 0x protocol (#656)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1538693146,
"version": "1.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1538475601, "timestamp": 1538475601,
"version": "1.0.6", "version": "1.0.6",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.7 - _October 4, 2018_
* Dependencies updated
## v1.0.6 - _October 2, 2018_ ## v1.0.6 - _October 2, 2018_
* Dependencies updated * Dependencies updated
@ -37,7 +41,7 @@ CHANGELOG
* Update incorrect relayer api fee recipients response schema (#974) * Update incorrect relayer api fee recipients response schema (#974)
## v1.0.1-rc.4 - _August 14, 2018_ ## v1.0.1-rc.4 - _August 13, 2018_
* Allow for additional properties in txData schema (#938) * Allow for additional properties in txData schema (#938)
* Change hexSchema to match `0x` (#937) * Change hexSchema to match `0x` (#937)
@ -59,7 +63,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0-rc.1 - _July 20, 2018_ ## v1.0.0-rc.1 - _July 19, 2018_
* Update schemas for V2 or 0x Protocol (#615) * Update schemas for V2 or 0x Protocol (#615)
* Added CallData schema (#821) * Added CallData schema (#821)
@ -85,7 +89,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.7.23 - _May 5, 2018_ ## v0.7.23 - _May 4, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,12 +1,12 @@
[ [
{ {
"timestamp": 1538475601,
"version": "1.0.14", "version": "1.0.14",
"changes": [ "changes": [
{ {
"note": "Dependencies updated" "note": "Dependencies updated"
} }
] ],
"timestamp": 1538693146
}, },
{ {
"timestamp": 1538157789, "timestamp": 1538157789,

View File

@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.14 - _October 2, 2018_ ## v1.0.14 - _October 4, 2018_
* Dependencies updated * Dependencies updated
@ -45,7 +45,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.4 - _August 14, 2018_ ## v1.0.4 - _August 13, 2018_
* Dependencies updated * Dependencies updated
@ -61,7 +61,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0 - _July 20, 2018_ ## v1.0.0 - _July 19, 2018_
* Added migrations for 0x Protocol v2 * Added migrations for 0x Protocol v2
@ -85,7 +85,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.0.5 - _May 5, 2018_ ## v0.0.5 - _May 4, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,12 +1,12 @@
[ [
{ {
"timestamp": 1538475601,
"version": "1.0.7", "version": "1.0.7",
"changes": [ "changes": [
{ {
"note": "Dependencies updated" "note": "Dependencies updated"
} }
] ],
"timestamp": 1538693146
}, },
{ {
"version": "1.0.6", "version": "1.0.6",

View File

@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.7 - _October 2, 2018_ ## v1.0.7 - _October 4, 2018_
* Dependencies updated * Dependencies updated
@ -52,7 +52,7 @@ CHANGELOG
* Make `sortFeeOrdersByFeeAdjustedRate` in `sortingUtils` generic (#997) * Make `sortFeeOrdersByFeeAdjustedRate` in `sortingUtils` generic (#997)
* Update `findFeeOrdersThatCoverFeesForTargetOrders` to round the the nearest integer when calculating required fees (#997) * Update `findFeeOrdersThatCoverFeesForTargetOrders` to round the the nearest integer when calculating required fees (#997)
## v1.0.1-rc.3 - _August 14, 2018_ ## v1.0.1-rc.3 - _August 13, 2018_
* Update ecSignOrderHashAsync to return signature string with signature type byte. Removes messagePrefixOpts. (#914) * Update ecSignOrderHashAsync to return signature string with signature type byte. Removes messagePrefixOpts. (#914)
* Added a synchronous `createOrder` method in `orderFactory`, updated public interfaces to support some optional parameters (#936) * Added a synchronous `createOrder` method in `orderFactory`, updated public interfaces to support some optional parameters (#936)
@ -75,7 +75,7 @@ CHANGELOG
* Upgrade ethereumjs-abi dep including a fix so that addresses starting with 0 are properly decoded by `decodeERC20AssetData` * Upgrade ethereumjs-abi dep including a fix so that addresses starting with 0 are properly decoded by `decodeERC20AssetData`
## v1.0.0-rc.1 - _July 20, 2018_ ## v1.0.0-rc.1 - _July 19, 2018_
* Refactor to work with V2 of 0x protocol (#636) * Refactor to work with V2 of 0x protocol (#636)
* Export parseECSignature method (#684) * Export parseECSignature method (#684)
@ -101,7 +101,7 @@ CHANGELOG
* Add orderStateUtils, a module for computing order state needed to decide if an order is still valid * Add orderStateUtils, a module for computing order state needed to decide if an order is still valid
## v0.0.4 - _May 5, 2018_ ## v0.0.4 - _May 4, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,12 +1,12 @@
[ [
{ {
"timestamp": 1538475601,
"version": "2.1.1", "version": "2.1.1",
"changes": [ "changes": [
{ {
"note": "Dependencies updated" "note": "Dependencies updated"
} }
] ],
"timestamp": 1538693146
}, },
{ {
"version": "2.1.0", "version": "2.1.0",

View File

@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.1.1 - _October 2, 2018_ ## v2.1.1 - _October 4, 2018_
* Dependencies updated * Dependencies updated
@ -48,7 +48,7 @@ CHANGELOG
* Export types: `ExchangeContractErrs`, `OrderRelevantState`, `JSONRPCRequestPayload`, `JSONRPCErrorCallback` and `JSONRPCResponsePayload` (#924) * Export types: `ExchangeContractErrs`, `OrderRelevantState`, `JSONRPCRequestPayload`, `JSONRPCErrorCallback` and `JSONRPCResponsePayload` (#924)
* Remove exporting types: `BlockParamLiteral`, `BlockParam`, `Order` (#924) * Remove exporting types: `BlockParamLiteral`, `BlockParam`, `Order` (#924)
## v1.0.1-rc.3 - _August 14, 2018_ ## v1.0.1-rc.3 - _August 13, 2018_
* Dependencies updated * Dependencies updated
@ -64,7 +64,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0-rc.1 - _July 20, 2018_ ## v1.0.0-rc.1 - _July 19, 2018_
* Add support for ERC721 event watching and Exchange V2 events (#887) * Add support for ERC721 event watching and Exchange V2 events (#887)

View File

@ -1,12 +1,12 @@
[ [
{ {
"timestamp": 1538475601,
"version": "1.0.13", "version": "1.0.13",
"changes": [ "changes": [
{ {
"note": "Dependencies updated" "note": "Dependencies updated"
} }
] ],
"timestamp": 1538693146
}, },
{ {
"timestamp": 1538157789, "timestamp": 1538157789,

View File

@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.13 - _October 2, 2018_ ## v1.0.13 - _October 4, 2018_
* Dependencies updated * Dependencies updated
@ -37,7 +37,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.5 - _August 14, 2018_ ## v1.0.5 - _August 13, 2018_
* Dependencies updated * Dependencies updated
@ -57,7 +57,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0 - _July 20, 2018_ ## v1.0.0 - _July 19, 2018_
* Dependencies updated * Dependencies updated
@ -77,7 +77,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.0.13 - _June 1, 2018_ ## v0.0.13 - _May 31, 2018_
* Incorrect publish that was unpublished * Incorrect publish that was unpublished
@ -85,7 +85,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.0.11 - _May 5, 2018_ ## v0.0.11 - _May 4, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1538693146,
"version": "1.0.15",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1538475601, "timestamp": 1538475601,
"version": "1.0.14", "version": "1.0.14",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.15 - _October 4, 2018_
* Dependencies updated
## v1.0.14 - _October 2, 2018_ ## v1.0.14 - _October 2, 2018_
* Dependencies updated * Dependencies updated
@ -37,7 +41,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.6 - _August 14, 2018_ ## v1.0.6 - _August 13, 2018_
* Dependencies updated * Dependencies updated
@ -61,7 +65,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0 - _July 20, 2018_ ## v1.0.0 - _July 19, 2018_
* Dependencies updated * Dependencies updated
@ -77,11 +81,11 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.2.0 - _May 5, 2018_ ## v0.2.0 - _May 4, 2018_
* Removed portal specific colors * Removed portal specific colors
## v0.1.6 - _May 5, 2018_ ## v0.1.6 - _May 4, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,12 +1,12 @@
[ [
{ {
"timestamp": 1538475601,
"version": "1.1.7", "version": "1.1.7",
"changes": [ "changes": [
{ {
"note": "Dependencies updated" "note": "Dependencies updated"
} }
] ],
"timestamp": 1538693146
}, },
{ {
"timestamp": 1538157789, "timestamp": 1538157789,

View File

@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.1.7 - _October 2, 2018_ ## v1.1.7 - _October 4, 2018_
* Dependencies updated * Dependencies updated
@ -39,7 +39,7 @@ CHANGELOG
* Stop exporting types: `ContractArtifact`, `ContractNetworks` (#924) * Stop exporting types: `ContractArtifact`, `ContractNetworks` (#924)
* Export types: `CompilerSettings`, `OutputField` (#924) * Export types: `CompilerSettings`, `OutputField` (#924)
## v1.0.5 - _August 14, 2018_ ## v1.0.5 - _August 13, 2018_
* Dependencies updated * Dependencies updated
@ -59,7 +59,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0 - _July 20, 2018_ ## v1.0.0 - _July 19, 2018_
* Dependencies updated * Dependencies updated
@ -85,7 +85,7 @@ CHANGELOG
* Properly export the executable binary (#588) * Properly export the executable binary (#588)
* Add the ability to define a specific solidity version (#589) * Add the ability to define a specific solidity version (#589)
## v0.4.3 - _May 5, 2018_ ## v0.4.3 - _May 4, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,12 +1,12 @@
[ [
{ {
"timestamp": 1538475601,
"version": "2.1.7", "version": "2.1.7",
"changes": [ "changes": [
{ {
"note": "Dependencies updated" "note": "Dependencies updated"
} }
] ],
"timestamp": 1538693146
}, },
{ {
"timestamp": 1538157789, "timestamp": 1538157789,

View File

@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.1.7 - _October 2, 2018_ ## v2.1.7 - _October 4, 2018_
* Dependencies updated * Dependencies updated
@ -37,7 +37,7 @@ CHANGELOG
* 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)
## v2.0.0 - _August 14, 2018_ ## v2.0.0 - _August 13, 2018_
* Fix a bug when eth_call coverage was not computed because of silent schema validation failures (#938) * Fix a bug when eth_call coverage was not computed because of silent schema validation failures (#938)
* Make `TruffleArtifactAdapter` read the `truffle.js` config for `solc` settings (#938) * Make `TruffleArtifactAdapter` read the `truffle.js` config for `solc` settings (#938)
@ -56,7 +56,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0 - _July 20, 2018_ ## v1.0.0 - _July 19, 2018_
* Add artifact adapter as a parameter for `CoverageSubprovider`. Export `AbstractArtifactAdapter` (#589) * Add artifact adapter as a parameter for `CoverageSubprovider`. Export `AbstractArtifactAdapter` (#589)
* Implement `SolCompilerArtifactAdapter` and `TruffleArtifactAdapter` (#589) * Implement `SolCompilerArtifactAdapter` and `TruffleArtifactAdapter` (#589)
@ -89,7 +89,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.1.0 - _June 1, 2018_ ## v0.1.0 - _May 31, 2018_
* Incorrect publish that was unpublished * Incorrect publish that was unpublished
@ -97,7 +97,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.0.10 - _May 5, 2018_ ## v0.0.10 - _May 4, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,12 +1,12 @@
[ [
{ {
"timestamp": 1538475601,
"version": "1.0.2", "version": "1.0.2",
"changes": [ "changes": [
{ {
"note": "Dependencies updated" "note": "Dependencies updated"
} }
] ],
"timestamp": 1538693146
}, },
{ {
"timestamp": 1538157789, "timestamp": 1538157789,

View File

@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.2 - _October 2, 2018_ ## v1.0.2 - _October 4, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1538693146,
"version": "1.0.14",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1538475601, "timestamp": 1538475601,
"version": "1.0.13", "version": "1.0.13",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.14 - _October 4, 2018_
* Dependencies updated
## v1.0.13 - _October 2, 2018_ ## v1.0.13 - _October 2, 2018_
* Dependencies updated * Dependencies updated
@ -37,7 +41,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.5 - _August 14, 2018_ ## v1.0.5 - _August 13, 2018_
* Fix a bug where RelativeFSResolver would crash when trying to read a directory (#909) * Fix a bug where RelativeFSResolver would crash when trying to read a directory (#909)
* Fix a bug where NpmResolver would crash when trying to read a directory (#961) * Fix a bug where NpmResolver would crash when trying to read a directory (#961)
@ -58,7 +62,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0 - _July 20, 2018_ ## v1.0.0 - _July 19, 2018_
* Fix a bug in FsResolver where it tries to read directories as files (#589) * Fix a bug in FsResolver where it tries to read directories as files (#589)
* Fix a bug in NameResolver where it is not ignoring .sol files (#589) * Fix a bug in NameResolver where it is not ignoring .sol files (#589)
@ -71,7 +75,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.0.6 - _June 1, 2018_ ## v0.0.6 - _May 31, 2018_
* Incorrect publish that was unpublished * Incorrect publish that was unpublished
@ -79,7 +83,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.0.4 - _May 5, 2018_ ## v0.0.4 - _May 4, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,12 +1,12 @@
[ [
{ {
"timestamp": 1538475601,
"version": "1.0.13", "version": "1.0.13",
"changes": [ "changes": [
{ {
"note": "Dependencies updated" "note": "Dependencies updated"
} }
] ],
"timestamp": 1538693146
}, },
{ {
"timestamp": 1538157789, "timestamp": 1538157789,

View File

@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.13 - _October 2, 2018_ ## v1.0.13 - _October 4, 2018_
* Dependencies updated * Dependencies updated
@ -37,7 +37,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.5 - _August 14, 2018_ ## v1.0.5 - _August 13, 2018_
* Dependencies updated * Dependencies updated
@ -57,7 +57,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0 - _July 20, 2018_ ## v1.0.0 - _July 19, 2018_
* Dependencies updated * Dependencies updated
@ -89,7 +89,7 @@ CHANGELOG
* Properly export the executable binary (#588) * Properly export the executable binary (#588)
## v0.0.14 - _May 5, 2018_ ## v0.0.14 - _May 4, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,12 +1,12 @@
[ [
{ {
"timestamp": 1538475601,
"version": "1.0.6", "version": "1.0.6",
"changes": [ "changes": [
{ {
"note": "Dependencies updated" "note": "Dependencies updated"
} }
] ],
"timestamp": 1538693146
}, },
{ {
"timestamp": 1538157789, "timestamp": 1538157789,

View File

@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.6 - _October 2, 2018_ ## v1.0.6 - _October 4, 2018_
* Dependencies updated * Dependencies updated
@ -38,6 +38,6 @@ CHANGELOG
* Add takerAddress to /orders parameters (#974) * Add takerAddress to /orders parameters (#974)
## v1.0.1-rc.4 - _August 14, 2018_ ## v1.0.1-rc.4 - _August 13, 2018_
* Add inital spec for SRA v2 (#916) * Add inital spec for SRA v2 (#916)

View File

@ -1,12 +1,12 @@
[ [
{ {
"timestamp": 1538475601,
"version": "2.0.7", "version": "2.0.7",
"changes": [ "changes": [
{ {
"note": "Dependencies updated" "note": "Dependencies updated"
} }
] ],
"timestamp": 1538693146
}, },
{ {
"timestamp": 1538157789, "timestamp": 1538157789,

View File

@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.7 - _October 2, 2018_ ## v2.0.7 - _October 4, 2018_
* Dependencies updated * Dependencies updated
@ -37,7 +37,7 @@ CHANGELOG
* 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)
## v1.0.5 - _August 14, 2018_ ## v1.0.5 - _August 13, 2018_
* Dependencies updated * Dependencies updated
@ -57,7 +57,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0 - _July 20, 2018_ ## v1.0.0 - _July 19, 2018_
* Add `RpcSubprovider` with timeout (#874) * Add `RpcSubprovider` with timeout (#874)
* Add `EthLightwalletSubprovider` (#775) * Add `EthLightwalletSubprovider` (#775)
@ -78,7 +78,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.10.1 - _May 5, 2018_ ## v0.10.1 - _May 4, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1538693146,
"version": "1.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1536142250, "timestamp": 1536142250,
"version": "1.0.7", "version": "1.0.7",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.8 - _October 4, 2018_
* Dependencies updated
## v1.0.7 - _September 5, 2018_ ## v1.0.7 - _September 5, 2018_
* Dependencies updated * Dependencies updated
@ -13,7 +17,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.5 - _August 14, 2018_ ## v1.0.5 - _August 13, 2018_
* Dependencies updated * Dependencies updated
@ -33,7 +37,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0 - _July 20, 2018_ ## v1.0.0 - _July 19, 2018_
* Added a bunch of rules (#883) * Added a bunch of rules (#883)
@ -45,7 +49,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.4.19 - _June 1, 2018_ ## v0.4.19 - _May 31, 2018_
* Incorrect publish that was unpublished * Incorrect publish that was unpublished

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1538693146,
"version": "1.1.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1538475601, "timestamp": 1538475601,
"version": "1.1.3", "version": "1.1.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.1.4 - _October 4, 2018_
* Dependencies updated
## v1.1.3 - _October 2, 2018_ ## v1.1.3 - _October 2, 2018_
* Dependencies updated * Dependencies updated
@ -40,7 +44,7 @@ CHANGELOG
* Add revert reasons for ERC721Token (#933) * Add revert reasons for ERC721Token (#933)
## v1.0.1-rc.4 - _August 14, 2018_ ## v1.0.1-rc.4 - _August 13, 2018_
* Added SignerType to handle different signing prefix scenarios (#914) * Added SignerType to handle different signing prefix scenarios (#914)
@ -60,7 +64,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0-rc.1 - _July 20, 2018_ ## v1.0.0-rc.1 - _July 19, 2018_
* Updated types for V2 of 0x protocol * Updated types for V2 of 0x protocol
* Add `ECSignatureBuffer` * Add `ECSignatureBuffer`
@ -83,7 +87,7 @@ CHANGELOG
* Make OpCode type an enum (#589) * Make OpCode type an enum (#589)
* Moved ExchangeContractErrs, DoneCallback, Token, OrderRelevantState, OrderStateValid, OrderStateInvalid, OrderState, OrderAddresses and OrderValues types from 0x.js (#579) * Moved ExchangeContractErrs, DoneCallback, Token, OrderRelevantState, OrderStateValid, OrderStateInvalid, OrderState, OrderAddresses and OrderValues types from 0x.js (#579)
## v0.6.3 - _May 5, 2018_ ## v0.6.3 - _May 4, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1538693146,
"version": "3.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1538475601, "timestamp": 1538475601,
"version": "3.0.1", "version": "3.0.1",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.2 - _October 4, 2018_
* Dependencies updated
## v3.0.1 - _October 2, 2018_ ## v3.0.1 - _October 2, 2018_
* Dependencies updated * Dependencies updated
@ -29,7 +33,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.4 - _August 14, 2018_ ## v1.0.4 - _August 13, 2018_
* Dependencies updated * Dependencies updated
@ -45,7 +49,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0 - _July 20, 2018_ ## v1.0.0 - _July 19, 2018_
* Add types for `eth-lightwallet` (#775) * Add types for `eth-lightwallet` (#775)
* Improve 'web3-provider-engine' typings (#768) * Improve 'web3-provider-engine' typings (#768)
@ -70,7 +74,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.3.1 - _May 5, 2018_ ## v0.3.1 - _May 4, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1538693146,
"version": "2.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1538475601, "timestamp": 1538475601,
"version": "2.0.1", "version": "2.0.1",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.2 - _October 4, 2018_
* Dependencies updated
## v2.0.1 - _October 2, 2018_ ## v2.0.1 - _October 2, 2018_
* Dependencies updated * Dependencies updated
@ -37,7 +41,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.5 - _August 14, 2018_ ## v1.0.5 - _August 13, 2018_
* Increased BigNumber decimal precision from 20 to 78 (#807) * Increased BigNumber decimal precision from 20 to 78 (#807)
* Store different ABIs for events with same function signature and different amount of indexed arguments (#933) * Store different ABIs for events with same function signature and different amount of indexed arguments (#933)
@ -58,7 +62,7 @@ CHANGELOG
* Add `AbortController` polyfill to `fetchAsync` (#903) * Add `AbortController` polyfill to `fetchAsync` (#903)
## v1.0.0 - _July 20, 2018_ ## v1.0.0 - _July 19, 2018_
* Add `fetchAsync` which adds a default timeout to all requests (#874) * Add `fetchAsync` which adds a default timeout to all requests (#874)
@ -76,7 +80,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.7.0 - _June 1, 2018_ ## v0.7.0 - _May 31, 2018_
* Incorrect publish that was unpublished * Incorrect publish that was unpublished
@ -84,7 +88,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.6.1 - _May 5, 2018_ ## v0.6.1 - _May 4, 2018_
* Dependencies updated * Dependencies updated

View File

@ -1,12 +1,12 @@
[ [
{ {
"timestamp": 1538475601,
"version": "3.0.3", "version": "3.0.3",
"changes": [ "changes": [
{ {
"note": "Dependencies updated" "note": "Dependencies updated"
} }
] ],
"timestamp": 1538693146
}, },
{ {
"timestamp": 1538157789, "timestamp": 1538157789,

View File

@ -5,7 +5,7 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.3 - _October 2, 2018_ ## v3.0.3 - _October 4, 2018_
* Dependencies updated * Dependencies updated
@ -40,7 +40,7 @@ CHANGELOG
* Stop exporting types: `CallTxDataBaseRPC` and `AbstractBlockRPC` (#924) * Stop exporting types: `CallTxDataBaseRPC` and `AbstractBlockRPC` (#924)
* Export `AbiDecoder` class (#924) * Export `AbiDecoder` class (#924)
## v1.2.0 - _August 14, 2018_ ## v1.2.0 - _August 13, 2018_
* Export marshaller to convert between RPC and user-space data formats (#938) * Export marshaller to convert between RPC and user-space data formats (#938)
* Export RPC types (#938) * Export RPC types (#938)
@ -61,7 +61,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v1.0.0 - _July 20, 2018_ ## v1.0.0 - _July 19, 2018_
* Stop exporting `marshaller` utility file. (#902) * Stop exporting `marshaller` utility file. (#902)
* Export `marshaller` utility file. (#829) * Export `marshaller` utility file. (#829)
@ -80,7 +80,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.7.0 - _June 4, 2018_ ## v0.7.0 - _June 3, 2018_
* Add `web3Wrapper.getContractCodeAsync` (#675) * Add `web3Wrapper.getContractCodeAsync` (#675)
* Add `web3Wrapper.getTransactionTraceAsync` (#675) * Add `web3Wrapper.getTransactionTraceAsync` (#675)
@ -95,7 +95,7 @@ CHANGELOG
* Dependencies updated * Dependencies updated
## v0.6.3 - _May 5, 2018_ ## v0.6.3 - _May 4, 2018_
* Dependencies updated * Dependencies updated