Octokit.objc Versions Save

GitHub API client for Objective-C

0.7.8

8 years ago

Added

  • Method to fetch the issues from a repository (#284). Thanks @joshaber!

Thank you to @ReadmeCritic for improvements to the documentation, to @mdiep for improvements to the codebase, and to @mdiep and @joshaber for reviewing pull requests. :sparkles:

0.7.7

8 years ago

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

  • Updated dependencies to build with Xcode 7 (#281). Thanks @mdiep!

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 OCTObjects would have the wrong server on GitHub Enterprise (#283). Thanks @mdiep!

Thank you also to @leichunfeng for improvements to the code base!

0.7.6

9 years ago

Use the Moondragon preview API: https://github.com/octokit/octokit.objc/pull/240

0.7.5

9 years ago

Includes additions #235, #236, #237.

0.7.4

9 years ago

Bump our AFNetworking submodule to include https://github.com/github/AFNetworking/pull/3.

0.7.3

9 years ago

Xcode can't get no satisfaction (#231).

0.7.2

9 years ago

Pacify Xcode (#230).

0.7.1

9 years ago

Set pull request repository's server (#227).

0.7

9 years ago

Updates the dependencies’ folder structure, and moves stuff into Cartfile.private for Carthage 0.5.

This release also uses the mirage-preview Authorizations API.

0.6

9 years ago

Lots of fixes, Xcode 6 support, Carthage support.