Breaking core updates with more promises
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 thewrite
method. - Remove unused old command API
- Convert
GitAuthors
function to TypeScript and define new internal typeCoAuthorSchema
. - Breaking:
getSelectedCoAuthors
now returns a promise with typeAuthor[]
. - Breaking:
getPrimaryAuthor
now returns a promise with typeAuthor
. - Breaking:
setPrimaryAuthor
now returns a promisevoid
. - New:
searchGitHubAuthors
search by name and this will returnAuthor[]
. #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