Skip to content

Releases: AbhyudayaSharma/react-git-info

v2.0.1

03 Feb 16:18
v2.0.1
e420cd9
Compare
Choose a tag to compare

https://www.npmjs.com/package/react-git-info/v/2.0.1

What's Changed

  • Do not error out when a file called HEAD is present in the repository (#23) - Thanks @vasiliy0s
  • Internal: CI Build fix for newer create-react-app versions
  • Internal: Update license

v2.0.0

11 May 06:42
v2.0.0
c63ebca
Compare
Choose a tag to compare

https://www.npmjs.com/package/react-git-info/v/2.0.0

What's changed

  • Breaking Change: GitInfo().branch is now undefined when in a detached HEAD state
  • TypeScript type definitions are now included in the npm distribution (#4) - Thanks @Snaptags
  • Faster performance thanks to reduced number of calls to Git (#5) - Thanks @Snaptags
  • CI builds (#8)

v1.1.0

21 Apr 11:25
v1.1.0
ded7450
Compare
Choose a tag to compare

https://www.npmjs.com/package/react-git-info/v/1.1.0

What's Changed

  • Tags for the branch HEAD are now available under tags property (#3) - Thanks @jfemia !

v1.0.1

23 Mar 10:16
e5f956f
Compare
Choose a tag to compare

https://www.npmjs.com/package/react-git-info/v/1.0.1

What's Changed

  • Do not use git branch --show-current to get the current branch. Instead use git rev-parse --abbrev-ref HEAD increasing compatibility with older git versions (#2).

v1.0.0

23 Mar 10:30
38047ab
Compare
Choose a tag to compare