Releases: rkotze/git-mob
Notify when an update is available
Will only check once per week for an update, and only notify once per week if there is an update.
Changes: v0.1.8...v0.2.0
Improve feedback when used outside a git repo
Improve JSDocs and README's usage gif
Fix bug for relative commit template path
Run tests before version bump + exclude editor config from package
Improve path detection for files in .git directory
Closes #18
Changes: v0.1.3...v0.1.4
Read env vars from file for tests
Ignore extra args given to git-solo + refactor tests
Reduce size of published package + improve docs
New file and format for storing co-authors
Identify co-authors using a JSON formatted file called ~/.git-coauthors. Support has been dropped for the YAML file ~/.git-authors. Existing users will need to manually convert and rename their co-authors file (see the README for an example file structure).
This leads to faster execution times, because parsing JSON can be done with a fast built-in Node library. We no longer have to load a third party YAML library to parse the authors file.
When using the YAML file we were following existing conventions for git pairing tools. We've dropped the baggage and decided that using our own JSON format is more flexible and easier to parse.
Addresses issue #3.
Changes: v0.0.6...v0.1.0