aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs/src/utils
Commit message (Collapse)AuthorAgeFilesLines
* Properly render class/objectLiteral properties that are simple variablesFabio Berger2018-08-041-2/+40
|
* Don't process functions beginning with underscoresFabio Berger2018-08-031-2/+11
|
* Refactor logic for clarityFabio Berger2018-08-031-6/+11
|
* Add support for rendering nested IndexSignaturesFabio Berger2018-08-031-21/+32
|
* prettierFabio Berger2018-08-021-1/+8
|
* Remove unused varFabio Berger2018-08-021-1/+1
|
* Add callpath to propertiesFabio Berger2018-08-021-16/+23
|
* Start refactoring docs to remove unnecessary configs given more concise ↵Fabio Berger2018-08-011-64/+71
| | | | TypeDoc JSON
* Fix tslint issuesLeonid Logvinov2018-07-172-12/+12
|
* Move spawnSwitchErr to @0xproject/utilsFabio Berger2018-06-062-7/+2
|
* Add missing type definitionsLeonid Logvinov2018-05-143-4/+4
|
* Move order utils to @0xproject/order-utilsLeonid Logvinov2018-05-021-0/+6
|
* Add support for displaying default param valuesFabio Berger2018-04-111-0/+1
|
* Add support for nested methods within type declarations. Make sure they ↵Fabio Berger2018-04-111-1/+9
| | | | render without a callPath.
* Fix 0x.js docs to include types from generated contract wrappersFabio Berger2018-03-231-1/+7
|
* Use _.filter instead of _.reduceFabio Berger2018-03-231-8/+4
|
* Add assertion to notify any developer trying to render a package with files ↵Fabio Berger2018-03-221-0/+10
| | | | containing multiple classes
* Remove duplicate switch caseFabio Berger2018-03-201-1/+0
|
* Small doc fixes: remove duplicate types and add function arrayFabio Berger2018-03-202-1/+6
|
* Add support for displaying exported functionsFabio Berger2018-03-191-6/+46
|
* Merge branch 'development' into feature/utils/console-logBrandon Millman2018-03-151-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * development: (25 commits) Enable coverage for all other packages with tests Fix parallel coverage results reporting Fix linter issuesx Remove outdated comment Add script copying to build command Add postpublish script to sol-cov Move configuration into package.json configs section Transform input data before encoding for callAsync and getABIEncodedTransactionData Consolidate docs generation and uploading logic Use async/await instead of promise syntax Move changelog entry remove unneeded include remove unused dep Fix lint issues Re-add linter to monorepo-scripts but with tslint-config dep at earlier version to avoid cyclical dependency small fixes move scripts to monorepro-scripts Fix gitignore Move abi-gen scripts to src Add missing dep ...
* move scripts to monorepro-scriptsFabio Berger2018-03-134-0/+564