From 855b6b1dc5597f360451232ff6dfc91beb3a9f50 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 23 Jul 2018 16:58:40 +0200 Subject: Updated CHANGELOGS --- packages/0x.js/CHANGELOG.json | 9 +++++++++ packages/0x.js/CHANGELOG.md | 21 ++++++++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) (limited to 'packages/0x.js') diff --git a/packages/0x.js/CHANGELOG.json b/packages/0x.js/CHANGELOG.json index c3b8728c6..3f8ccc712 100644 --- a/packages/0x.js/CHANGELOG.json +++ b/packages/0x.js/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1532357734, + "version": "1.0.0", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "timestamp": 1532043100, "version": "1.0.0-rc.2", diff --git a/packages/0x.js/CHANGELOG.md b/packages/0x.js/CHANGELOG.md index f38529715..36a3c2a1d 100644 --- a/packages/0x.js/CHANGELOG.md +++ b/packages/0x.js/CHANGELOG.md @@ -1,10 +1,29 @@ CHANGELOG +## v1.0.0 - _July 23, 2018_ + + * Dependencies updated + +## v1.0.0-rc.2 - _July 20, 2018_ + + * Remove `zeroEx.assetData` and instead re-export it's static functions directly off `ZeroEx` + +## v1.0.0-rc.1 - _July 20, 2018_ + + * Remove tokenRegistry wrapper (#863) + * Rename `zeroEx.token` to `zeroEx.erc20Token`, and add `zeroEx.erc721Token` (#863) + * Rename `zeroEx.proxy` to `zeroEx.erc20Proxy` and add `zeroEx.erc721Proxy` (#863) + * Refactored `ZeroEx.isValidSignature` to `zeroEx.isValidSignatureAsync`. It is now async so that it can verify contract-dependent signature types (#863) + * Refactored `signOrderHashAsync` to `ecSignOrderHashAsync`. There are now many non-ECSignature ways to sign orders too. (#863) + * Removed `createOrderWatcherAsync` method. Will be added back once OrderWatcher is refactored for V2 (#863) + * 0x.js exports renamed contract events and event arg types (#863) + * Export `ZeroEx.assetData` with methods to decode/encode assetData fields found in 0x orders (#884) + ## v0.38.6 - _July 18, 2018_ * Dependencies updated -- cgit v1.2.3 From f05a5638027fb0d88389867007ab15b137338b54 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 23 Jul 2018 16:58:52 +0200 Subject: Publish - 0x.js@1.0.0 - @0xproject/abi-gen@1.0.1 - @0xproject/assert@1.0.1 - @0xproject/base-contract@1.0.1 - @0xproject/connect@1.0.1 - @0xproject/contract-wrappers@1.0.0 - contracts@2.1.36 - @0xproject/dev-utils@1.0.1 - ethereum-types@1.0.1 - @0xproject/fill-scenarios@1.0.0 - @0xproject/json-schemas@1.0.0 - @0xproject/metacoin@0.0.11 - @0xproject/migrations@1.0.1 - @0xproject/monorepo-scripts@1.0.1 - @0xproject/order-utils@1.0.0 - @0xproject/order-watcher@1.0.0 - @0xproject/react-docs@1.0.1 - @0xproject/react-docs-example@0.0.16 - @0xproject/react-shared@1.0.1 - @0xproject/sol-compiler@1.0.1 - @0xproject/sol-cov@1.0.1 - @0xproject/sol-resolver@1.0.1 - @0xproject/sra-report@1.0.1 - @0xproject/subproviders@1.0.1 - @0xproject/testnet-faucets@1.0.37 - @0xproject/tslint-config@1.0.1 - @0xproject/types@1.0.0 - @0xproject/typescript-typings@1.0.1 - @0xproject/utils@1.0.1 - @0xproject/web3-wrapper@1.0.1 - @0xproject/website@0.0.40 --- packages/0x.js/package.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'packages/0x.js') diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json index 06ffe2daf..f4231e1e2 100644 --- a/packages/0x.js/package.json +++ b/packages/0x.js/package.json @@ -1,6 +1,6 @@ { "name": "0x.js", - "version": "1.0.0-rc.2", + "version": "1.0.0", "engines": { "node": ">=6.12" }, @@ -68,11 +68,11 @@ }, "license": "Apache-2.0", "devDependencies": { - "@0xproject/abi-gen": "^1.0.0", - "@0xproject/dev-utils": "^1.0.0", - "@0xproject/migrations": "^1.0.0", - "@0xproject/monorepo-scripts": "^1.0.0", - "@0xproject/tslint-config": "^1.0.0", + "@0xproject/abi-gen": "^1.0.1", + "@0xproject/dev-utils": "^1.0.1", + "@0xproject/migrations": "^1.0.1", + "@0xproject/monorepo-scripts": "^1.0.1", + "@0xproject/tslint-config": "^1.0.1", "@types/lodash": "4.14.104", "@types/mocha": "^2.2.42", "@types/node": "^8.0.53", @@ -98,17 +98,17 @@ "webpack": "^3.1.0" }, "dependencies": { - "@0xproject/assert": "^1.0.0", - "@0xproject/base-contract": "^1.0.0", - "@0xproject/contract-wrappers": "^1.0.0-rc.1", - "@0xproject/order-utils": "^1.0.0-rc.1", - "@0xproject/sol-compiler": "^1.0.0", - "@0xproject/subproviders": "^1.0.0", - "@0xproject/types": "^1.0.0-rc.1", - "@0xproject/typescript-typings": "^1.0.0", - "@0xproject/utils": "^1.0.0", - "@0xproject/web3-wrapper": "^1.0.0", - "ethereum-types": "^1.0.0", + "@0xproject/assert": "^1.0.1", + "@0xproject/base-contract": "^1.0.1", + "@0xproject/contract-wrappers": "^1.0.0", + "@0xproject/order-utils": "^1.0.0", + "@0xproject/sol-compiler": "^1.0.1", + "@0xproject/subproviders": "^1.0.1", + "@0xproject/types": "^1.0.0", + "@0xproject/typescript-typings": "^1.0.1", + "@0xproject/utils": "^1.0.1", + "@0xproject/web3-wrapper": "^1.0.1", + "ethereum-types": "^1.0.1", "ethers": "3.0.22", "lodash": "^4.17.4" }, -- cgit v1.2.3 From a66ccaa1da2af753038bf22a5e7e63bdc307bf2f Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 23 Jul 2018 17:13:31 +0200 Subject: Revert "Publish" This reverts commit 3dc94051713e4a32796ce3b4ae4b70b527e24cfe. --- packages/0x.js/package.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'packages/0x.js') diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json index f4231e1e2..06ffe2daf 100644 --- a/packages/0x.js/package.json +++ b/packages/0x.js/package.json @@ -1,6 +1,6 @@ { "name": "0x.js", - "version": "1.0.0", + "version": "1.0.0-rc.2", "engines": { "node": ">=6.12" }, @@ -68,11 +68,11 @@ }, "license": "Apache-2.0", "devDependencies": { - "@0xproject/abi-gen": "^1.0.1", - "@0xproject/dev-utils": "^1.0.1", - "@0xproject/migrations": "^1.0.1", - "@0xproject/monorepo-scripts": "^1.0.1", - "@0xproject/tslint-config": "^1.0.1", + "@0xproject/abi-gen": "^1.0.0", + "@0xproject/dev-utils": "^1.0.0", + "@0xproject/migrations": "^1.0.0", + "@0xproject/monorepo-scripts": "^1.0.0", + "@0xproject/tslint-config": "^1.0.0", "@types/lodash": "4.14.104", "@types/mocha": "^2.2.42", "@types/node": "^8.0.53", @@ -98,17 +98,17 @@ "webpack": "^3.1.0" }, "dependencies": { - "@0xproject/assert": "^1.0.1", - "@0xproject/base-contract": "^1.0.1", - "@0xproject/contract-wrappers": "^1.0.0", - "@0xproject/order-utils": "^1.0.0", - "@0xproject/sol-compiler": "^1.0.1", - "@0xproject/subproviders": "^1.0.1", - "@0xproject/types": "^1.0.0", - "@0xproject/typescript-typings": "^1.0.1", - "@0xproject/utils": "^1.0.1", - "@0xproject/web3-wrapper": "^1.0.1", - "ethereum-types": "^1.0.1", + "@0xproject/assert": "^1.0.0", + "@0xproject/base-contract": "^1.0.0", + "@0xproject/contract-wrappers": "^1.0.0-rc.1", + "@0xproject/order-utils": "^1.0.0-rc.1", + "@0xproject/sol-compiler": "^1.0.0", + "@0xproject/subproviders": "^1.0.0", + "@0xproject/types": "^1.0.0-rc.1", + "@0xproject/typescript-typings": "^1.0.0", + "@0xproject/utils": "^1.0.0", + "@0xproject/web3-wrapper": "^1.0.0", + "ethereum-types": "^1.0.0", "ethers": "3.0.22", "lodash": "^4.17.4" }, -- cgit v1.2.3