Releases: aevea/git
Releases · aevea/git
v3.1.0: feat: add Tags
v3.0.1
v3.0.0: refactor!: replace debuglogger with apex
v2.3.1
CommitsOnBranchSimple
Adds a new function CommitsOnBranchSimple which no longer requires full commit objects in order to work. It returns a new type called SimpleCommit that is a stripped down version of a regular Commit object. This is useful in case you want to run analysis on the commit message, but don't care about the rest of data associated with that commit.
🚀 Features
- 5f82527 add CommitsOnBranchSimple
🔧 Chores and Improvements
Renaming to aevea
v2.1.1
v2.1.0: chore(deps): upgrade go-git to new organisation
v2.0.1: fix: update go.mod to allow v2
🐛 Bug fixes
- a07dcb3 update go.mod to allow v2
API improvements
This release reworks the API. Main difference is that pkg
folder is dropped. Everything is in root now.
The other major change is the removal of the Debug flag. The API now accepts a debugLogger, which you can shape to your own needs.
🔧 Chores and Improvements
- 127246f (ci) use latest versions of commitsar and release notary