Skip to content

Releases: SwiftGit2/SwiftGit2

0.6: Visiting Ours

24 May 12:43
3adf7e4
Compare
Choose a tag to compare

Updated

Fixed

  • Sequence methods on CommitIterator (#150)

Thanks to @mattrubin for his contributions!

0.5: Charity Drive

08 Jan 12:13
57cada1
Compare
Choose a tag to compare

Updated

  • Upgraded to Swift 4 (#126)
  • Updated to newer versions of libgit2, libssh2, and OpenSSL (#139)

Added

  • Repository.isValid (#136)
  • Repository.commit (#128)
  • Repository.add (#127)

Fixed

  • Mismatched status values (#120)

Thanks to @tiennou, @DivineDominion, @tengyifei, and @utahwithak for their contributions!

0.4: Key Decisions

27 Feb 14:26
d35dac6
Compare
Choose a tag to compare

Updated

  • APIs now follow Swift 3 API guidelines
  • Support for Xcode 9.2

Added

  • Repository.commits(in: Branch)
  • Repository.create(at: URL)
  • Repository.fetch(Remote)
  • Repository.diff(for: Commit)
  • SSH agent authentication

Thank you to @chriseidhof, @jakeva, @mattrubin, @mdiep, and @myste1tainn for their contributions!

0.3: Bringing Up Buster

07 Jan 19:46
Compare
Choose a tag to compare

Updated APIs for Swift 3.

0.2: Top Banana

21 Apr 03:07
Compare
Choose a tag to compare
  • #39: Initial support for git checkout functionality
  • #40: Support for Swift 1.2 stable
  • #43: Switched from LlamaKit to antitypical/Result

0.1: A New Start

10 Mar 18:06
Compare
Choose a tag to compare

The initial public release of SwiftGit2.