Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated CHANGELOGS | Fabio Berger | 2018-04-02 | 2 | -0/+18 |
* | Generate CHANGELOG.json files | Fabio Berger | 2018-04-02 | 1 | -0/+12 |
* | Fix hasty find/replace | Fabio Berger | 2018-04-02 | 1 | -3/+3 |
* | Default to 4sp | Fabio Berger | 2018-04-02 | 2 | -3/+3 |
* | Update moment, no longer need separate moment types | Fabio Berger | 2018-04-02 | 1 | -2/+1 |
* | Move prettify command to utils and also call it on CHANGELOG.md | Fabio Berger | 2018-04-02 | 3 | -9/+12 |
* | Add prettier run on generated CHANGELOG.json and fix scripts | Fabio Berger | 2018-04-02 | 3 | -12/+20 |
* | Remove semi-colons from monorepo-scripts package.json | Fabio Berger | 2018-04-02 | 2 | -5/+8 |
* | Fix TSLint error | Fabio Berger | 2018-04-02 | 1 | -1/+1 |
* | Make dry-run configurable from top-level package.json | Fabio Berger | 2018-04-02 | 1 | -1/+1 |
* | Improve naming | Fabio Berger | 2018-04-02 | 1 | -3/+3 |
* | Add temp comment, clean up code | Fabio Berger | 2018-04-02 | 1 | -8/+21 |
* | Fixes for clarity | Fabio Berger | 2018-03-30 | 1 | -2/+3 |
* | Remove CHANGELOG.json files since will be generated on development | Fabio Berger | 2018-03-30 | 1 | -12/+0 |
* | Set IS_DRY_RUN to false | Fabio Berger | 2018-03-30 | 1 | -1/+1 |
* | Add more logging | Fabio Berger | 2018-03-30 | 1 | -0/+9 |
* | Expose publish command from top-level dir | Fabio Berger | 2018-03-30 | 1 | -1/+3 |
* | Fetch Github release notes from CHANGELOG.json and update CHANGELOG once they... | Fabio Berger | 2018-03-30 | 1 | -2/+34 |
* | rename variable called `path` to `includePath` to avoid conflict with `path` ... | Fabio Berger | 2018-03-30 | 1 | -4/+6 |
* | Move monorepo root constant to constants file | Fabio Berger | 2018-03-30 | 2 | -7/+12 |
* | Rename prepublish to publish now that it goes straight to actually publishing... | Fabio Berger | 2018-03-30 | 2 | -1/+1 |
* | Call `lerna publish` and supply it with new package versions | Fabio Berger | 2018-03-30 | 2 | -5/+45 |
* | Add check that timestamp has been set before generating MD version | Fabio Berger | 2018-03-30 | 1 | -1/+6 |
* | Add committing and pushing CHANGELOG changes to Github | Fabio Berger | 2018-03-30 | 3 | -6/+15 |
* | Show semver diff | Fabio Berger | 2018-03-30 | 1 | -0/+10 |
* | Generate CHANGELOG.mds | Fabio Berger | 2018-03-29 | 1 | -1/+28 |
* | remove console.logs | Fabio Berger | 2018-03-29 | 1 | -2/+0 |
* | Begin global pre-publishing script. Updates changelog.json files in packages ... | Fabio Berger | 2018-03-29 | 3 | -0/+119 |
* | Add 0.x.x edgecase | Fabio Berger | 2018-03-29 | 2 | -1/+13 |
* | Fix semver-sort version | Fabio Berger | 2018-03-29 | 1 | -1/+1 |
* | Generate CHANGELOG.json files and add convert_changelog script | Fabio Berger | 2018-03-29 | 4 | -0/+112 |
* | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 1 | -0/+1 |
* | Add typeRoots | Leonid Logvinov | 2018-03-27 | 1 | -0/+1 |
* | Add clean-state tests | Leonid Logvinov | 2018-03-27 | 4 | -1/+81 |
* | Publish | Fabio Berger | 2018-03-19 | 1 | -1/+1 |
* | Make new packages default to public on publish | Fabio Berger | 2018-03-19 | 1 | -0/+3 |
* | Publish | Fabio Berger | 2018-03-19 | 1 | -3/+3 |
* | Updated CHANGELOGS | Fabio Berger | 2018-03-19 | 1 | -1/+1 |
* | Keep console.log in monorepo-scripts | Brandon Millman | 2018-03-15 | 2 | -4/+4 |
* | Merge branch 'development' into feature/utils/console-log | Brandon Millman | 2018-03-15 | 6 | -3/+189 |
|\ | |||||
| * | Fix linter issuesx | Fabio Berger | 2018-03-14 | 1 | -1/+1 |
| * | Remove outdated comment | Fabio Berger | 2018-03-14 | 1 | -3/+0 |
| * | Move configuration into package.json configs section | Fabio Berger | 2018-03-14 | 1 | -44/+97 |
| * | Consolidate docs generation and uploading logic | Fabio Berger | 2018-03-14 | 1 | -0/+26 |
| * | Use async/await instead of promise syntax | Fabio Berger | 2018-03-14 | 1 | -15/+14 |
| * | Move changelog entry | Fabio Berger | 2018-03-14 | 1 | -0/+5 |
| * | Fix lint issues | Fabio Berger | 2018-03-13 | 1 | -3/+3 |
| * | Re-add linter to monorepo-scripts but with tslint-config dep at earlier versi... | Fabio Berger | 2018-03-13 | 2 | -0/+5 |
| * | small fixes | Fabio Berger | 2018-03-13 | 2 | -4/+2 |
| * | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 5 | -2/+105 |
* | | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 3 | -7/+5 |
|/ | |||||
* | Publish | Fabio Berger | 2018-03-05 | 1 | -2/+2 |
* | Update all mentions of the repo name being `0x.js` to `0x-monorepo` | Fabio Berger | 2018-03-04 | 1 | -3/+3 |
* | Publish | Fabio Berger | 2018-02-10 | 1 | -2/+2 |
* | Publish | Fabio Berger | 2018-02-10 | 1 | -2/+2 |
* | Simplify standard postpublish script and remove them from some private packages | Brandon Millman | 2018-02-09 | 1 | -15/+0 |
* | Publish | Leonid Logvinov | 2018-02-06 | 1 | -2/+2 |
* | Merge branch 'development' into feature/build_watch | Leonid | 2018-02-05 | 1 | -2/+2 |
|\ | |||||
| * | Publish | Leonid Logvinov | 2018-02-01 | 1 | -2/+2 |
* | | Merge pull request #359 from 0xProject/feature/ts-2.7 | Leonid | 2018-02-05 | 1 | -1/+1 |
|\ \ | |||||
| * | | Upgrade TS to the newest version | Leonid Logvinov | 2018-02-01 | 1 | -1/+1 |
* | | | Add build:watch to README's | Leonid Logvinov | 2018-02-02 | 1 | -0/+6 |
|/ / | |||||
* / | Add build:watch command to all TS packages | Leonid Logvinov | 2018-02-01 | 1 | -0/+1 |
|/ | |||||
* | Publish | Fabio Berger | 2018-01-30 | 1 | -2/+2 |
* | Publish | Leonid Logvinov | 2018-01-30 | 1 | -2/+2 |
* | Publish | Leonid Logvinov | 2018-01-25 | 1 | -2/+2 |
* | Publish | Brandon Millman | 2018-01-18 | 1 | -2/+2 |
* | Add postpublish scripts | Leonid Logvinov | 2018-01-13 | 1 | -0/+15 |
* | Publish | Leonid Logvinov | 2018-01-11 | 1 | -2/+2 |
* | Include web3 types via typeRoots and factor out common parts of tsconfig.json | Leonid Logvinov | 2018-01-10 | 1 | -6/+2 |
* | Apply prettify on json and md files | Leonid Logvinov | 2018-01-04 | 4 | -48/+46 |
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -1/+1 |
* | Publish | Fabio Berger | 2017-12-28 | 1 | -2/+2 |
* | Publish | Leonid Logvinov | 2017-12-21 | 1 | -2/+2 |
* | Standardize on improved contributing section | Fabio Berger | 2017-12-20 | 1 | -1/+1 |
* | Add mono repo scripts README | Fabio Berger | 2017-12-20 | 1 | -0/+51 |
* | Publish | Brandon Millman | 2017-12-09 | 1 | -2/+2 |
* | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 1 | -1/+1 |
* | Inline function | Leonid Logvinov | 2017-12-06 | 1 | -6/+1 |
* | Introduce a const | Leonid Logvinov | 2017-12-06 | 1 | -1/+3 |
* | Make private | Leonid Logvinov | 2017-12-06 | 1 | -0/+1 |
* | Add version matcher script | Leonid Logvinov | 2017-12-06 | 4 | -0/+110 |