| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Generate CHANGELOG.json files | Fabio Berger | 2018-04-02 | 1 | -0/+51 |
* | merge developmentx | Fabio Berger | 2018-03-28 | 3 | -3/+11 |
|\ |
|
| * | Add clean-state tests | Leonid Logvinov | 2018-03-27 | 3 | -3/+11 |
* | | Add monorepo_scripts to npmignore | Fabio Berger | 2018-03-27 | 1 | -0/+1 |
|/ |
|
* | 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 c... | Fabio Berger | 2018-03-22 | 1 | -0/+10 |
* | 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 |
* | Fix changelog files and add PR number | Fabio Berger | 2018-03-20 | 1 | -4/+7 |
* | Merge branch 'development' into addExtraDocs | Fabio Berger | 2018-03-20 | 2 | -14/+18 |
|\ |
|
| * | Set Lodash dep to an exact version since newer versions introduced breaking c... | Fabio Berger | 2018-03-20 | 1 | -1/+1 |
| * | Publish | Fabio Berger | 2018-03-19 | 1 | -3/+3 |
| * | Publish | Fabio Berger | 2018-03-19 | 1 | -7/+7 |
| * | Fix packages that aren't working as expected | Fabio Berger | 2018-03-19 | 2 | -7/+11 |
| * | Publish | Fabio Berger | 2018-03-19 | 1 | -6/+6 |
| * | Updated CHANGELOGS | Fabio Berger | 2018-03-19 | 1 | -1/+1 |
* | | Add support for displaying exported functions | Fabio Berger | 2018-03-19 | 10 | -51/+139 |
* | | 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 | 2 | -0/+15 |
|/ |
|
* | Merge branch 'development' into feature/utils/console-log | Brandon Millman | 2018-03-15 | 24 | -57/+63 |
|\ |
|
| * | 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 | 24 | -56/+60 |
* | | Update CHANGELOGs | Brandon Millman | 2018-03-14 | 1 | -1/+2 |
* | | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 4 | -7/+4 |
|/ |
|
* | Remove example from react-docs package to react-docs-example package | Fabio Berger | 2018-03-09 | 47 | -9051/+7 |
* | Fix isse of sourceMapLoader looking at node_modules | Fabio Berger | 2018-03-09 | 1 | -0/+4 |
* | Export DocsState | Fabio Berger | 2018-03-09 | 1 | -1/+1 |
* | Add missing dependencies | Fabio Berger | 2018-03-09 | 1 | -0/+3 |
* | Add missing package.json fields | Fabio Berger | 2018-03-09 | 1 | -1/+9 |
* | Improve README | Fabio Berger | 2018-03-09 | 1 | -1/+1 |
* | Remove screenshot and host it on S3 | Fabio Berger | 2018-03-09 | 3 | -2/+1 |
* | Publish | Brandon Millman | 2018-03-09 | 1 | -13/+13 |
* | Updated CHANGELOGs | Brandon Millman | 2018-03-09 | 1 | -1/+1 |
* | Scroll to previous hashed elements when user clicks back button | Fabio Berger | 2018-03-08 | 1 | -0/+10 |
* | remove ability to have implicit dependencies and add missing deps | Fabio Berger | 2018-03-08 | 2 | -1/+3 |
* | remove no-implicit-this | Fabio Berger | 2018-03-08 | 1 | -1/+0 |
* | Add example & screenshot to npmignore | Fabio Berger | 2018-03-08 | 1 | -0/+2 |
* | Remove `;` to be nice to windows users | Fabio Berger | 2018-03-08 | 1 | -1/+1 |
* | Use unencoded @ symbol, browser will fix | Fabio Berger | 2018-03-08 | 1 | -1/+1 |
* | Fix external type links | Fabio Berger | 2018-03-08 | 1 | -2/+1 |
* | Add comment about commented out CSS exception | Fabio Berger | 2018-03-08 | 1 | -0/+6 |
* | Fix css files with prettier | Fabio Berger | 2018-03-08 | 5 | -314/+892 |
* | Prettify test jsons | Fabio Berger | 2018-03-08 | 2 | -6909/+6717 |
* | Flesh out the README | Fabio Berger | 2018-03-07 | 2 | -4/+47 |
* | Fix source line numbers in docJson since source needs to be identical to Gith... | Fabio Berger | 2018-03-07 | 2 | -563/+1007 |
* | fix source link | Fabio Berger | 2018-03-07 | 1 | -1/+1 |
* | Add command to deploy react-docs example | Fabio Berger | 2018-03-07 | 1 | -1/+3 |
* | Make sure we apply the appropriate syntax highlighting depending on the langu... | Fabio Berger | 2018-03-07 | 5 | -4/+15 |
* | Fix link color | Fabio Berger | 2018-03-07 | 1 | -0/+4 |
* | Move remaining type configs to topLevel DocsInfoConfigs | Fabio Berger | 2018-03-07 | 5 | -31/+56 |
* | Update 0.1.12 json to add types | Fabio Berger | 2018-03-07 | 1 | -1333/+3190 |
* | Update 0.2.0 doc json to include types | Fabio Berger | 2018-03-07 | 2 | -355/+2271 |
* | Small improvements to docs | Fabio Berger | 2018-03-07 | 1 | -5/+5 |
* | Allow user to change versions in demo example | Fabio Berger | 2018-03-07 | 3 | -58/+1430 |
* | Add onSelectedVersion callback so it can be handled in any way the caller wishes | Fabio Berger | 2018-03-07 | 3 | -2/+9 |
* | Add back icons to example so that link icon renders | Fabio Berger | 2018-03-07 | 7 | -0/+789 |
* | 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 | 35 | -10/+10 |
* | Add example docs to react-docs package | Fabio Berger | 2018-03-07 | 38 | -33/+2261 |
* | Fix tslint errors | Fabio Berger | 2018-03-07 | 6 | -6/+6 |
* | Make sidebar header configurable | Fabio Berger | 2018-03-07 | 1 | -1/+2 |
* | Add publishConfig to package.json so that packages are published as public un... | Fabio Berger | 2018-03-07 | 1 | -0/+3 |
* | 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 |
* | 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 | 27 | -0/+2375 |