Skip to content

0.8.8

Compare
Choose a tag to compare
@joshaber joshaber released this 10 Sep 18:12
· 375 commits to master since this release
  • Added support for pull (#464)! Thanks @phatblat and @pietbrauer!
  • Added support for stash apply and stash pop (#501). Thanks @tiennou!
  • Added tests for iOS (#484). Thanks @phatblat!
  • Fixed -isWorkingDirectoryClean (#514). Thanks @dleehr!
  • Fixed checkout methods that use notifyBlock/GTCheckoutStrategySafe (#510). Thanks @dleehr!
  • Made the path in checkoutProgressBlock optional (#517). Thanks @alehed!
  • Removed deprecated -targetCommitAndReturnError: so that the new one can bridge cleanly to Swift 2 (#512). Thanks @phatblat!
  • Fixed GTPushTransferProgressBlock not being called (#508). Thanks @dleehr!
  • Added support for git_cred_ssh_key_memory_new (#507). Thanks @slavikus!
  • Fixes for Xcode 7 (#506, #502). Thanks @phatblat!
  • Fixed nullability warnings (#500). Thanks @wilshipley!