Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move monorepo_scripts into src dir removing the need for a separate ↵ | Fabio Berger | 2018-03-13 | 2 | -78/+0 |
| | | | | globals.d.ts and tsconfig files | ||||
* | Fix comments | Fabio Berger | 2018-03-04 | 2 | -2/+2 |
| | |||||
* | Add comments | Fabio Berger | 2018-03-04 | 2 | -0/+6 |
| | |||||
* | Instead of adding `@0xproject/types` to tsconfig.json, let's only add it ↵ | Fabio Berger | 2018-03-04 | 2 | -2/+10 |
| | | | | when calling TypeDoc | ||||
* | Update to custom typeDoc fork with latest version (TS 2.7.0 support) + a bug ↵ | Fabio Berger | 2018-03-03 | 2 | -14/+14 |
| | | | | fix allowing us to defer to the `include` in tsconfig.json on which files to run through TypeDoc | ||||
* | Add docs staging to 0x.js package | Brandon Millman | 2018-02-15 | 1 | -0/+24 |
| | |||||
* | Simplify standard postpublish script and remove them from some private packages | Brandon Millman | 2018-02-09 | 1 | -1/+1 |
| | |||||
* | Remove umd tests | Leonid Logvinov | 2018-01-16 | 1 | -6/+0 |
| | |||||
* | Add postpublish scripts | Leonid Logvinov | 2018-01-13 | 1 | -14/+10 |
| | |||||
* | Add md directory to website package and change generated docs directory | Brandon Millman | 2017-11-28 | 1 | -1/+2 |
| | |||||
* | Small fixes | Fabio Berger | 2017-11-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'development' into feature/publishLifecycleScripts | Fabio Berger | 2017-11-18 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | * development: Remove clean step from test_umd.sh Update CHANGELOG.md vx.x.x Add CHANGELOG files to each sub-package Fix 0x.js CHANGELOG separate assignment and call Remove Async subscribe callbacks from OrderWatcher Update changelog Callback for subscribe no longer supports an Async Callback | ||||
| * | Remove clean step from test_umd.sh | Brandon Millman | 2017-11-18 | 1 | -1/+0 |
| | | |||||
* | | Put release name generation into postpublish_utils | Fabio Berger | 2017-11-18 | 1 | -2/+1 |
| | | |||||
* | | Set S3 bucket path to variable | Fabio Berger | 2017-11-18 | 1 | -1/+2 |
| | | |||||
* | | Get package name from package.json | Fabio Berger | 2017-11-18 | 1 | -1/+2 |
| | | |||||
* | | Move most of code for getting latest tag/version and calling publish_release ↵ | Fabio Berger | 2017-11-18 | 1 | -44/+8 |
| | | | | | | | | to postpublish_utils script in top-level dir | ||||
* | | Set prerelease to true so that non of the releases are marked as "latest" | Fabio Berger | 2017-11-18 | 1 | -1/+1 |
| | | |||||
* | | Move upload_docs_json back to npm script and pass in vars properly. | Fabio Berger | 2017-11-18 | 1 | -3/+6 |
| | | |||||
* | | Use `yarn docs:json` command | Fabio Berger | 2017-11-18 | 1 | -3/+2 |
| | | |||||
* | | specify the current working directory in which to run the `yarn` command | Fabio Berger | 2017-11-18 | 1 | -1/+6 |
| | | |||||
* | | print out file name in console | Fabio Berger | 2017-11-18 | 1 | -2/+3 |
| | | |||||
* | | small fixes | Fabio Berger | 2017-11-18 | 1 | -16/+3 |
| | | |||||
* | | experiment with calling typedoc programatically | Brandon Millman | 2017-11-16 | 1 | -4/+20 |
| | | |||||
* | | improve script | Fabio Berger | 2017-11-16 | 1 | -4/+3 |
| | | |||||
* | | postpublish script fixes | Fabio Berger | 2017-11-16 | 1 | -13/+9 |
| | | |||||
* | | WIP | Brandon Millman | 2017-11-16 | 1 | -18/+58 |
| | | |||||
* | | WIP | Brandon Millman | 2017-11-16 | 1 | -0/+32 |
|/ | |||||
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 1 | -0/+7 |