Skip to content

Releases: nerdishbynature/octokit.swift

Gimme that URL

21 Sep 12:56
Compare
Choose a tag to compare
  • 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)

0.3.1

10 Sep 19:12
Compare
Choose a tag to compare
  • Add Objective-C compatibility again

Xcode 7 & Swift 2

10 Sep 10:35
Compare
Choose a tag to compare
  • Add support for Xcode 7 and Swift 2 #11

0.2.5

31 Aug 07:50
Compare
Choose a tag to compare
  • Add additional perPage parameter to get repositories (defaults to 100)

0.2.4

26 Aug 12:58
Compare
Choose a tag to compare
  • Add pagination for repositories list

Post Public Key

26 Aug 06:30
Compare
Choose a tag to compare
  • Add possibility to post a Public Key #8

Objectve-C

25 Aug 12:01
Compare
Choose a tag to compare
0.2.2

Add @objc

Classes are the new structs

25 Aug 11:56
Compare
Choose a tag to compare
  • Use class for Repository and User for objc-compability

Restart all the things

25 Aug 07:01
Compare
Choose a tag to compare
  • Remove Alamofire dependency #5
  • Solidify JSON Parsing #6
  • Add Carthage support #7