Releases: aevea/git
Releases · aevea/git
v4.0.1
Native git
🚀 Features
- 775bf79 use git directly
🐛 Bug fixes
- fbbc573 (deps) update module github.com/magefile/mage to v1.15.0
- 40db61c (deps) update module github.com/stretchr/testify to v1.8.1
- ae2e33b (deps) update module github.com/stretchr/testify to v1.8.0
- 3d454e6 (deps) update module github.com/magefile/mage to v1.14.0
🔧 Chores and Improvements
v3.1.0: feat: add Tags
🚀 Features
- c1a7fc0 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