| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix hardcoded path in release notes fetching | Leonid Logvinov | 2018-12-03 | 1 | -9/+3 |
* | immediately return the patch incremented version if no changelog entries exist | Fabio Berger | 2018-11-22 | 1 | -0/+1 |
* | Fix the package versions in release notes | Leonid Logvinov | 2018-10-19 | 2 | -10/+10 |
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 2 | -3/+3 |
* | Merge branch 'development' into feature/website/asset-buyer-docs | Brandon Millman | 2018-10-18 | 1 | -1/+2 |
|\ |
|
| * | fix(monorepo-scripts): Format date as UTC not local time. | Jacob Evans | 2018-10-17 | 1 | -1/+2 |
* | | feat(monorepo-scripts): add AssetBuyerError to IGNORED_EXCESSIVE_TYPES | Brandon Millman | 2018-10-17 | 1 | -1/+1 |
|/ |
|
* | Fix failing doc generation tests | Alex Browne | 2018-10-16 | 1 | -2/+9 |
* | Support passing in package names into publish_release_notes command-line for ... | Fabio Berger | 2018-09-26 | 1 | -0/+7 |
* | Remove check since this method is now used in multiple places | Fabio Berger | 2018-08-27 | 1 | -5/+0 |
* | Fix comments | Fabio Berger | 2018-08-23 | 1 | -8/+3 |
* | Look for all TS mapped types | Fabio Berger | 2018-08-23 | 1 | -2/+2 |
* | Fix double assignment | Fabio Berger | 2018-08-23 | 1 | -1/+1 |
* | Fix prettier issues | Fabio Berger | 2018-08-23 | 1 | -2/+2 |
* | Enable dry run of release publishing and handle git tags existing | Fabio Berger | 2018-08-23 | 1 | -10/+30 |
* | Refactor publish script so that root package.json configs.packagesWithDocs is... | Fabio Berger | 2018-08-23 | 1 | -11/+1 |
* | Fix many linter errors that showed up upon upgrading tsutil | Fabio Berger | 2018-08-23 | 2 | -18/+20 |
* | Fix bugs in doc gen due to clone vs cloneDeep and pre-maturely removing place... | Fabio Berger | 2018-08-22 | 1 | -7/+7 |
* | Stop logging to console for each packages without a package.json | Fabio Berger | 2018-08-22 | 1 | -1/+1 |
* | Use bash for loop for generating docs for each package, revert changes to script | Fabio Berger | 2018-08-22 | 1 | -44/+39 |
* | Modify script so it can generate docs for a specific package or all packages... | Fabio Berger | 2018-08-22 | 1 | -36/+45 |
* | Add shouldUpload flag to docGenAndUpload command | Fabio Berger | 2018-08-22 | 1 | -1/+8 |
* | Don't check if types are used for libraries only include types | Fabio Berger | 2018-08-22 | 1 | -1/+7 |
* | Rather then look for typeArguments, we want to ignore Partial & Promise refe... | Fabio Berger | 2018-08-21 | 1 | -1/+2 |
* | Implement ignoring config types | Fabio Berger | 2018-08-21 | 1 | -2/+6 |
* | Make sure export isn't internal to the package | Fabio Berger | 2018-08-18 | 1 | -1/+1 |
* | Also ignore implementationOf | Fabio Berger | 2018-08-18 | 1 | -1/+1 |
* | Refactor DocGenerateAndUploadUtils to be a class, and decompose large methods... | Fabio Berger | 2018-08-18 | 1 | -342/+419 |
* | Move doc configs to a separate file | Fabio Berger | 2018-08-17 | 1 | -47/+10 |
* | Render external dep exports | Fabio Berger | 2018-08-17 | 1 | -3/+3 |
* | Add links for external dep exports to docJson | Fabio Berger | 2018-08-17 | 1 | -4/+41 |
* | Check for superfluous types in a packages index.ts and throw if they exist | Fabio Berger | 2018-08-16 | 1 | -0/+31 |
* | Improve Error external link | Fabio Berger | 2018-08-16 | 1 | -1/+1 |
* | Add externalTypeToLink to docJson | Fabio Berger | 2018-08-16 | 1 | -0/+1 |
* | Move external types to link mapping to doc generation util and refactor typed... | Fabio Berger | 2018-08-16 | 1 | -0/+1 |
* | Add version to our custom DocJson format | Fabio Berger | 2018-08-15 | 1 | -1/+3 |
* | Move purging private underscored items to the doc json generation phase | Fabio Berger | 2018-08-15 | 1 | -12/+19 |
* | Add ability to hide specific class constructors | Fabio Berger | 2018-08-15 | 1 | -0/+21 |
* | Improve missing type detection | Fabio Berger | 2018-08-15 | 1 | -4/+8 |
* | Fix additional merge conflicts | Fabio Berger | 2018-08-15 | 1 | -7/+8 |
* | Merge development | Fabio Berger | 2018-08-15 | 1 | -1/+1 |
|\ |
|
| * | fix(monorepo-scripts): Fix typo in git tag command | Alex Browne | 2018-08-09 | 1 | -1/+1 |
* | | Add a check to make sure types part of the exported interface are also export... | Fabio Berger | 2018-08-14 | 1 | -3/+51 |
* | | Remove old comment | Fabio Berger | 2018-08-14 | 1 | -1/+1 |
* | | Split publish_utils since it was becoming too big and unwieldy | Fabio Berger | 2018-08-08 | 2 | -99/+102 |
* | | Remove stray console log | Fabio Berger | 2018-08-07 | 1 | -1/+0 |
* | | Fix bug where we only rendered one TypeDoc JSON key per export, instead of al... | Fabio Berger | 2018-08-07 | 1 | -6/+8 |
* | | Add ability to omit rendering specific exports and also support direct export... | Fabio Berger | 2018-08-03 | 1 | -13/+39 |
* | | Fix bug where if there were multiple matches, it wouldn't always take the lon... | Fabio Berger | 2018-08-02 | 1 | -2/+8 |
* | | We need to always include the globals.d.ts otherwise TS complains about .json... | Fabio Berger | 2018-08-02 | 1 | -0/+1 |
* | | Start refactoring docs to remove unnecessary configs given more concise TypeD... | Fabio Berger | 2018-08-01 | 1 | -14/+54 |
* | | Remove console | Fabio Berger | 2018-07-31 | 1 | -1/+0 |
* | | Standardize child naming | Fabio Berger | 2018-07-31 | 1 | -1/+12 |
* | | Fix bugs in doc gen | Fabio Berger | 2018-07-30 | 1 | -7/+11 |
* | | Move logic to publishUtils so can use as command-line and script import | Fabio Berger | 2018-07-30 | 1 | -0/+291 |
|/ |
|
* | Remove unused import | Fabio Berger | 2018-07-25 | 1 | -1/+0 |
* | Specify registry url only if local publish attempted | Leonid Logvinov | 2018-07-25 | 2 | -3/+11 |
* | Add utils.getTopologicallySortedPackages | Leonid Logvinov | 2018-07-24 | 1 | -1/+11 |
* | Allow registry to be configured in lerna.json | Fabio Berger | 2018-07-24 | 1 | -2/+4 |
* | Improve log | Fabio Berger | 2018-07-19 | 1 | -1/+1 |
* | Add additional pattern removal and added HACK comment | Fabio Berger | 2018-07-19 | 1 | -1/+3 |
* | Renames to remove mention of Lerna | Fabio Berger | 2018-07-19 | 1 | -12/+12 |
* | Replace lerna-get-packages with our own implementation | Fabio Berger | 2018-07-19 | 1 | -3/+33 |
* | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 2 | -7/+7 |
* | fix prettier | Fabio Berger | 2018-07-02 | 1 | -4/+4 |
* | Git command outputs logs to stdErr so only way to check for errors if with tr... | Fabio Berger | 2018-07-02 | 1 | -6/+8 |
* | Add logs for when tags get removed | Fabio Berger | 2018-07-02 | 1 | -0/+2 |
* | Throw if changelog version is below package.json version | Fabio Berger | 2018-07-02 | 1 | -0/+3 |
* | Small fixes | Fabio Berger | 2018-06-19 | 1 | -3/+2 |
* | Use semver package instead of getNextPatchVersion | Fabio Berger | 2018-06-19 | 1 | -5/+10 |
* | Use semver library instead of semverUtils | Fabio Berger | 2018-06-19 | 3 | -66/+2 |
* | Add more prepublish checks | Fabio Berger | 2018-06-19 | 4 | -22/+215 |
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 1 | -1/+1 |
* | Refactor changelog utils to a separate module | Leonid Logvinov | 2018-06-02 | 2 | -0/+119 |