Octokit.swift Versions Save

A Swift API Client for GitHub and GitHub Enterprise

0.6.3

7 years ago
  • Fixes a critical bug where repos would not be loaded

0.7.0

7 years ago

Intended to be used with Xcode 8.0 and Swift 3.0

0.6.2

7 years ago

Intended to be used with Xcode 7.3.1 or Xcode 8.0 and Swift 2.2 or 2.3

0.6.1

8 years ago
  • Add allow_signup=false to the authenticate URL so the signup button is hidden on iPads (makes apps not being rejected)
    #42 @pietbrauer

0.6.0

8 years ago
  • Update Xcode to 7.3
    #39 @pietbrauer

0.5.2

8 years ago
  • Add support for all platforms: Mac OS X, tvOS and watchOS
    #8 @pietbrauer

0.5.1

8 years ago
  • Update RequestKit
    #30 @pietbrauer

0.5.0

8 years ago
  • Add lastPush and htmlURL to Repositories
    #22 @phatblat
  • Load repositories for arbitrary user
    #21 @phatblat
  • Add podspec
    #26 @nwest
  • Remove routers from public API
    #28 @nwest
  • Documentation for public API
    #27 @nwest

Note: This release was altered on Dec 11, 2015 to include .bcsymbolmap needed to submit builds to the AppStore with Bitcode enabled

0.4.0

8 years ago
  • Move generic components to RequestKit so TrashCanKit can use it as well #14
  • Add support for fetching starred repositories #17

0.3.2

8 years ago
  • Add possibility to get the authentication URL, e.g. for presenting your own SFSafariViewController because Apple doesn't know the concept of OAuth. (I am sorry if you are working there and I stepped on your toe, I am sure there is some reason to do it like that)