Updated CHANGELOGS
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
"note": "Move `ZeroExError.InvalidSignature` to `@0xproject/order-utils` `OrderError.InvalidSignature`",
|
||||
"pr": 559
|
||||
}
|
||||
]
|
||||
],
|
||||
"timestamp": 1525428773
|
||||
},
|
||||
{
|
||||
"version": "0.36.3",
|
||||
|
||||
@@ -5,6 +5,13 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.37.0 - _May 4, 2018_
|
||||
|
||||
* Fixed expiration watcher comparator to handle orders with equal expiration times (#526)
|
||||
* Update Web3 Provider Engine to 14.0.4 (#555)
|
||||
* Add `zeroEx.getProvider()` (#559)
|
||||
* Move `ZeroExError.InvalidSignature` to `@0xproject/order-utils` `OrderError.InvalidSignature` (#559)
|
||||
|
||||
## v0.36.3 - _April 18, 2018_
|
||||
|
||||
* Move @0xproject/migrations to devDependencies
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1525428773,
|
||||
"version": "0.2.12",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1524044013,
|
||||
"version": "0.2.11",
|
||||
|
||||
@@ -5,11 +5,15 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.2.12 - _May 4, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.2.11 - _April 18, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.2.10 - _April 12, 2018_
|
||||
## v0.2.10 - _April 11, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
@@ -21,26 +25,26 @@ CHANGELOG
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.2.5 - _March 18, 2018_
|
||||
## v0.2.5 - _March 17, 2018_
|
||||
|
||||
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)
|
||||
|
||||
## v0.2.4 - _March 4, 2018_
|
||||
## v0.2.4 - _March 3, 2018_
|
||||
|
||||
* Add a `backend` parameter that allows you to specify the Ethereum library you use in your templates (`web3` or `ethers`). Ethers auto-converts small ints to numbers whereas Web3 doesn't. Defaults to `web3` (#413)
|
||||
* Add support for [tuple types](https://solidity.readthedocs.io/en/develop/abi-spec.html#handling-tuple-types) (#413)
|
||||
* Add `hasReturnValue` to context data (#413)
|
||||
|
||||
## v0.2.1 - _February 9, 2018_
|
||||
## v0.2.1 - _February 8, 2018_
|
||||
|
||||
* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)
|
||||
|
||||
## v0.2.0 - _February 7, 2018_
|
||||
## v0.2.0 - _February 6, 2018_
|
||||
|
||||
* Added CLI options for explicit specifying location of partials and main template (#346)
|
||||
* Added CLI option to specify networkId, adding support for the JSON artifact format found in @0xproject/contracts (#388)
|
||||
|
||||
## v0.1.0 - _January 11, 2018_
|
||||
## v0.1.0 - _January 10, 2018_
|
||||
|
||||
* Fixed array typings with union types (#295)
|
||||
* Add event ABIs to context data passed to templates (#302)
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1525428773,
|
||||
"version": "0.2.8",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1524044013,
|
||||
"version": "0.2.7",
|
||||
|
||||
@@ -5,11 +5,15 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.2.8 - _May 4, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.2.7 - _April 18, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.2.6 - _April 12, 2018_
|
||||
## v0.2.6 - _April 11, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
@@ -21,20 +25,20 @@ CHANGELOG
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.2.0 - _March 8, 2018_
|
||||
## v0.2.0 - _March 7, 2018_
|
||||
|
||||
* Rename `isHttpUrl` to `isWebUri` (#412)
|
||||
|
||||
## v0.1.0 - _March 4, 2018_
|
||||
## v0.1.0 - _March 3, 2018_
|
||||
|
||||
* Remove isETHAddressHex checksum address check and assume address will be lowercased (#373)
|
||||
* Add an optional parameter `subSchemas` to `doesConformToSchema` method (#385)
|
||||
|
||||
## v0.0.18 - _February 9, 2017_
|
||||
## v0.0.18 - _February 8, 2017_
|
||||
|
||||
* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)
|
||||
|
||||
## v0.0.4 - _November 14, 2017_
|
||||
## v0.0.4 - _November 13, 2017_
|
||||
|
||||
* Re-publish Assert previously published under NPM package @0xproject/0x-assert
|
||||
* Added assertion isValidBaseUnitAmount which checks both that the value is a valid bigNumber and that it does not contain decimals.
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
"note": "Update ethers-contracts to ethers.js",
|
||||
"pr": 540
|
||||
}
|
||||
]
|
||||
],
|
||||
"timestamp": 1525428773
|
||||
},
|
||||
{
|
||||
"timestamp": 1524044013,
|
||||
|
||||
@@ -5,11 +5,15 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.3.0 - _May 4, 2018_
|
||||
|
||||
* Update ethers-contracts to ethers.js (#540)
|
||||
|
||||
## v0.2.1 - _April 18, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.2.0 - _April 12, 2018_
|
||||
## v0.2.0 - _April 11, 2018_
|
||||
|
||||
* Contract wrappers now accept Provider and defaults instead of Web3Wrapper (#501)
|
||||
|
||||
@@ -23,6 +27,6 @@ CHANGELOG
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.0.2 - _March 4, 2018_
|
||||
## v0.0.2 - _March 3, 2018_
|
||||
|
||||
* Initial release
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1525428773,
|
||||
"version": "0.6.11",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1524044013,
|
||||
"version": "0.6.10",
|
||||
|
||||
@@ -5,11 +5,15 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.6.11 - _May 4, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.6.10 - _April 18, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.6.9 - _April 12, 2018_
|
||||
## v0.6.9 - _April 11, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
@@ -21,44 +25,44 @@ CHANGELOG
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.6.4 - _March 18, 2018_
|
||||
## v0.6.4 - _March 17, 2018_
|
||||
|
||||
* Consolidate `Order`, `SignedOrder`, and `ECSignature` into the `@0xproject/types` package (#456)
|
||||
|
||||
## v0.6.2 - _February 16, 2018_
|
||||
## v0.6.2 - _February 15, 2018_
|
||||
|
||||
* Fix JSON parse empty response (#407)
|
||||
|
||||
## v0.6.0 - _February 16, 2018_
|
||||
## v0.6.0 - _February 15, 2018_
|
||||
|
||||
* Add pagination options to HttpClient methods (#393)
|
||||
* Add heartbeat configuration to WebSocketOrderbookChannel constructor (#406)
|
||||
|
||||
## v0.5.7 - _February 9, 2018_
|
||||
## v0.5.7 - _February 8, 2018_
|
||||
|
||||
* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)
|
||||
|
||||
## v0.5.0 - _January 17, 2018_
|
||||
## 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 11, 2018_
|
||||
## v0.4.0 - _January 10, 2018_
|
||||
|
||||
* Prevent getFeesAsync method on HttpClient from mutating input (#296)
|
||||
|
||||
## v0.3.0 - _December 8, 2017_
|
||||
## 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 29, 2017_
|
||||
## 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 22, 2017_
|
||||
## v0.1.0 - _November 21, 2017_
|
||||
|
||||
* Provide a HttpClient class for interacting with standard relayer api compliant HTTP urls
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
"note": "Add support for solidity 0.4.23",
|
||||
"pr": 545
|
||||
}
|
||||
]
|
||||
],
|
||||
"timestamp": 1525428773
|
||||
},
|
||||
{
|
||||
"version": "0.4.1",
|
||||
|
||||
@@ -5,11 +5,15 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.4.2 - _May 4, 2018_
|
||||
|
||||
* Add support for solidity 0.4.23 (#545)
|
||||
|
||||
## v0.4.1 - _April 18, 2018_
|
||||
|
||||
* Add support for solidity 0.4.22 (#531)
|
||||
|
||||
## v0.4.0 - _April 12, 2018_
|
||||
## v0.4.0 - _April 11, 2018_
|
||||
|
||||
* Changed the config key `web3Provider` to `provider` to be consistent with other tools (#501)
|
||||
|
||||
@@ -21,11 +25,11 @@ CHANGELOG
|
||||
|
||||
* Create solc_bin directory if does not exist before attempting to compile (#491)
|
||||
|
||||
## v0.3.1 - _March 18, 2018_
|
||||
## v0.3.1 - _March 17, 2018_
|
||||
|
||||
* Add TS types for `yargs`
|
||||
|
||||
## v0.3.0 - _March 18, 2018_
|
||||
## v0.3.0 - _March 17, 2018_
|
||||
|
||||
* Add support for Solidity 0.4.20 and 0.4.21
|
||||
* Replace `jsonrpcPort` config with `jsonrpcUrl` (#426)
|
||||
@@ -38,15 +42,15 @@ CHANGELOG
|
||||
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)
|
||||
* Add `#!/usr/bin/env node` pragma above `cli.ts` script to fix command-line error.
|
||||
|
||||
## v0.2.0 - _March 4, 2018_
|
||||
## v0.2.0 - _March 3, 2018_
|
||||
|
||||
* Check dependencies when determining if contracts should be recompiled (#408)
|
||||
* Improve an error message for when deployer is supplied with an incorrect number of constructor arguments (#419)
|
||||
|
||||
## v0.1.0 - _February 16, 2018_
|
||||
## v0.1.0 - _February 15, 2018_
|
||||
|
||||
* Add the ability to pass in specific contracts to compile in CLI (#400)
|
||||
|
||||
## v0.0.8 - _February 9, 2018_
|
||||
## v0.0.8 - _February 8, 2018_
|
||||
|
||||
* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
"note": "Update web3 provider engine to 14.0.4",
|
||||
"pr": 555
|
||||
}
|
||||
]
|
||||
],
|
||||
"timestamp": 1525428773
|
||||
},
|
||||
{
|
||||
"version": "0.3.6",
|
||||
|
||||
@@ -5,11 +5,15 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.4.0 - _May 4, 2018_
|
||||
|
||||
* Update web3 provider engine to 14.0.4 (#555)
|
||||
|
||||
## v0.3.6 - _April 18, 2018_
|
||||
|
||||
* Allow an rpcURL to be set in Web3Config (for testnet RPC endpoints) (#524)
|
||||
|
||||
## v0.3.5 - _April 12, 2018_
|
||||
## v0.3.5 - _April 11, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
@@ -21,25 +25,25 @@ CHANGELOG
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.3.1 - _March 18, 2018_
|
||||
## v0.3.1 - _March 17, 2018_
|
||||
|
||||
* Reduce npm package size by adding an `.npmignore` file.
|
||||
* Move `@0xproject/web3-wrapper` to dependencies from devDependencies.
|
||||
|
||||
## v0.3.0 - _March 18, 2018_
|
||||
## v0.3.0 - _March 17, 2018_
|
||||
|
||||
* Add coverage subprovider if SOLIDITY_COVERAGE env variable is true (#426)
|
||||
* Refactor `BlockchainLifecycle` to work with in-process ganache (#426)
|
||||
* Remove `RPC` class and move it's logic to `Web3Wrapper` (#426)
|
||||
|
||||
## v0.2.0 - _February 16, 2018_
|
||||
## v0.2.0 - _February 15, 2018_
|
||||
|
||||
* Remove subproviders (#392)
|
||||
|
||||
## v0.0.12 - _February 9, 2018_
|
||||
## v0.0.12 - _February 8, 2018_
|
||||
|
||||
* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)
|
||||
|
||||
## v0.0.11 - _February 7, 2018_
|
||||
## v0.0.11 - _February 6, 2018_
|
||||
|
||||
* Updated `types-ethereumjs-util` dev dependency (#352)
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1525428773,
|
||||
"version": "0.7.22",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1524044013,
|
||||
"version": "0.7.21",
|
||||
|
||||
@@ -5,11 +5,15 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.7.22 - _May 4, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.7.21 - _April 18, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.7.20 - _April 12, 2018_
|
||||
## v0.7.20 - _April 11, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
@@ -21,14 +25,14 @@ CHANGELOG
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.7.13 - _February 9, 2018_
|
||||
## v0.7.13 - _February 8, 2018_
|
||||
|
||||
* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)
|
||||
|
||||
## v0.7.0 - _December 20, 2017_
|
||||
## v0.7.0 - _December 19, 2017_
|
||||
|
||||
* Rename `subscriptionOptsSchema` to `blockRangeSchema` (#272)
|
||||
|
||||
## v0.6.7 - _November 14, 2017_
|
||||
## v0.6.7 - _November 13, 2017_
|
||||
|
||||
* Re-publish JSON-schema previously published under NPM package 0x-json-schemas
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1525428773,
|
||||
"version": "0.0.4",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1524073495,
|
||||
"version": "0.0.3",
|
||||
|
||||
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.0.4 - _May 4, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.0.3 - _April 18, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1525428773,
|
||||
"version": "0.1.19",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1524044013,
|
||||
"version": "0.1.18",
|
||||
|
||||
@@ -5,11 +5,15 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.1.19 - _May 4, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.1.18 - _April 18, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.1.17 - _April 12, 2018_
|
||||
## v0.1.17 - _April 11, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
@@ -17,6 +21,6 @@ CHANGELOG
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.1.13 - _March 18, 2018_
|
||||
## v0.1.13 - _March 17, 2018_
|
||||
|
||||
* Add postpublish utils
|
||||
|
||||
@@ -1 +1,11 @@
|
||||
[]
|
||||
[
|
||||
{
|
||||
"timestamp": 1525428773,
|
||||
"version": "0.0.2",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
10
packages/order-utils/CHANGELOG.md
Normal file
10
packages/order-utils/CHANGELOG.md
Normal file
@@ -0,0 +1,10 @@
|
||||
<!--
|
||||
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
|
||||
Edit the package's CHANGELOG.json file only.
|
||||
-->
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.0.2 - _May 4, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1525428773,
|
||||
"version": "0.0.9",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "0.0.8",
|
||||
"changes": [
|
||||
|
||||
@@ -5,13 +5,17 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.0.9 - _May 4, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.0.8 - _April 18, 2018_
|
||||
|
||||
* Added support for rendering default param values (#519)
|
||||
* Added support for rendering nested function types within interface types (#519)
|
||||
* Improve type comment rendering (#535)
|
||||
|
||||
## v0.0.7 - _April 12, 2018_
|
||||
## v0.0.7 - _April 11, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
@@ -26,11 +30,11 @@ CHANGELOG
|
||||
* Rename `MethodBlock` to `SignatureBlock` since it is not used to render method and function signature blocks. (#465)
|
||||
* Add support for documenting exported functions. (#465)
|
||||
|
||||
## v0.0.3 - _March 18, 2018_
|
||||
## v0.0.3 - _March 17, 2018_
|
||||
|
||||
* Move TS typings from devDependencies to dependencies since they are needed by the package user.
|
||||
|
||||
## v0.0.2 - _March 18, 2018_
|
||||
## v0.0.2 - _March 17, 2018_
|
||||
|
||||
* Move example out into a separate sub-package
|
||||
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1525428773,
|
||||
"version": "0.1.4",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1524044013,
|
||||
"version": "0.1.3",
|
||||
|
||||
@@ -5,11 +5,15 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.1.4 - _May 4, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.1.3 - _April 18, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.1.2 - _April 12, 2018_
|
||||
## v0.1.2 - _April 11, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1525428773,
|
||||
"version": "0.0.9",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1524044013,
|
||||
"version": "0.0.8",
|
||||
|
||||
@@ -5,11 +5,15 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.0.9 - _May 4, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.0.8 - _April 18, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.0.7 - _April 12, 2018_
|
||||
## v0.0.7 - _April 11, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1525428773,
|
||||
"version": "0.0.3",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1524044013,
|
||||
"version": "0.0.2",
|
||||
|
||||
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.0.3 - _May 4, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.0.2 - _April 18, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1525428773,
|
||||
"version": "0.0.12",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1524079658,
|
||||
"version": "0.0.11",
|
||||
|
||||
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.0.12 - _May 4, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.0.11 - _April 18, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
"note": "Relax `to` validation in base wallet subprovider for transactions that deploy contracts",
|
||||
"pr": 555
|
||||
}
|
||||
]
|
||||
],
|
||||
"timestamp": 1525428773
|
||||
},
|
||||
{
|
||||
"version": "0.9.0",
|
||||
|
||||
@@ -5,7 +5,12 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.9.0 - _April 12, 2018_
|
||||
## v0.10.0 - _May 4, 2018_
|
||||
|
||||
* Upgrade web3-provider-engine to 14.0.4 (#555)
|
||||
* Relax `to` validation in base wallet subprovider for transactions that deploy contracts (#555)
|
||||
|
||||
## v0.9.0 - _April 11, 2018_
|
||||
|
||||
* Refactor RedundantRPCSubprovider into RedundantSubprovider where it now accepts an array of subproviders rather then an array of RPC endpoints (#500)
|
||||
* Add PrivateKeySubprovider and refactor shared functionality into a base wallet subprovider (#506)
|
||||
@@ -23,43 +28,43 @@ CHANGELOG
|
||||
* Introduce `JSONRPCRequestPayloadWithMethod` type (#465)
|
||||
* Export `ErrorCallback` type. (#465)
|
||||
|
||||
## v0.8.0 - _March 18, 2018_
|
||||
## v0.8.0 - _March 17, 2018_
|
||||
|
||||
* Export `GanacheSubprovider` and `Subprovider` (#426)
|
||||
* Make all subproviders to derive from `Subprovider` (#426)
|
||||
* Add types for `NextCallback`, `OnNextCompleted` (#426)
|
||||
* Ignore `ganache-core` dependency when using package in a browser environment.
|
||||
|
||||
## v0.7.0 - _March 8, 2018_
|
||||
## v0.7.0 - _March 7, 2018_
|
||||
|
||||
* Updated legerco packages. Removed node-hid package as a dependency and make it an optional dependency. It is still used in integration tests but is causing problems for users on Linux distros. (#437)
|
||||
|
||||
## v0.6.0 - _March 4, 2018_
|
||||
## v0.6.0 - _March 3, 2018_
|
||||
|
||||
* Move web3 types from being a devDep to a dep since one cannot use this package without it (#429)
|
||||
* Add `numberOfAccounts` param to `LedgerSubprovider` method `getAccountsAsync` (#432)
|
||||
|
||||
## v0.5.0 - _February 16, 2018_
|
||||
## v0.5.0 - _February 15, 2018_
|
||||
|
||||
* Add EmptyWalletSubprovider and FakeGasEstimateSubprovider (#392)
|
||||
|
||||
## v0.4.1 - _February 9, 2018_
|
||||
## v0.4.1 - _February 8, 2018_
|
||||
|
||||
* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)
|
||||
|
||||
## v0.4.0 - _February 7, 2018_
|
||||
## v0.4.0 - _February 6, 2018_
|
||||
|
||||
* Added NonceTrackerSubprovider (#355)
|
||||
* InjectedWeb3Subprovider accepts a Provider in the constructor, previously it was a Web3 object (#363)
|
||||
|
||||
## v0.3.6 - _January 28, 2018_
|
||||
## v0.3.6 - _January 27, 2018_
|
||||
|
||||
* Return a transaction hash from `_sendTransactionAsync` (#303)
|
||||
|
||||
## v0.3.0 - _December 28, 2017_
|
||||
## v0.3.0 - _December 27, 2017_
|
||||
|
||||
* Allow LedgerSubprovider to handle `eth_sign` in addition to `personal_sign` RPC requests
|
||||
|
||||
## v0.2.0 - _December 20, 2017_
|
||||
## v0.2.0 - _December 19, 2017_
|
||||
|
||||
* Improve the performance of address fetching (#271)
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1525428773,
|
||||
"version": "0.4.17",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1524044013,
|
||||
"version": "0.4.16",
|
||||
|
||||
@@ -5,11 +5,15 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.4.17 - _May 4, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.4.16 - _April 18, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.4.15 - _April 12, 2018_
|
||||
## v0.4.15 - _April 11, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
@@ -21,28 +25,28 @@ CHANGELOG
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.4.9 - _February 9, 2018_
|
||||
## v0.4.9 - _February 8, 2018_
|
||||
|
||||
* Move devDeps to deps to fix missed dependency issue in published package.
|
||||
|
||||
## v0.4.8 - _February 9, 2018_
|
||||
## v0.4.8 - _February 8, 2018_
|
||||
|
||||
* Fix publish issue where custom TSLint rules were not being included (#389)
|
||||
|
||||
## v0.4.7 - _February 7, 2018_
|
||||
## v0.4.7 - _February 6, 2018_
|
||||
|
||||
* Modified custom 'underscore-privates' rule, changing it to 'underscore-private-and-protected' requiring underscores to be prepended to both private and protected variable names (#354)
|
||||
|
||||
## v0.4.0 - _December 28, 2017_
|
||||
## v0.4.0 - _December 27, 2017_
|
||||
|
||||
* Added custom 'underscore-privates' rule, requiring underscores to be prepended to private variable names
|
||||
* Because our tools can be used in both a TS and JS environment, we want to make the private methods of any public facing interface show up at the bottom of auto-complete lists. Additionally, we wanted to remain consistent with respect to our usage of underscores in order to enforce this rule with a linter rule, rather then manual code reviews.
|
||||
|
||||
## v0.3.0 - _December 20, 2017_
|
||||
## v0.3.0 - _December 19, 2017_
|
||||
|
||||
* Added rules for unused imports, variables and Async suffixes (#265)
|
||||
|
||||
## v0.1.0 - _November 14, 2017_
|
||||
## v0.1.0 - _November 13, 2017_
|
||||
|
||||
* Re-published TsLintConfig previously published under NPM package `tslint-config-0xproject`
|
||||
* Updated to TSLint v5.8.0, requiring several rule additions to keep our conventions aligned.
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1525428773,
|
||||
"version": "0.6.2",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1524044013,
|
||||
"version": "0.6.1",
|
||||
|
||||
@@ -5,11 +5,15 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.6.2 - _May 4, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.6.1 - _April 18, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.6.0 - _April 12, 2018_
|
||||
## v0.6.0 - _April 11, 2018_
|
||||
|
||||
* Add Provider type (#501)
|
||||
|
||||
@@ -21,25 +25,25 @@ CHANGELOG
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.4.0 - _March 18, 2018_
|
||||
## v0.4.0 - _March 17, 2018_
|
||||
|
||||
* Remove `JSONRPCPayload` (#426)
|
||||
* Consolidate `Order`, `SignedOrder`, and `ECSignature` into the `@0xproject/types` package (#456)
|
||||
|
||||
## v0.3.1 - _March 8, 2018_
|
||||
## v0.3.1 - _March 7, 2018_
|
||||
|
||||
* Added `RawLogEntry` type.
|
||||
|
||||
## v0.3.0 - _March 4, 2018_
|
||||
## 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 9, 2018_
|
||||
## v0.2.1 - _February 8, 2018_
|
||||
|
||||
* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)
|
||||
|
||||
## v0.2.0 - _February 7, 2018_
|
||||
## v0.2.0 - _February 6, 2018_
|
||||
|
||||
* Added BlockLiteralParam and BlockParam, refactored out of 0x.js types. (#355)
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
"note": "Add types for `ethers.js`, removing `ethers-contracts`",
|
||||
"pr": 540
|
||||
}
|
||||
]
|
||||
],
|
||||
"timestamp": 1525428773
|
||||
},
|
||||
{
|
||||
"version": "0.2.0",
|
||||
|
||||
@@ -5,11 +5,15 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.3.0 - _May 4, 2018_
|
||||
|
||||
* Add types for `ethers.js`, removing `ethers-contracts` (#540)
|
||||
|
||||
## v0.2.0 - _April 18, 2018_
|
||||
|
||||
* Add types for `solc.compileStandardWrapper` (#509)
|
||||
|
||||
## v0.1.0 - _April 12, 2018_
|
||||
## v0.1.0 - _April 11, 2018_
|
||||
|
||||
* Add types for more packages (#501)
|
||||
* Add types for HDKey (#507)
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
"note": "Update ethers-contracts to ethers.js",
|
||||
"pr": 540
|
||||
}
|
||||
]
|
||||
],
|
||||
"timestamp": 1525428773
|
||||
},
|
||||
{
|
||||
"version": "0.5.2",
|
||||
|
||||
@@ -5,11 +5,15 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.6.0 - _May 4, 2018_
|
||||
|
||||
* Update ethers-contracts to ethers.js (#540)
|
||||
|
||||
## v0.5.2 - _April 18, 2018_
|
||||
|
||||
* Export NULL_BYTES constant (#500)
|
||||
|
||||
## v0.5.1 - _April 12, 2018_
|
||||
## v0.5.1 - _April 11, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
@@ -21,28 +25,28 @@ CHANGELOG
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.4.3 - _March 18, 2018_
|
||||
## v0.4.3 - _March 17, 2018_
|
||||
|
||||
* Add `@types/node` to dependencies since `intervalUtils` has the `NodeJS` type as part of its public interface.
|
||||
|
||||
## v0.4.2 - _March 18, 2018_
|
||||
## v0.4.2 - _March 17, 2018_
|
||||
|
||||
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)
|
||||
|
||||
## v0.4.0 - _March 4, 2018_
|
||||
## v0.4.0 - _March 3, 2018_
|
||||
|
||||
* Use `ethers-contracts` as a backend to decode event args (#413)
|
||||
* Move web3 types from devDep to dep since required when using this package (#429)
|
||||
|
||||
## v0.3.2 - _February 9, 2018_
|
||||
## v0.3.2 - _February 8, 2018_
|
||||
|
||||
* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)
|
||||
|
||||
## v0.3.0 - _February 5, 2018_
|
||||
## v0.3.0 - _February 4, 2018_
|
||||
|
||||
* Fix a bug related to event signature collisions (argument indexes aren't included in event signatures) in the abi_decoder. The decoder used to throw on unknown events with identical signatures as a known event (except indexes). (#366)
|
||||
|
||||
## v0.2.0 - _January 17, 2018_
|
||||
## v0.2.0 - _January 16, 2018_
|
||||
|
||||
* Add `onError` parameter to `intervalUtils.setAsyncExcludingInterval` (#312)
|
||||
* Add `intervalUtils.setInterval` (#312)
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1525428773,
|
||||
"version": "0.6.2",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1524044013,
|
||||
"version": "0.6.1",
|
||||
|
||||
@@ -5,11 +5,15 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.6.2 - _May 4, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.6.1 - _April 18, 2018_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.6.0 - _April 12, 2018_
|
||||
## v0.6.0 - _April 11, 2018_
|
||||
|
||||
* Make `isAddress` and `toWei` static (#501)
|
||||
* Add static methods `toUnitAmount` and `toBaseUnitAmount` (#501)
|
||||
@@ -24,19 +28,19 @@ CHANGELOG
|
||||
|
||||
* Rename `signTransactionAsync` to `signMessageAsync` for clarity (#465)
|
||||
|
||||
## v0.3.0 - _March 18, 2018_
|
||||
## v0.3.0 - _March 17, 2018_
|
||||
|
||||
* Add `web3Wrapper.takeSnapshotAsync`, `web3Wrapper.revertSnapshotAsync`, `web3Wrapper.mineBlockAsync`, `web3Wrapper.increaseTimeAsync` (#426)
|
||||
* Add `web3Wrapper.isZeroExWeb3Wrapper` for runtime instanceOf checks (#426)
|
||||
* Add a `getProvider` method (#444)
|
||||
|
||||
## v0.2.0 - _March 4, 2018_
|
||||
## v0.2.0 - _March 3, 2018_
|
||||
|
||||
* Ensure all returned user addresses are lowercase (#373)
|
||||
* Add `web3Wrapper.callAsync` (#413)
|
||||
* Make `web3Wrapper.estimateGas` accept whole `txData` instead of `data` (#413)
|
||||
* Remove `web3Wrapper.getContractInstance` (#413)
|
||||
|
||||
## v0.1.12 - _February 9, 2018_
|
||||
## v0.1.12 - _February 8, 2018_
|
||||
|
||||
* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)
|
||||
|
||||
Reference in New Issue
Block a user