Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update prettier to version ^1.15.3 | Alex Browne | 2019-01-11 | 4 | -27/+27 |
| | |||||
* | chore: fix linter error | Fabio Berger | 2018-11-12 | 1 | -1/+1 |
| | |||||
* | Replace remaining scroll-links with Link component | Fabio Berger | 2018-11-12 | 1 | -9/+2 |
| | |||||
* | Remove unused listeners | Fabio Berger | 2018-10-20 | 1 | -10/+0 |
| | |||||
* | Fix prettier issues | Leonid Logvinov | 2018-10-18 | 1 | -7/+1 |
| | |||||
* | chore: fix imports | Fabio Berger | 2018-10-18 | 5 | -11/+11 |
| | |||||
* | chore: replace @0xproject with @0x in .tsx files | Fabio Berger | 2018-10-18 | 7 | -11/+11 |
| | |||||
* | chore: don't use Container in react-shared, react-docs yet | Fabio Berger | 2018-10-16 | 1 | -7/+8 |
| | |||||
* | chore: Remove unused prop | Fabio Berger | 2018-10-16 | 1 | -1/+0 |
| | |||||
* | chore: simplify | Fabio Berger | 2018-10-16 | 1 | -1/+1 |
| | |||||
* | feat: highlighted sidebar as you scroll on doc reference pages | Fabio Berger | 2018-10-16 | 2 | -4/+6 |
| | |||||
* | chore: Remove unused state | Fabio Berger | 2018-10-15 | 1 | -19/+1 |
| | |||||
* | fix: Nested a tag warning in console by not rendering a tags within type ↵ | Fabio Berger | 2018-10-15 | 2 | -29/+34 |
| | | | | definition popovers | ||||
* | chore: improve colors | Fabio Berger | 2018-10-15 | 1 | -2/+2 |
| | |||||
* | chore: many small stylistic changes | Fabio Berger | 2018-10-15 | 1 | -1/+16 |
| | |||||
* | Refactor Home so that Dev section chrome is reusable across pages | Fabio Berger | 2018-10-12 | 1 | -108/+12 |
| | |||||
* | Remove type prop and instead infer it from the value of to | Fabio Berger | 2018-10-05 | 2 | -18/+16 |
| | |||||
* | Remove style prop from Link | Fabio Berger | 2018-10-05 | 1 | -4/+4 |
| | |||||
* | Rename scroll container | Fabio Berger | 2018-10-05 | 1 | -1/+1 |
| | |||||
* | merge base branch | Fabio Berger | 2018-10-05 | 6 | -26/+39 |
|\ | |||||
| * | Fix badge alignment | Fabio Berger | 2018-09-28 | 1 | -1/+1 |
| | | |||||
| * | Add more basic types | Fabio Berger | 2018-09-28 | 1 | -1/+1 |
| | | |||||
| * | Fix section headers | Fabio Berger | 2018-09-28 | 1 | -1/+1 |
| | | |||||
| * | Fix linter | Fabio Berger | 2018-09-28 | 2 | -3/+2 |
| | | |||||
| * | Remove excessive type | Fabio Berger | 2018-09-28 | 1 | -2/+1 |
| | | |||||
| * | Only show arguments if the params are named (i.e not generated getters) | Fabio Berger | 2018-09-28 | 1 | -3/+4 |
| | | |||||
| * | Improve keys | Fabio Berger | 2018-09-28 | 3 | -8/+10 |
| | | |||||
| * | Re-use interface component for rendering structs but label it differently | Fabio Berger | 2018-09-28 | 1 | -2/+2 |
| | | |||||
| * | Make sure basic solidity types are colored orange | Fabio Berger | 2018-09-28 | 1 | -1/+2 |
| | | |||||
| * | Don't render colon for auto-generated getters | Fabio Berger | 2018-09-28 | 1 | -2/+7 |
| | | |||||
| * | Render fallback functions better | Fabio Berger | 2018-09-28 | 2 | -4/+9 |
| | | |||||
| * | Improve key | Fabio Berger | 2018-09-28 | 1 | -2/+2 |
| | | |||||
| * | Add typeSectionName to docsInfo so we don't use hard-coded "Types" | Fabio Berger | 2018-09-28 | 1 | -1/+1 |
| | | |||||
| * | Add more robust key | Fabio Berger | 2018-09-28 | 1 | -2/+3 |
| | | |||||
* | | Remove stray console.log | Fabio Berger | 2018-10-03 | 1 | -2/+0 |
| | | |||||
* | | Use same Link UI component for react-scroll links | Fabio Berger | 2018-10-03 | 1 | -3/+6 |
|/ | |||||
* | Merge remote-tracking branch 'upstream/development' into sol-doc | F. Eugene Aumson | 2018-09-26 | 1 | -8/+13 |
|\ | |||||
| * | Properly render function generic types that don't extend another type | Fabio Berger | 2018-09-26 | 1 | -8/+13 |
| | | |||||
* | | 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 | 1 | -1/+1 |
| | | | | | | | | | | Change website to accept smart contract documentation in the format generated by sol-doc rather than that generated by Doxity. | ||||
* | | move shared doc types from react-docs to @0x/types | F. Eugene Aumson | 2018-08-30 | 10 | -19/+26 |
|/ | |||||
* | Add support for rending the Tuple type | Fabio Berger | 2018-08-23 | 1 | -0/+22 |
| | |||||
* | Use actual packageName for external example imports | Fabio Berger | 2018-08-22 | 1 | -1/+1 |
| | |||||
* | Add missing key | Fabio Berger | 2018-08-21 | 1 | -1/+1 |
| | |||||
* | Render external dep exports | Fabio Berger | 2018-08-17 | 1 | -0/+20 |
| | |||||
* | Move external types to link mapping to doc generation util and refactor ↵ | Fabio Berger | 2018-08-16 | 2 | -12/+1 |
| | | | | 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 | -3/+0 |
| | |||||
* | Link class reference types exported in same package to their declaration | Fabio Berger | 2018-08-15 | 8 | -16/+68 |
| | |||||
* | Add back hashSpy | Fabio Berger | 2018-08-08 | 1 | -0/+1 |
| | |||||
* | Remove hash spy for now | Fabio Berger | 2018-08-07 | 1 | -1/+0 |
| | |||||
* | Remove console.log | Fabio Berger | 2018-08-07 | 1 | -1/+0 |
| | |||||
* | Pass in typeDefinitionByName so that type declarations also link to ↵ | Fabio Berger | 2018-08-07 | 5 | -10/+52 |
| | | | | inner-types and show the popover | ||||
* | Remove unused imports | Fabio Berger | 2018-08-06 | 1 | -3/+1 |
| | |||||
* | Make rendering of individually exported functions lighter-weight | Fabio Berger | 2018-08-04 | 1 | -1/+9 |
| | |||||
* | Don't render object literal properties that start with underscore since are ↵ | Fabio Berger | 2018-08-03 | 1 | -1/+2 |
| | | | | private | ||||
* | Color-code basic type arrays orange aswell | Fabio Berger | 2018-08-03 | 1 | -0/+5 |
| | |||||
* | Add support for rendering nested IndexSignatures | Fabio Berger | 2018-08-03 | 3 | -18/+36 |
| | |||||
* | Add callpath to properties | Fabio Berger | 2018-08-02 | 1 | -1/+1 |
| | |||||
* | Add padding above anchor titles so they show up nice when scrolled to | Fabio Berger | 2018-08-02 | 2 | -2/+2 |
| | |||||
* | Start refactoring docs to remove unnecessary configs given more concise ↵ | Fabio Berger | 2018-08-01 | 4 | -49/+97 |
| | | | | TypeDoc JSON | ||||
* | Update React-scroll, getting rid of the need to manually set the url hash | Fabio Berger | 2018-08-01 | 2 | -1/+2 |
| | |||||
* | Remove comment and add assertion | Fabio Berger | 2018-07-10 | 1 | -1/+7 |
| | |||||
* | Add ability to nest doc ref markdown under specific versions | Fabio Berger | 2018-07-10 | 1 | -1/+9 |
| | |||||
* | Fix no-unused-variable tslint rule to include parameters and fix issues | Fabio Berger | 2018-06-12 | 2 | -4/+4 |
| | |||||
* | Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utils | Fabio Berger | 2018-06-07 | 7 | -19/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (66 commits) Run prettier Remove unused variable Fix linting issues Change shouldRenderHeader prop to shouldHideHeader Get build and tests to pass typo Apply prettier Update contracts tests after rebase Apply various fixes based on PR feedback Document debug_increaseTime method and fix typo in devnet README Use an enum for ProviderType in contracts/src/utils/web3_wrapper Update contracts package README Update relevant changelogs Remove global gas estimate buffer Add Async suffix to relevant assertions Fix linter errors Update package.json and yarn.lock Update more things to work with both Geth and Ganache Small fixes and cleanup Add additional gas to calls to fillOrderNoThrow ... # Conflicts: # packages/order-watcher/src/order_watcher/order_watcher.ts # packages/react-docs/src/components/type.tsx # packages/website/ts/components/ui/lifecycle_raised_button.tsx # packages/website/ts/components/wallet/wallet.tsx | ||||
| * | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 8 | -21/+1 |
| | | |||||
* | | Move spawnSwitchErr to @0xproject/utils | Fabio Berger | 2018-06-06 | 4 | -6/+4 |
|/ | |||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 10 | -32/+32 |
| | |||||
* | Fix property name | Leonid Logvinov | 2018-05-05 | 1 | -1/+1 |
| | |||||
* | Bold property names | Fabio Berger | 2018-04-18 | 1 | -2/+5 |
| | |||||
* | Improve rendering of type definition comments | Fabio Berger | 2018-04-18 | 1 | -1/+39 |
| | |||||
* | Add support for displaying default param values | Fabio Berger | 2018-04-11 | 1 | -0/+2 |
| | |||||
* | Add missing space in property declaration | Fabio Berger | 2018-04-11 | 1 | -1/+1 |
| | |||||
* | Add support for nested methods within type declarations. Make sure they ↵ | Fabio Berger | 2018-04-11 | 2 | -3/+1 |
| | | | | render without a callPath. | ||||
* | Use isEmpty | Fabio Berger | 2018-03-22 | 1 | -4/+4 |
| | |||||
* | Add support for displaying exported functions | Fabio Berger | 2018-03-19 | 6 | -43/+72 |
| | |||||
* | Handle reflection type in type rendering | Fabio Berger | 2018-03-16 | 1 | -0/+14 |
| | |||||
* | Merge branch 'development' into feature/utils/console-log | Brandon Millman | 2018-03-15 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 12 | -0/+1316 |