Skip to content

Breaking core updates with more promises

Compare
Choose a tag to compare
@rkotze rkotze released this 21 Jan 15:55
· 129 commits to master since this release

git-mob-core 0.9.0

Added

  • Specify authors to save when creating the coAuthor file.
  • Clean up unused features in author file: coAuthor, author format functions and no need for the write method.
  • Remove unused old command API
  • Convert GitAuthors function to TypeScript and define new internal type CoAuthorSchema.
  • Breaking: getSelectedCoAuthors now returns a promise with type Author[].
  • Breaking: getPrimaryAuthor now returns a promise with type Author.
  • Breaking: setPrimaryAuthor now returns a promise void.
  • New: searchGitHubAuthors search by name and this will return Author[]. #122

git-mob 3.2.0

Added

  • Integrate breaking changes in core API: getPrimaryAuthor, getSelectedCoAuthors, setPrimaryAuthor.
  • New flag -p path will print out path to .git-coauthors file

Full Changelog: v3.1.1...v3.2.0