This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
Releases: octokit/octokit.objc
Releases · octokit/octokit.objc
0.7.8
0.7.7
Added
- Method to create an issue (#250, #262). Thanks @leichunfeng!
- Method to stop watching a repository (#253). Thanks @RuiAAPeres!
- Method to search repositories (#267). Thanks @leichunfeng!
- Method to fetch the gists that have been updated since a particular date (#130). Thanks @rizumita!
- Method to fetch the repositories that belong to a user (#270). Thanks @leichunfeng!
- Method to fetch the repositories that have been starred by a user (#270). Thanks @leichunfeng!
- Methods to fetch events (#279). Thanks @leichunfeng!
Improved
Fixed
- Some properties weren't correctly converting dates (#249). Thanks @leichunfeng!
- Conversion of
publicGist
field (#255). Thanks @JeremyAgost! - Building of iOS dependencies (#275). Thanks @phatblat!
- Nested
OCTObject
s would have the wrongserver
on GitHub Enterprise (#283). Thanks @mdiep!
Thank you also to @leichunfeng for improvements to the code base!
0.7.6
0.7.5
0.7.4
Bump our AFNetworking submodule to include github/AFNetworking#3.
0.7.3
0.7.2
0.7.1
0.7
Updates the dependencies’ folder structure, and moves stuff into Cartfile.private
for Carthage 0.5.
This release also uses the mirage-preview
Authorizations API.