Releases: scm4j/scm4j-vcs-git
Releases · scm4j/scm4j-vcs-git
v4.2
v4.1
v4.0
- Scm4j Workflow is implemented
- Changes:
- getCommitMessages() is changed to log()
- getBranchs() - branch filter added
- createTag() - added revision to tag
- getFileContent() - added revision to get the content from
- New features:
- checkout()
- removeTag()
- getTagsOnRevision()
- Varios fixes, refactorings and improvements
v3.0
- Features added:
getCommitsRange()
getHeadCommit()
fileExists()
createTag()
getTags()
getLastTag()
- proxy authentication
- CI using Travis implemented
- building under linux fixed
- Coveralls.io implemented
- Test code coverage 100%
- Various fixes, refactorings and improvements