Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | chore: Make `External exports` clickable on sidebar | Fabio Berger | 2018-10-26 | 1 | -1/+2 |
| | |||||
* | Remove unused listeners | Fabio Berger | 2018-10-20 | 1 | -10/+0 |
| | |||||
* | Fix prettier issues | Leonid Logvinov | 2018-10-18 | 1 | -7/+1 |
| | |||||
* | chore: add missing import | Fabio Berger | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | chore: fix imports | Fabio Berger | 2018-10-18 | 5 | -11/+11 |
| | |||||
* | chore: add missing imports | Fabio Berger | 2018-10-18 | 1 | -2/+2 |
| | |||||
* | chore: replace @0xproject with @0x in .tsx files | Fabio Berger | 2018-10-18 | 7 | -11/+11 |
| | |||||
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 3 | -5/+5 |
| | |||||
* | nit: use ObjectMap | Fabio Berger | 2018-10-17 | 1 | -1/+1 |
| | |||||
* | 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 | 4 | -144/+47 |
| | |||||
* | Remove type prop and instead infer it from the value of to | Fabio Berger | 2018-10-05 | 3 | -22/+17 |
| | |||||
* | 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 | 7 | -30/+45 |
|\ | |||||
| * | 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 |
| | | |||||
| * | Switch over remaining usage of `sections.types` for `typeSectionName` | Fabio Berger | 2018-09-28 | 1 | -2/+2 |
| | | |||||
| * | 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 | 2 | -4/+6 |
| | | |||||
| * | Add more robust key | Fabio Berger | 2018-09-28 | 1 | -2/+3 |
| | | |||||
* | | Fix linter | Fabio Berger | 2018-10-04 | 1 | -1/+1 |
| | | |||||
* | | 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 | 2 | -16/+47 |
|/ | |||||
* | Merge remote-tracking branch 'upstream/development' into sol-doc | F. Eugene Aumson | 2018-09-26 | 2 | -9/+17 |
|\ | |||||
| * | Properly render function generic types that don't extend another type | Fabio Berger | 2018-09-26 | 3 | -10/+18 |
| | | |||||
* | | 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 | 3 | -3/+3 |
| | | | | | | | | | | | | | | 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 | 6 | -223/+6 |
| | | | | | | | | | | 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 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/development' into sol-doc | F. Eugene Aumson | 2018-08-31 | 1 | -1/+0 |
|\| | |||||
| * | Fix unused vars for react-shared and website | fragosti | 2018-08-31 | 1 | -1/+0 |
| | | |||||
* | | move shared doc types from react-docs to @0x/types | F. Eugene Aumson | 2018-08-30 | 15 | -268/+39 |
| | | |||||
* | | add package sol-doc | F. Eugene Aumson | 2018-08-29 | 1 | -0/+1 |
|/ | |||||
* | Fix linter | Fabio Berger | 2018-08-24 | 1 | -1/+1 |
| | |||||
* | Add support for rending the Tuple type | Fabio Berger | 2018-08-23 | 3 | -0/+36 |
| | |||||
* | 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 |
| | |||||
* | Use actual packageName for external example imports | Fabio Berger | 2018-08-22 | 3 | -1/+5 |
| | |||||
* | Fix lowercase names involving ERC acronym | Fabio Berger | 2018-08-22 | 1 | -1/+7 |
| | |||||
* | Add missing key | Fabio Berger | 2018-08-21 | 1 | -1/+1 |
| | |||||
* | 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 | 4 | -3/+47 |
| | |||||
* | 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 | 5 | -255/+131 |
| | | | | 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 | 2 | -16/+8 |
| | |||||
* | Link class reference types exported in same package to their declaration | Fabio Berger | 2018-08-15 | 10 | -44/+163 |
| | |||||
* | Add back hashSpy | Fabio Berger | 2018-08-08 | 1 | -0/+1 |
| | |||||
* | Remove console.log | Fabio Berger | 2018-08-08 | 1 | -1/+0 |
| | |||||
* | 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 | ||||
* | Update types | Fabio Berger | 2018-08-07 | 1 | -3/+3 |
| | |||||
* | 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 unused imports | Fabio Berger | 2018-08-06 | 1 | -3/+1 |
| | |||||
* | Remove stray console.lgos | Fabio Berger | 2018-08-06 | 2 | -5/+0 |
| | |||||
* | Remove prefix hack and add prefix for objectLiteral functions | Fabio Berger | 2018-08-04 | 2 | -17/+15 |
| | |||||
* | Make rendering of individually exported functions lighter-weight | Fabio Berger | 2018-08-04 | 2 | -1/+20 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Refactor logic for clarity | Fabio Berger | 2018-08-03 | 1 | -6/+11 |
| | |||||
* | Add support for rendering nested IndexSignatures | Fabio Berger | 2018-08-03 | 5 | -40/+71 |
| | |||||
* | prettier | Fabio Berger | 2018-08-02 | 1 | -1/+8 |
| | |||||
* | Remove unused var | Fabio Berger | 2018-08-02 | 1 | -1/+1 |
| | |||||
* | Prefix menu and sections with markdown as that is all the should now be defined | Fabio Berger | 2018-08-02 | 2 | -9/+4 |
| | |||||
* | Add callpath to properties | Fabio Berger | 2018-08-02 | 3 | -17/+25 |
| | |||||
* | 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 | 8 | -160/+206 |
| | | | | 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 all in-package monorepo-scripts by adding doc gen/upload and ↵ | Fabio Berger | 2018-07-30 | 1 | -8/+0 |
| | | | | aggregate release note publishing to publish script | ||||
* | merge v2-prototype | Fabio Berger | 2018-07-19 | 3 | -13/+13 |
|\ | |||||
| * | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 3 | -13/+13 |
| | | |||||
* | | Add missing import | Fabio Berger | 2018-07-10 | 1 | -0/+1 |
| | | |||||
* | | 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 | 3 | -4/+16 |
|/ | |||||
* | 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 | 6 | -13/+6 |
|/ | |||||
* | Fix TSLint rules | Fabio Berger | 2018-05-16 | 1 | -2/+2 |
| | |||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 14 | -38/+39 |
| | |||||
* | Fix property name | Leonid Logvinov | 2018-05-05 | 1 | -1/+1 |
| | |||||
* | Move order utils to @0xproject/order-utils | Leonid Logvinov | 2018-05-02 | 2 | -0/+7 |
| | |||||
* | 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 | 3 | -0/+4 |
| | |||||
* | 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 | 3 | -4/+10 |
| | | | | render without a callPath. | ||||
* | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -8/+0 |
| | |||||
* | 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 | ||||
* | Use isEmpty | Fabio Berger | 2018-03-22 | 1 | -4/+4 |
| | |||||
* | 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 | 9 | -51/+136 |
| | |||||
* | Add functions to submenu in sidebar | Fabio Berger | 2018-03-19 | 1 | -0/+3 |
| | |||||
* | 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 | 21 | -0/+8 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 configuration into package.json configs section | Fabio Berger | 2018-03-14 | 1 | -2/+3 |
| | | |||||
| * | Fix lint issues | Fabio Berger | 2018-03-13 | 1 | -0/+1 |
| | | |||||
| * | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 21 | -0/+6 |
| | | |||||
* | | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 2 | -6/+2 |
|/ | |||||
* | Scroll to previous hashed elements when user clicks back button | Fabio Berger | 2018-03-08 | 1 | -0/+10 |
| | |||||
* | Make sure we apply the appropriate syntax highlighting depending on the ↵ | Fabio Berger | 2018-03-07 | 5 | -4/+15 |
| | | | | language of the docs | ||||
* | Move remaining type configs to topLevel DocsInfoConfigs | Fabio Berger | 2018-03-07 | 4 | -28/+27 |
| | |||||
* | Add onSelectedVersion callback so it can be handled in any way the caller wishes | Fabio Berger | 2018-03-07 | 1 | -1/+3 |
| | |||||
* | hide sidebar scrollbar unless onHover | Fabio Berger | 2018-03-07 | 1 | -1/+22 |
| | |||||
* | Move example to it's own folder | Fabio Berger | 2018-03-07 | 34 | -2129/+0 |
| | |||||
* | Add example docs to react-docs package | Fabio Berger | 2018-03-07 | 36 | -31/+2171 |
| | |||||
* | Fix tslint errors | Fabio Berger | 2018-03-07 | 6 | -6/+6 |
| | |||||
* | Make sidebar header configurable | Fabio Berger | 2018-03-07 | 1 | -1/+2 |
| | |||||
* | re-org index.ts | Fabio Berger | 2018-03-07 | 1 | -3/+3 |
| | |||||
* | Remove menuSubsectionsBySection prop from Documentation component | Fabio Berger | 2018-03-07 | 1 | -2/+2 |
| | |||||
* | Rename docsVersion prop to selectedVersion and docsVersions to versions for ↵ | Fabio Berger | 2018-03-06 | 1 | -8/+8 |
| | | | | clarity | ||||
* | Move DocsInfo out of the components folder | Fabio Berger | 2018-03-06 | 10 | -12/+12 |
| | |||||
* | Remove location prop | Fabio Berger | 2018-03-06 | 1 | -2/+1 |
| | |||||
* | Move Documentation to the `@0xproject/react-docs` package | Fabio Berger | 2018-03-06 | 20 | -0/+2255 |