aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/CHANGELOG.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-04-02 16:35:26 +0800
committerFabio Berger <me@fabioberger.com>2018-04-02 16:35:26 +0800
commit595517e68bec219c4d7805675d91e3ee3682153e (patch)
tree084bb86b2531610cb1cce0a33389ec991e25cdef /packages/deployer/CHANGELOG.json
parent40ab2de393a1c9e87c0df4c72dc7c76fe60eb720 (diff)
downloaddexon-0x-contracts-595517e68bec219c4d7805675d91e3ee3682153e.tar
dexon-0x-contracts-595517e68bec219c4d7805675d91e3ee3682153e.tar.gz
dexon-0x-contracts-595517e68bec219c4d7805675d91e3ee3682153e.tar.bz2
dexon-0x-contracts-595517e68bec219c4d7805675d91e3ee3682153e.tar.lz
dexon-0x-contracts-595517e68bec219c4d7805675d91e3ee3682153e.tar.xz
dexon-0x-contracts-595517e68bec219c4d7805675d91e3ee3682153e.tar.zst
dexon-0x-contracts-595517e68bec219c4d7805675d91e3ee3682153e.zip
Generate CHANGELOG.json files
Diffstat (limited to 'packages/deployer/CHANGELOG.json')
-rw-r--r--packages/deployer/CHANGELOG.json106
1 files changed, 106 insertions, 0 deletions
diff --git a/packages/deployer/CHANGELOG.json b/packages/deployer/CHANGELOG.json
new file mode 100644
index 000000000..df93d9210
--- /dev/null
+++ b/packages/deployer/CHANGELOG.json
@@ -0,0 +1,106 @@
+[
+ {
+ "version": "0.3.2",
+ "changes": [
+ {
+ "note": "Create solc_bin directory if does not exist before attempting to compile",
+ "pr": 491
+ }
+ ]
+ },
+ {
+ "version": "0.3.1",
+ "changes": [
+ {
+ "note": "Add TS types for `yargs`"
+ }
+ ],
+ "timestamp": 1521298800,
+ "isPublished": true
+ },
+ {
+ "version": "0.3.0",
+ "changes": [
+ {
+ "note": "Add support for Solidity 0.4.20 and 0.4.21"
+ },
+ {
+ "note": "Replace `jsonrpcPort` config with `jsonrpcUrl`",
+ "pr": 426
+ },
+ {
+ "note": "Replace `jsonrpc-port` CLI option with `jsonrpc-url`",
+ "pr": 426
+ },
+ {
+ "note": "Export the `Compiler`",
+ "pr": 426
+ },
+ {
+ "note": "Load solc from remote source instead of having it locally",
+ "pr": 426
+ },
+ {
+ "note":
+ "Add `bytecode`, `runtime_bytecode`, `source_map`, `source_map_runtime` and `sources` fields to artifacts",
+ "pr": 426
+ },
+ {
+ "note": "Remove 0x-specific `migrate` command",
+ "pr": 426
+ },
+ {
+ "note":
+ "Allow deployer to accept a provider instead of port and host. This makes it possible to run it with in-process ganache-core",
+ "pr": 426
+ },
+ {
+ "note": "Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package",
+ "pr": 452
+ },
+ {
+ "note": "Add `#!/usr/bin/env node` pragma above `cli.ts` script to fix command-line error."
+ }
+ ],
+ "timestamp": 1521298800,
+ "isPublished": true
+ },
+ {
+ "version": "0.2.0",
+ "changes": [
+ {
+ "note": "Check dependencies when determining if contracts should be recompiled",
+ "pr": 408
+ },
+ {
+ "note":
+ "Improve an error message for when deployer is supplied with an incorrect number of constructor arguments",
+ "pr": 419
+ }
+ ],
+ "timestamp": 1520089200,
+ "isPublished": true
+ },
+ {
+ "version": "0.1.0",
+ "changes": [
+ {
+ "note": "Add the ability to pass in specific contracts to compile in CLI",
+ "pr": 400
+ }
+ ],
+ "timestamp": 1518706800,
+ "isPublished": true
+ },
+ {
+ "version": "0.0.8",
+ "changes": [
+ {
+ "note": "Fix publishing issue where .npmignore was not properly excluding undesired content",
+ "pr": 389
+ }
+ ],
+ "timestamp": 1518102000,
+ "isPublished": true
+ }
+]