Skip to content

Git mob core used by Git mob cli

Choose a tag to compare

@rkotze rkotze released this 22 Oct 15:33
· 347 commits to master since this release

git-mob-core 0.6.0

Added

gitMobConfig = {
  localTemplate(): <Promise<boolean>>,
  fetchFromGitHub(): <Promise<boolean>>,
};

gitConfig = {
  getLocalCommitTemplate(): <Promise<string>>,
  getGlobalCommitTemplate(): <Promise<string>>,
};

gitRevParse = {
  insideWorkTree(): string,
  topLevelDirectory(): boolean,
};

git-mob 2.5.0

Added

  • Integrated git-mob-core for main git mob features
  • Reduced the calls to git CLI to speed up command execution for git mob
  • Convert src git-mob and spec files from JS to TS
  • Several dependencies updated in all packages

What's Changed

Full Changelog: v2.4.1...v2.5.0