Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix hasty find/replace | Fabio Berger | 2018-04-02 | 1 | -3/+3 |
| | |||||
* | Default to 4sp | Fabio Berger | 2018-04-02 | 2 | -3/+3 |
| | |||||
* | 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 | 2 | -10/+18 |
| | |||||
* | 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 |
| | |||||
* | 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 ↵ | Fabio Berger | 2018-03-30 | 1 | -2/+34 |
| | | | | they've been successfully published to Github | ||||
* | rename variable called `path` to `includePath` to avoid conflict with `path` ↵ | Fabio Berger | 2018-03-30 | 1 | -4/+6 |
| | | | | package | ||||
* | 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 ↵ | Fabio Berger | 2018-03-30 | 1 | -0/+0 |
| | | | | publishing the packages | ||||
* | 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 | 2 | -6/+14 |
| | |||||
* | 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 | 2 | -0/+118 |
| | | | | to be published | ||||
* | Add 0.x.x edgecase | Fabio Berger | 2018-03-29 | 2 | -1/+13 |
| | |||||
* | Generate CHANGELOG.json files and add convert_changelog script | Fabio Berger | 2018-03-29 | 2 | -0/+97 |
| | |||||
* | Add typeRoots | Leonid Logvinov | 2018-03-27 | 1 | -0/+1 |
| | |||||
* | Add clean-state tests | Leonid Logvinov | 2018-03-27 | 2 | -0/+76 |
| | |||||
* | Keep console.log in monorepo-scripts | Brandon Millman | 2018-03-15 | 1 | -3/+4 |
| | |||||
* | Merge branch 'development' into feature/utils/console-log | Brandon Millman | 2018-03-15 | 4 | -0/+175 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ... | ||||
| * | 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 |
| | | |||||
| * | Fix lint issues | Fabio Berger | 2018-03-13 | 1 | -3/+3 |
| | | |||||
| * | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 4 | -0/+100 |
| | | |||||
* | | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 1 | -6/+3 |
|/ | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -1/+1 |
| | |||||
* | Inline function | Leonid Logvinov | 2017-12-06 | 1 | -6/+1 |
| | |||||
* | Introduce a const | Leonid Logvinov | 2017-12-06 | 1 | -1/+3 |
| | |||||
* | Add version matcher script | Leonid Logvinov | 2017-12-06 | 1 | -0/+59 |