Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Publish | Jacob Evans | 2018-11-28 | 1 | -2/+2 |
* | Updated CHANGELOGS | Jacob Evans | 2018-11-28 | 2 | -0/+13 |
* | Publish | Fabio Berger | 2018-11-22 | 1 | -4/+4 |
* | Updated CHANGELOGS | Fabio Berger | 2018-11-22 | 2 | -0/+13 |
* | Publish | Leonid Logvinov | 2018-11-14 | 1 | -3/+3 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-11-14 | 2 | -0/+13 |
* | Publish | Leonid Logvinov | 2018-11-14 | 1 | -2/+2 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-11-14 | 2 | -0/+13 |
* | Publish | Leonid Logvinov | 2018-11-12 | 1 | -2/+2 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-11-12 | 2 | -0/+13 |
* | Publish | Jacob Evans | 2018-11-09 | 1 | -6/+6 |
* | Updated CHANGELOGS | Jacob Evans | 2018-11-09 | 2 | -0/+13 |
* | chore: Add --format stylish to tslint | Alex Browne | 2018-10-24 | 1 | -1/+1 |
* | Publish | Leonid Logvinov | 2018-10-18 | 1 | -6/+6 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-10-18 | 2 | -0/+13 |
* | Fix ethereum-types versions | Leonid Logvinov | 2018-10-18 | 1 | -1/+1 |
* | chore: change tslint.json from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -1/+1 |
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 4 | -9/+9 |
* | chore: tslint fix | Fabio Berger | 2018-10-18 | 1 | -0/+4 |
* | chore: Fix remaining necessary casts | Fabio Berger | 2018-10-18 | 1 | -4/+6 |
* | Publish | Brandon Millman | 2018-10-05 | 1 | -6/+6 |
* | Updated CHANGELOGS | Brandon Millman | 2018-10-05 | 2 | -3/+3 |
* | Ignore linter issues | Leonid Logvinov | 2018-10-02 | 1 | -3/+3 |
* | Introduce a build:ci command that doesn't build webpack bundles | Leonid Logvinov | 2018-10-02 | 1 | -0/+1 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-10-02 | 2 | -0/+13 |
* | Fix bug in sol-doc | Fabio Berger | 2018-10-02 | 2 | -5/+5 |
* | merge development | Fabio Berger | 2018-09-30 | 3 | -5/+28 |
|\ | |||||
| * | Publish | Fabio Berger | 2018-09-29 | 1 | -5/+5 |
| * | Updated CHANGELOGS | Fabio Berger | 2018-09-29 | 2 | -0/+23 |
* | | Add test that structs are documented in separate section | Fabio Berger | 2018-09-29 | 1 | -0/+7 |
* | | Add test for methodSignature gen for methods with param/return structs | Fabio Berger | 2018-09-29 | 2 | -0/+44 |
* | | Fix tests | Fabio Berger | 2018-09-29 | 1 | -4/+1 |
* | | Fix typo | Fabio Berger | 2018-09-29 | 1 | -2/+2 |
* | | Export class instead of function | Fabio Berger | 2018-09-29 | 5 | -526/+529 |
* | | Only add Stucts section if there are any | Fabio Berger | 2018-09-28 | 1 | -9/+11 |
* | | Fix missing devdoc comments in output by fixing improper encoding of methodSi... | Fabio Berger | 2018-09-28 | 1 | -1/+10 |
* | | Fix linter | Fabio Berger | 2018-09-28 | 1 | -0/+2 |
* | | Explain cast to any | Fabio Berger | 2018-09-28 | 1 | -0/+2 |
* | | Improve switch case | Fabio Berger | 2018-09-28 | 1 | -4/+4 |
* | | Improve comment | Fabio Berger | 2018-09-28 | 1 | -4/+4 |
* | | Alphabetize | Fabio Berger | 2018-09-28 | 1 | -2/+2 |
* | | Include structs section so that we can render struct params/return values pro... | Fabio Berger | 2018-09-28 | 2 | -26/+212 |
* | | Fix linter | Fabio Berger | 2018-09-28 | 1 | -2/+2 |
* | | Pull in only contracts we want rendered on the doc page | Fabio Berger | 2018-09-28 | 1 | -1/+1 |
* | | Split _genMethodDoc into it and _genFallbackDoc for clarity. Add isFallback b... | Fabio Berger | 2018-09-27 | 1 | -22/+32 |
|/ | |||||
* | 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 |