Skip to content

Releases: rkotze/git-mob

Notify when an update is available

13 May 03:09

Choose a tag to compare

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

12 May 23:50

Choose a tag to compare

Improve JSDocs and README's usage gif

12 May 23:49

Choose a tag to compare

Fix bug for relative commit template path

02 May 21:00

Choose a tag to compare

Run tests before version bump + exclude editor config from package

29 Apr 18:16

Choose a tag to compare

Improve path detection for files in .git directory

29 Apr 18:01

Choose a tag to compare

Read env vars from file for tests

29 Apr 17:58

Choose a tag to compare

Ignore extra args given to git-solo + refactor tests

29 Apr 17:15

Choose a tag to compare

Reduce size of published package + improve docs

29 Apr 17:13

Choose a tag to compare

New file and format for storing co-authors

02 Apr 17:41

Choose a tag to compare

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