Filter suggested authors
git-mob 3.1.1
Added
git suggest-coauthors [author name or author email]
can filter by author name or email. Addresses issue 90
Refactored
- Remove legacy git-message API and replace it with git-mob-core
git-message
API - Remove legacy git-add-coauthor API and replace it with git-mob-core
saveNewCoAuthors
- Remove legacy git-suggest-coauthor API and replace it with git-mob-core
repoAuthorList
- Migrated
git-suggest-coauthors
to TypeScript git mob-print -i
uses git mob core to print out initials of selected co-authors- Post install script to create global coauthor file uses
createCoAuthorsFile
from git mob core - Migrated mob print file to TypeScript
- Removed legacy git mob commands no longer used.
- Removed legacy git commands no longer used.
git-mob-core 0.8.2
Added
- Added function to create a global coauthor file
createCoAuthorsFile
.
git-mob-core 0.8.0
Added
- Added
repoAuthorList
which will list all contributors from a repo - Added filter to
repoAuthorList
which uses--author
flag fromgit shortlog
.
Refactored
- Add new co-author module migrated to TypeScript and tested
- Change to async
topLevelDirectory
,insideWorkTree
- may not be needed in future versions resolve-git-message-path
migrated to TypeScript- Changed to async
resolveGitMessagePath
,setCommitTemplate
What's Changed
- Remove legacy git-message api by @rkotze in #118
- Git mob core extract the list of contributors by @rkotze in #119
- Migrate mob print to TypeScript and use Git Mob Core by @rkotze in #120
Full Changelog: v3.0.0...v3.1.1