Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Updated CHANGELOGS
Browse files Browse the repository at this point in the history
  • Loading branch information
LogvinovLeon committed Oct 18, 2018
1 parent 7e49db2 commit 71d1e6b
Show file tree
Hide file tree
Showing 60 changed files with 352 additions and 46 deletions.
3 changes: 2 additions & 1 deletion packages/0x.js/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"note": "Export new `AssetData` type from types",
"pr": 1131
}
]
],
"timestamp": 1539871071
},
{
"version": "1.0.8",
Expand Down
11 changes: 10 additions & 1 deletion packages/0x.js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v2.0.0 - _October 18, 2018_

* Add support for `eth_signTypedData`. (#1102)
* Added `MetamaskSubprovider` to handle inconsistencies in Metamask's signing JSON RPC endpoints. (#1102)
* Removed `SignerType` (including `SignerType.Metamask`). Please use the `MetamaskSubprovider` to wrap `web3.currentProvider`. (#1102)
* Updated to use new modularized artifacts and the latest version of @0xproject/contract-wrappers (#1105)
* Make web3-provider-engine types a 'dependency' so it's available to users of the library (#1105)
* Export new `AssetData` type from types (#1131)

## v1.0.8 - _October 4, 2018_

* Dependencies updated
Expand Down Expand Up @@ -49,7 +58,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)

## v1.0.1-rc.3 - _August 13, 2018_
## v1.0.1-rc.3 - _August 14, 2018_

* Dependencies updated
* Update ecSignOrderHashAsync to return the signature as a string for immediate use in contracts (#914)
Expand Down
9 changes: 9 additions & 0 deletions packages/abi-gen-wrappers/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1539871071,
"version": "1.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "1.0.0",
"changes": [
Expand Down
14 changes: 14 additions & 0 deletions packages/abi-gen-wrappers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!--
changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->

CHANGELOG

## v1.0.1 - _October 18, 2018_

* Dependencies updated

## v1.0.0 - _Invalid date_

* Initial release (#1105)
9 changes: 9 additions & 0 deletions packages/abi-gen/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1539871071,
"version": "1.0.14",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "1.0.13",
"changes": [
Expand Down
6 changes: 5 additions & 1 deletion packages/abi-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v1.0.14 - _October 18, 2018_

* Dependencies updated

## v1.0.13 - _October 4, 2018_

* Dependencies updated
Expand Down Expand Up @@ -37,7 +41,7 @@ CHANGELOG

* Dependencies updated

## v1.0.5 - _August 13, 2018_
## v1.0.5 - _August 14, 2018_

* Dependencies updated

Expand Down
9 changes: 9 additions & 0 deletions packages/assert/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1539871071,
"version": "1.0.14",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "1.0.13",
"changes": [
Expand Down
6 changes: 5 additions & 1 deletion packages/assert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v1.0.14 - _October 18, 2018_

* Dependencies updated

## v1.0.13 - _October 4, 2018_

* Dependencies updated
Expand Down Expand Up @@ -37,7 +41,7 @@ CHANGELOG

* Dependencies updated

## v1.0.5 - _August 13, 2018_
## v1.0.5 - _August 14, 2018_

* Dependencies updated

Expand Down
3 changes: 2 additions & 1 deletion packages/asset-buyer/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"note": "Add missing types to public interface",
"pr": 1139
}
]
],
"timestamp": 1539871071
},
{
"version": "2.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/asset-buyer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v2.1.0 - _October 18, 2018_

* Add `gasLimit` and `gasPrice` as optional properties on `BuyQuoteExecutionOpts`
* Export `BuyQuoteInfo` type (#1131)
* Updated to use new modularized artifacts and the latest version of @0xproject/contract-wrappers (#1105)
* Add `gasLimit` and `gasPrice` as optional properties on `BuyQuoteExecutionOpts` (#1116)
* Add `docs:json` command to package.json (#1139)
* Add missing types to public interface (#1139)

## v2.0.0 - _October 4, 2018_

* Expand AssetBuyer to work with multiple assets at once (#1086)
Expand Down
9 changes: 9 additions & 0 deletions packages/base-contract/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1539871071,
"version": "3.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "3.0.1",
"changes": [
Expand Down
6 changes: 5 additions & 1 deletion packages/base-contract/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v3.0.2 - _October 18, 2018_

* Dependencies updated

## v3.0.1 - _October 4, 2018_

* Dependencies updated
Expand Down Expand Up @@ -38,7 +42,7 @@ CHANGELOG

* Dependencies updated

## v2.0.0-rc.1 - _August 13, 2018_
## v2.0.0-rc.1 - _August 14, 2018_

* Added strict encoding/decoding checks for sendTransaction and call (#915)

Expand Down
9 changes: 9 additions & 0 deletions packages/connect/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1539871071,
"version": "3.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "3.0.1",
"changes": [
Expand Down
6 changes: 5 additions & 1 deletion packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v3.0.2 - _October 18, 2018_

* Dependencies updated

## v3.0.1 - _October 4, 2018_

* Dependencies updated
Expand Down Expand Up @@ -42,7 +46,7 @@ CHANGELOG
* Updated for SRA v2 (#974)
* Stopped exporting `Order` type (#924)

## v1.0.5 - _August 13, 2018_
## v1.0.5 - _August 14, 2018_

* Dependencies updated

Expand Down
3 changes: 2 additions & 1 deletion packages/contract-addresses/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"pr": 1105,
"note": "Initial release"
}
]
],
"timestamp": 1539871071
},
{
"version": "1.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/contract-addresses/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!--
changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->

CHANGELOG

## v1.0.1 - _October 18, 2018_

* Initial release (#1105)

## v1.0.0 - _Invalid date_

* Unpublished Package
3 changes: 2 additions & 1 deletion packages/contract-artifacts/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"pr": 1105,
"note": "Initial release"
}
]
],
"timestamp": 1539871071
},
{
"version": "1.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/contract-artifacts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!--
changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->

CHANGELOG

## v1.0.1 - _October 18, 2018_

* Initial release (#1105)

## v1.0.0 - _Invalid date_

* Unpublished Package
3 changes: 2 additions & 1 deletion packages/contract-wrappers/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"Removed ContractNotFound errors. Checking for this error was somewhat ineffecient. Relevant methods/functions now return the default error from web3-wrapper, which we feel provides enough information.",
"pr": 1105
}
]
],
"timestamp": 1539871071
},
{
"version": "2.0.2",
Expand Down
13 changes: 12 additions & 1 deletion packages/contract-wrappers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v3.0.0 - _October 18, 2018_

* Add optional validation to the forwarder wrapper methods
* Updated to use new modularized artifacts. (#1105)
* Top-level `ContractWrappers` class has a new optional `contractAddresses` parameter. (#1105)
* Default contract addresses are no longer stored in artifacts and are instead loaded from the `@0xproject/contract-addresses` package. (#1105)
* Most contract addresses are now defined at instantiation time and are available as properties (e.g., `exchangeWrapper.address`) instead of methods (e.g., `exchangeWrapper.getContractAddress()`). (#1105)
* Removed `setProvider` method in top-level `ContractWrapper` class and added new `unsubscribeAll` method. (#1105)
* Some properties and methods have been renamed. For example, some methods that previously could throw no longer can, and so their names have been updated accordingly. (#1105)
* Removed ContractNotFound errors. Checking for this error was somewhat ineffecient. Relevant methods/functions now return the default error from web3-wrapper, which we feel provides enough information. (#1105)

## v2.0.2 - _October 4, 2018_

* Dependencies updated
Expand Down Expand Up @@ -51,7 +62,7 @@ CHANGELOG
* 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)

## v1.0.1-rc.3 - _August 13, 2018_
## v1.0.1-rc.3 - _August 14, 2018_

* Added strict encoding/decoding checks for sendTransaction and call (#915)
* Add ForwarderWrapper (#934)
Expand Down
3 changes: 2 additions & 1 deletion packages/dev-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Make web3-provider-engine types a 'dependency' so it's available to users of the library",
"pr": 1105
}
]
],
"timestamp": 1539871071
},
{
"version": "1.0.12",
Expand Down
6 changes: 5 additions & 1 deletion packages/dev-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v1.0.13 - _October 18, 2018_

* Make web3-provider-engine types a 'dependency' so it's available to users of the library (#1105)

## v1.0.12 - _October 4, 2018_

* Dependencies updated
Expand Down Expand Up @@ -37,7 +41,7 @@ CHANGELOG

* Dependencies updated

## v1.0.4 - _August 13, 2018_
## v1.0.4 - _August 14, 2018_

* Dependencies updated

Expand Down
3 changes: 2 additions & 1 deletion packages/ethereum-types/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Add `JSONRPCResponseError` and error field on `JSONRPCResponsePayload`.",
"pr": 1102
}
]
],
"timestamp": 1539871071
},
{
"version": "1.1.0",
Expand Down
12 changes: 10 additions & 2 deletions packages/ethereum-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v1.1.1 - _October 18, 2018_

* Add `JSONRPCResponseError` and error field on `JSONRPCResponsePayload`. (#1102)

## v1.1.0 - _Invalid date_

* Unpublished package.

## v1.0.11 - _October 4, 2018_

* Dependencies updated
Expand Down Expand Up @@ -33,7 +41,7 @@ CHANGELOG

* Dependencies updated

## v1.0.4 - _August 13, 2018_
## v1.0.4 - _August 14, 2018_

* Dependencies updated

Expand All @@ -55,6 +63,6 @@ CHANGELOG
* Add `TransactionReceiptStatus` type (#812)
* Add Artifact types: `CompilerSettings`, `CompilerOptions`, `OutputField` (#924)

## v0.0.2 - _May 31, 2018_
## v0.0.2 - _June 1, 2018_

* Initial publish (#642)
3 changes: 2 additions & 1 deletion packages/fill-scenarios/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Updated to use new @0xproject/contract-artifacts and @0xproject/abi-gen-wrappers packages",
"pr": 1105
}
]
],
"timestamp": 1539871071
},
{
"version": "1.0.7",
Expand Down
Loading

0 comments on commit 71d1e6b

Please sign in to comment.