Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -2/+2 |
| | |||||
* | Refactor Home so that Dev section chrome is reusable across pages | Fabio Berger | 2018-10-12 | 1 | -4/+6 |
| | |||||
* | Merge remote-tracking branch 'upstream/development' into sol-doc | F. Eugene Aumson | 2018-09-26 | 1 | -1/+4 |
|\ | |||||
| * | Properly render function generic types that don't extend another type | Fabio Berger | 2018-09-26 | 1 | -1/+4 |
| | | |||||
* | | fix: explain why tslint rule is disabled | F. Eugene Aumson | 2018-09-26 | 1 | -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 SolDoc | F. Eugene Aumson | 2018-09-26 | 1 | -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-doc | F. Eugene Aumson | 2018-09-22 | 2 | -174/+1 |
| | | | | | | | | | | Change website to accept smart contract documentation in the format generated by sol-doc rather than that generated by Doxity. | ||||
* | | satisfy linter | F. Eugene Aumson | 2018-08-31 | 1 | -0/+1 |
| | | |||||
* | | move shared doc types from react-docs to @0x/types | F. Eugene Aumson | 2018-08-30 | 2 | -12/+9 |
|/ | |||||
* | Fix linter | Fabio Berger | 2018-08-24 | 1 | -1/+1 |
| | |||||
* | Add support for rending the Tuple type | Fabio Berger | 2018-08-23 | 1 | -0/+6 |
| | |||||
* | Fix comments | Fabio Berger | 2018-08-23 | 1 | -1/+0 |
| | |||||
* | Fix many linter errors that showed up upon upgrading tsutil | Fabio Berger | 2018-08-23 | 1 | -10/+10 |
| | |||||
* | Fix lowercase names involving ERC acronym | Fabio Berger | 2018-08-22 | 1 | -1/+7 |
| | |||||
* | Make sure we don't render protected properties | Fabio Berger | 2018-08-18 | 1 | -5/+9 |
| | |||||
* | Fix external exports section name | Fabio Berger | 2018-08-17 | 1 | -1/+1 |
| | |||||
* | Render external dep exports | Fabio Berger | 2018-08-17 | 2 | -2/+20 |
| | |||||
* | Remove stray console log | Fabio Berger | 2018-08-17 | 1 | -1/+0 |
| | |||||
* | Move external types to link mapping to doc generation util and refactor ↵ | Fabio Berger | 2018-08-16 | 1 | -231/+120 |
| | | | | typedocUtils to be a class to avoid excessive param passing | ||||
* | Move purging private underscored items to the doc json generation phase | Fabio Berger | 2018-08-15 | 1 | -13/+8 |
| | |||||
* | Link class reference types exported in same package to their declaration | Fabio Berger | 2018-08-15 | 1 | -28/+94 |
| | |||||
* | Remove console.log | Fabio Berger | 2018-08-08 | 1 | -1/+0 |
| | |||||
* | Fix bug where we only rendered one TypeDoc JSON key per export, instead of ↵ | Fabio Berger | 2018-08-07 | 1 | -4/+7 |
| | | | | all of them | ||||
* | Remove stray console.lgos | Fabio Berger | 2018-08-06 | 1 | -4/+0 |
| | |||||
* | Remove prefix hack and add prefix for objectLiteral functions | Fabio Berger | 2018-08-04 | 1 | -17/+14 |
| | |||||
* | Properly render class/objectLiteral properties that are simple variables | Fabio Berger | 2018-08-04 | 1 | -2/+40 |
| | |||||
* | Don't process functions beginning with underscores | Fabio Berger | 2018-08-03 | 1 | -2/+11 |
| | |||||
* | Refactor logic for clarity | Fabio Berger | 2018-08-03 | 1 | -6/+11 |
| | |||||
* | Add support for rendering nested IndexSignatures | Fabio Berger | 2018-08-03 | 1 | -21/+32 |
| | |||||
* | prettier | Fabio Berger | 2018-08-02 | 1 | -1/+8 |
| | |||||
* | Remove unused var | Fabio Berger | 2018-08-02 | 1 | -1/+1 |
| | |||||
* | Add callpath to properties | Fabio Berger | 2018-08-02 | 1 | -16/+23 |
| | |||||
* | Start refactoring docs to remove unnecessary configs given more concise ↵ | Fabio Berger | 2018-08-01 | 1 | -64/+71 |
| | | | | TypeDoc JSON | ||||
* | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 2 | -12/+12 |
| | |||||
* | Move spawnSwitchErr to @0xproject/utils | Fabio Berger | 2018-06-06 | 2 | -7/+2 |
| | |||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 3 | -4/+4 |
| | |||||
* | Move order utils to @0xproject/order-utils | Leonid Logvinov | 2018-05-02 | 1 | -0/+6 |
| | |||||
* | Add support for displaying default param values | Fabio Berger | 2018-04-11 | 1 | -0/+1 |
| | |||||
* | Add support for nested methods within type declarations. Make sure they ↵ | Fabio Berger | 2018-04-11 | 1 | -1/+9 |
| | | | | render without a callPath. | ||||
* | Fix 0x.js docs to include types from generated contract wrappers | Fabio Berger | 2018-03-23 | 1 | -1/+7 |
| | |||||
* | Use _.filter instead of _.reduce | Fabio Berger | 2018-03-23 | 1 | -8/+4 |
| | |||||
* | Add assertion to notify any developer trying to render a package with files ↵ | Fabio Berger | 2018-03-22 | 1 | -0/+10 |
| | | | | containing multiple classes | ||||
* | Remove duplicate switch case | Fabio Berger | 2018-03-20 | 1 | -1/+0 |
| | |||||
* | Small doc fixes: remove duplicate types and add function array | Fabio Berger | 2018-03-20 | 2 | -1/+6 |
| | |||||
* | Add support for displaying exported functions | Fabio Berger | 2018-03-19 | 1 | -6/+46 |
| | |||||
* | Merge branch 'development' into feature/utils/console-log | Brandon Millman | 2018-03-15 | 1 | -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-scripts | Fabio Berger | 2018-03-13 | 4 | -0/+564 |