Releases: Halleck45/git-guess
Releases · Halleck45/git-guess
Release list
v0.3.0
Changelog
Features
- 7a8f2dc: feat: adapt the gitmoji to the repository's habits and measure it on real histories (@Halleck45)
- 45a76c4: feat: write gitmoji headers with --gitmoji and learn from gitmoji histories (@Halleck45)
Bug fixes
- 33f663b: fix: installed hook still called the binary by its old name (@Halleck45)
Others
- c7c9af5: Merge pull request #2 from Halleck45/feat/gitmoji (@Halleck45)
v0.2.3
Changelog
Bug fixes
- 042faae: fix: report a clean error when git runs outside a repository (@Halleck45)
v0.2.2
v0.2.1
Changelog
Others
- f6a970b: build: read the tap token with index, envOrDefault is not portable (@Halleck45)
v0.2.0
Changelog
Features
- 6d70bb7: feat: drop the file count line from the output (@Halleck45)
- 727defe: feat: drop the history note from the output (@Halleck45)
Others
- d04e29e: build: release raw binaries and publish an npm launcher (@Halleck45)
v0.1.1
Changelog
Bug fixes
- 6ecdc8b: fix: accept --no-color in check and eval (@Halleck45)
- f4a243a: fix: build the pull request comment without shell escaping (@Halleck45)
v0.1.0
Changelog
Features
- 0fbce0a: feat: add eval subcommand replaying the repository history (Jean-François Lépine lepinejeanfrancois@gmail.com)
- b4c222f: feat: guess conventional commit types from a diff (Jean-François Lépine lepinejeanfrancois@gmail.com)
- 38fbe42: feat: learn from the repository history, add check command and GitHub Action (Jean-François Lépine lepinejeanfrancois@gmail.com)
Bug fixes
- 0211603: fix: harden hook, commit argument parsing and diff parsing (Jean-François Lépine lepinejeanfrancois@gmail.com)
Others
- 2d509bb: refactor: rename the project to git-guess (Jean-François Lépine lepinejeanfrancois@gmail.com)