aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs/src/utils
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/development' into sol-docF. Eugene Aumson2018-09-261-1/+4
|\
| * Properly render function generic types that don't extend another typeFabio Berger2018-09-261-1/+4
| |
* | fix: explain why tslint rule is disabledF. Eugene Aumson2018-09-261-0/+1
| | | | | | | | | | https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r219976511 https://github.com/0xProject/0x-monorepo/pull/1004
* | fix: rename SupportedDocJson field to SolDocF. Eugene Aumson2018-09-261-1/+1
| | | | | | | | | | | | | | from Solidity https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r219976199 https://github.com/0xProject/0x-monorepo/pull/1004
* | BREAKING CHANGE: document contracts from sol-docF. Eugene Aumson2018-09-222-174/+1
| | | | | | | | | | Change website to accept smart contract documentation in the format generated by sol-doc rather than that generated by Doxity.
* | satisfy linterF. Eugene Aumson2018-08-311-0/+1
| |
* | move shared doc types from react-docs to @0x/typesF. Eugene Aumson2018-08-302-12/+9
|/
* Fix linterFabio Berger2018-08-241-1/+1
|
* Add support for rending the Tuple typeFabio Berger2018-08-231-0/+6
|
* Fix commentsFabio Berger2018-08-231-1/+0
|
* Fix many linter errors that showed up upon upgrading tsutilFabio Berger2018-08-231-10/+10
|
* Fix lowercase names involving ERC acronymFabio Berger2018-08-221-1/+7
|
* Make sure we don't render protected propertiesFabio Berger2018-08-181-5/+9
|
* Fix external exports section nameFabio Berger2018-08-171-1/+1
|
* Render external dep exportsFabio Berger2018-08-172-2/+20
|
* Remove stray console logFabio Berger2018-08-171-1/+0
|
* Move external types to link mapping to doc generation util and refactor ↵Fabio Berger2018-08-161-231/+120
| | | | typedocUtils to be a class to avoid excessive param passing
* Move purging private underscored items to the doc json generation phaseFabio Berger2018-08-151-13/+8
|
* Link class reference types exported in same package to their declarationFabio Berger2018-08-151-28/+94
|
* Remove console.logFabio Berger2018-08-081-1/+0
|
* Fix bug where we only rendered one TypeDoc JSON key per export, instead of ↵Fabio Berger2018-08-071-4/+7
| | | | all of them
* Remove stray console.lgosFabio Berger2018-08-061-4/+0
|
* Remove prefix hack and add prefix for objectLiteral functionsFabio Berger2018-08-041-17/+14
|
* 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