Files
octokit.net/ReleaseNotes.md
T
2013-12-18 17:19:59 -08:00

1.5 KiB

New in 0.1.6 (Released 2013/12/18)

  • New client for managing Gists - #225 via @SimonCropp
  • New client for managing Git references - #238 via @khellang
  • Added missing Observable versions for Git objects client - #251 by @khellang
  • New client for Gist comments - #252 by @khellang
  • Lots of documentation - #253 by @pmacn
  • New client for managing issue labels - #256 by @andrerod

New in 0.1.5 (Released 2013/11/19)

  • New client for starring repositories
  • New client for retrieving commits
  • New client for managing an organization's teams and members
  • New client for managing blobs
  • New client for retrieving and creating trees
  • New client for managing collaborators of a repository

New in 0.1.4 (Released 2013/11/6)

  • New client for retrieving activity events
  • Fixed bug where concealing an org's member actually shows the member

New in 0.1.3 (Released 2013/11/5)

  • New Xamarin Component store versions of Octokit.net
  • New clients for managing assignees, milestones, and tags
  • New clients for managing issues, issue events, and issue comments
  • New client for managing organization members
  • Fixed bug in applying query parameters that could cause paging to continually request the same page

New in 0.1.2 (Released 2013/10/31)

  • New default constructors in Octokit.Reactive
  • New IObservableAssigneesClient in Octokit.Reactive

New in 0.1.1 (Released 2013/10/30)

  • Fixed problems with Microsoft.Threading.Tasks

New in 0.1.0 (Released 2013/10/30)

  • Initial release