This log was last generated on Sat, 09 Apr 2022 15:51:14 GMT and should not be manually modified.
Sat, 09 Apr 2022 15:51:14 GMT
- Fix Rush not being detected correctly. When Rush is set up to use Yarn or pnpm, the lock file for the latter are found first. ([email protected])
Fri, 07 Jan 2022 18:15:36 GMT
- Makes the output of parseLockFile for npm v7+ lock file compatible with queryLockFile. ([email protected])
Fri, 07 Jan 2022 17:07:22 GMT
- bump ts to 4.5 and fixed typing issues with caught errors as unknown ([email protected])
Fri, 07 Jan 2022 00:04:32 GMT
- speed up workspace-tools - reducing weight and adding caches - lazy load pkg mgr helpers ([email protected])
Thu, 02 Dec 2021 17:11:12 GMT
- Implements NPM workspaces support to parseLockFile utility. ([email protected])
Thu, 03 Jun 2021 20:23:22 GMT
- get the right default remote branch ([email protected])
Thu, 27 May 2021 20:04:05 GMT
- getting rid of console logs from the library ([email protected])
Tue, 25 May 2021 21:47:27 GMT
- Fix #24: Add support for different upstream branches ([email protected])
Wed, 19 May 2021 21:05:10 GMT
- slimming down pnpm lockfile parsing ([email protected])
Fri, 23 Apr 2021 23:35:26 GMT
- fixes the checkchange command; support lerna (previous checkin) ([email protected])
Fri, 23 Apr 2021 23:03:54 GMT
- move lockfile implementations behind a lazy load in lockfile.ts ([email protected])
Mon, 12 Apr 2021 16:25:24 GMT
- feat: Only include HEAD commits in 'recent commits' ([email protected])
Mon, 12 Apr 2021 05:59:38 GMT
- Add support for more commit command options ([email protected])
Tue, 23 Feb 2021 20:08:54 GMT
- fixing up the rush package detection code ([email protected])
Tue, 16 Feb 2021 23:49:29 GMT
- fetchRemote() fix to be more specific if branch is provided ([email protected])
Tue, 16 Feb 2021 23:13:38 GMT
- adding back the maxbuffer options to git - got lost in translation ([email protected])
Tue, 16 Feb 2021 22:41:15 GMT
- adding missing git functions into workspace-tools from beachball repo ([email protected])
Wed, 27 Jan 2021 20:58:49 GMT
- Adding NPM 7 Workspaces implementation. ([email protected])
Tue, 26 Jan 2021 09:28:35 GMT
- fix: Detect changed package(s) in nested monorepo ([email protected])
Mon, 30 Nov 2020 18:53:38 GMT
- Allow a much bigger buffer for getting changed packages ([email protected])
Mon, 19 Oct 2020 20:24:42 GMT
- replaced matcher with multimatch ([email protected])
Mon, 12 Oct 2020 16:27:40 GMT
- Introduce getWorkspaceRoot() ([email protected])
Tue, 15 Sep 2020 17:45:13 GMT
- added repository information in package.json ([email protected])
Tue, 15 Sep 2020 17:40:30 GMT
- support scoped package matches to match regardless of scopes ([email protected])
Thu, 10 Sep 2020 23:43:54 GMT
- no more requires ([email protected])
Thu, 10 Sep 2020 23:36:23 GMT
- do not do dynamic require ([email protected])
Mon, 31 Aug 2020 23:19:25 GMT
- add extended-info to getPackageInfos ([email protected])
Wed, 19 Aug 2020 23:27:31 GMT
- fixes the case where deps with no dependencies are not added the edges in the subgraph calculation ([email protected])
Wed, 19 Aug 2020 22:44:02 GMT
- adding subgraph support get transitive consumer ([email protected])
Sun, 09 Aug 2020 03:46:17 GMT
- handle nested change detection ([email protected])
Fri, 17 Jul 2020 19:16:04 GMT
- Add a new env variable to allow one to pick the preferred workspace manager ([email protected])
Fri, 19 Jun 2020 17:53:56 GMT
- adding getTransitiveProviders and renamed getTransitiveDependencies to getTransitiveConsumers ([email protected])
Tue, 26 May 2020 16:55:44 GMT
- fixes an issue with globby so that workspaces matches are found correctly ([email protected])
Mon, 25 May 2020 18:15:11 GMT
- speeding up getRushWorkspaces by skipping the slow rush config reader by a simple json reader ([email protected])
Sat, 23 May 2020 22:54:25 GMT
- adding unstaged changes in the changed packges ([email protected])
Sat, 23 May 2020 19:57:45 GMT
- Adding a getChangedPackages() function (#1) ([email protected])
Fri, 15 May 2020 18:10:15 GMT
- Integrating additional workspace utilities from the backfill package ([email protected])
Wed, 13 May 2020 00:54:54 GMT
- Merge branch 'master' of https://github.com/kenotron/workspace-tools ([email protected])
Wed, 13 May 2020 00:52:56 GMT
- using matcher instead of multimatch for the scope ([email protected])
Tue, 12 May 2020 16:43:14 GMT
- expose depedent map ([email protected])
Tue, 12 May 2020 01:25:52 GMT
- includes the scoped packages functions ([email protected])
Tue, 12 May 2020 01:00:31 GMT
- fix the typing pointer ([email protected])
Tue, 12 May 2020 00:58:34 GMT
- adds declaration ([email protected])
Tue, 12 May 2020 00:55:50 GMT
- caching graph ([email protected])