Skip to content

Releases: scm4j/scm4j-vcs-git

v4.2

18 Sep 11:52
Compare
Choose a tag to compare

bug fixes, refactor, optimizations

v4.1

14 Sep 11:46
Compare
Choose a tag to compare

createUnannotatedTag() is moved to GitVCS and exposed as an addition to IVCS. Documentation updated
fixed working with tags.
added gradle test failures logging

v4.0

07 Sep 09:08
Compare
Choose a tag to compare
  • 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

06 Jul 19:40
Compare
Choose a tag to compare
  • 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

v2.0

24 May 20:21
Compare
Choose a tag to compare

Moved to org.scm4j.vcs group
IVCS.getWorkspace() method is implemented
Minor fixes and refactorings

v1.2

07 Apr 12:28
Compare
Choose a tag to compare

Implemented commits range fetching
Gradle 3.4 is used

v1.1

28 Feb 08:02
Compare
Choose a tag to compare

Initial Git VCS functionality is implemented