| Commit message (Expand) | Author | Age | Files | Lines |
* | Publishethereum-types@1.0.9contracts@2.1.48@0xproject/website@0.0.53@0xproject/web3-wrapper@3.0.2@0xproject/utils@2.0.0@0xproject/typescript-typings@3.0.0@0xproject/types@1.1.2@0xproject/testnet-faucets@1.0.50@0xproject/subproviders@2.0.6@0xproject/sra-spec@1.0.5@0xproject/sra-report@1.0.12@0xproject/sol-resolver@1.0.12@0xproject/sol-doc@1.0.1@0xproject/sol-cov@2.1.6@0xproject/sol-compiler@1.1.6@0xproject/react-shared@1.0.13@0xproject/react-docs@1.0.12@0xproject/order-watcher@2.1.0@0xproject/order-utils@1.0.6@0xproject/monorepo-scripts@1.0.10@0xproject/migrations@1.0.13@0xproject/metacoin@0.0.22@0xproject/json-schemas@1.0.5@0xproject/fill-scenarios@1.0.6@0xproject/dev-utils@1.0.11@0xproject/contract-wrappers@2.0.1@0xproject/connect@3.0.0@0xproject/base-contract@3.0.0@0xproject/asset-buyer@1.0.2@0xproject/assert@1.0.12@0xproject/abi-gen@1.0.120x.js@1.0.7 | Fabio Berger | 2018-09-29 | 1 | -5/+5 |
* | Updated CHANGELOGS | Fabio Berger | 2018-09-29 | 2 | -0/+23 |
* | fix: add bin file for sol-doc cli | F. Eugene Aumson | 2018-09-26 | 1 | -0/+2 |
* | fix: use latest versions of @0xproject packages | F. Eugene Aumson | 2018-09-26 | 1 | -3/+3 |
* | fix: comments | F. Eugene Aumson | 2018-09-26 | 1 | -3/+3 |
* | fix: print error and exit process; don't re-throw | F. Eugene Aumson | 2018-09-26 | 1 | -1/+4 |
* | fix: split line for readability | F. Eugene Aumson | 2018-09-26 | 1 | -3/+2 |
* | fix: rename JSON_TABWIDTH to JSON_TAB_WIDTH | F. Eugene Aumson | 2018-09-26 | 1 | -2/+2 |
* | fix: use latest versions of @0xproject packages | F. Eugene Aumson | 2018-09-26 | 1 | -4/+4 |
* | fix: increase mocha timeout value | F. Eugene Aumson | 2018-09-25 | 1 | -1/+1 |
* | fix: add CHANGELOG.json | F. Eugene Aumson | 2018-09-25 | 1 | -0/+12 |
* | fix: use contract name for constructor method name | F. Eugene Aumson | 2018-09-25 | 1 | -6/+10 |
* | fix: document indexed event arguments | F. Eugene Aumson | 2018-09-25 | 1 | -2/+3 |
* | fix: save v1 contract doc/deploy commands | F. Eugene Aumson | 2018-09-25 | 1 | -1/+3 |
* | fix: document return value's type, not its name | F. Eugene Aumson | 2018-09-25 | 2 | -6/+6 |
* | feat: make sol-doc only document what's requested | F. Eugene Aumson | 2018-09-22 | 2 | -18/+29 |
* | fix: rename variable | F. Eugene Aumson | 2018-09-22 | 1 | -3/+3 |
* | feat: add sol-doc command-line interface | F. Eugene Aumson | 2018-09-22 | 2 | -2/+34 |
* | use Array.join rather than string concatenation | F. Eugene Aumson | 2018-09-18 | 1 | -7/+5 |
* | doc constructors as returning a Reference... | F. Eugene Aumson | 2018-09-18 | 1 | -1/+1 |
* | remove stale comments | F. Eugene Aumson | 2018-09-18 | 1 | -9/+4 |
* | test multiple return values from a solidity method | F. Eugene Aumson | 2018-09-18 | 2 | -0/+27 |
* | minorly tweak comments | F. Eugene Aumson | 2018-09-18 | 2 | -3/+2 |
* | add and test support for return comment | F. Eugene Aumson | 2018-09-18 | 2 | -0/+12 |
* | add and test support for fallback functions | F. Eugene Aumson | 2018-09-18 | 2 | -1/+8 |
* | test all the natspec stuff we use in our contracts | F. Eugene Aumson | 2018-09-18 | 2 | -1/+140 |
* | test w/&w/out devdoc content in contract | F. Eugene Aumson | 2018-09-18 | 2 | -56/+176 |
* | test w/&w/out passing in `contractsToCompile` | F. Eugene Aumson | 2018-09-18 | 2 | -59/+76 |
* | ammend generated docs with solc's devdoc output | F. Eugene Aumson | 2018-09-01 | 2 | -15/+63 |
* | rename 2 variables | F. Eugene Aumson | 2018-09-01 | 1 | -4/+4 |
* | satisfy linter | F. Eugene Aumson | 2018-08-31 | 3 | -6/+3 |
* | introduce named vars to clarify return statements | F. Eugene Aumson | 2018-08-31 | 1 | -2/+5 |
* | enable sol-doc tests in circleci | F. Eugene Aumson | 2018-08-31 | 2 | -0/+3 |
* | transform solc's ABI output into doc types | F. Eugene Aumson | 2018-08-31 | 3 | -66/+284 |
* | rename variables | F. Eugene Aumson | 2018-08-31 | 1 | -7/+7 |
* | add named var to make `if` condition more readable | F. Eugene Aumson | 2018-08-31 | 1 | -1/+2 |
* | reduce proximity b/w instantiation and use of var | F. Eugene Aumson | 2018-08-31 | 1 | -2/+1 |
* | remove unnecessary class SolidityDocFormat | F. Eugene Aumson | 2018-08-31 | 3 | -10/+3 |
* | comment public interface | F. Eugene Aumson | 2018-08-30 | 1 | -1/+13 |
* | remove unused constructor parameter | F. Eugene Aumson | 2018-08-30 | 2 | -6/+2 |
* | dev-depend on @0xproject/tslint-config | F. Eugene Aumson | 2018-08-30 | 1 | -0/+1 |
* | correct package.json's privacy specification | F. Eugene Aumson | 2018-08-30 | 1 | -1/+3 |
* | move shared doc types from react-docs to @0x/types | F. Eugene Aumson | 2018-08-30 | 2 | -2/+2 |
* | add devdoc support to solc typings, and use it | F. Eugene Aumson | 2018-08-29 | 1 | -4/+10 |
* | add package sol-doc | F. Eugene Aumson | 2018-08-29 | 9 | -0/+262 |