Skip to content

Releases: maxmilton/git-ref

v0.4.0

05 Jun 05:22
v0.4.0
832d271
Compare
Choose a tag to compare

What's Changed

  • feat: Migrate to bun + overall refactor by @maxmilton in #276
  • Update dependencies

Full Changelog: v0.3.1...v0.4.0

v0.3.1

22 Nov 08:47
v0.3.1
c9cf651
Compare
Choose a tag to compare

Removed

  • Clean up unnecessary files from shipped package

v0.3.0

06 Oct 00:05
v0.3.0
a3dd334
Compare
Choose a tag to compare

Added

  • Add new fromClosestTag function to get number of commits between closest tagged commit and HEAD commit (#68)

v0.2.0

07 Jun 03:25
v0.2.0
4b363ce
Compare
Choose a tag to compare

Added

  • Add new isDirty function to detect dirty git tree state (#27)

v0.1.0

07 Jun 03:28
v0.1.0
22c018c
Compare
Choose a tag to compare

Added

  • Add new gitHash function to get the git commit hash (#25)
  • Support passing custom cwd path to change where git is executed (#26)

Removed

  • gitRef args argument; remove the ability to customise the git describe args to prevent arbitrary command injection (#26)