|
| 1 | +### New in 0.3.4 (Released 2014/05/01) |
| 2 | +* Improvements to "repository exists" exception result - #473 via @shiftkey |
| 3 | +* Encoding query parameters impacts search clients - #467 via @shiftkey |
| 4 | + |
| 5 | +### New in 0.3.3 (Released 2014/04/22) |
| 6 | +* Add methods to retrieve a team's members and to check if a user is a member of a team - #449 via @kzu |
| 7 | +* Add OAuth web flow methods - #462 via @haacked |
| 8 | + |
| 9 | +### New in 0.3.2 (Released 2014/04/16) |
| 10 | +* Allow passing a parameter to the Patch method - #440 via @nigel-sampson |
| 11 | +* Remove the redundant Team suffix from ITeamsClient - #451 via @kzu |
| 12 | +* Remove Immutable Collections dependency to support .NET 4 builds - #453 via @paulcbetts |
| 13 | +* Add method to retrieve raw bytes from a request - #457 via @haacked |
| 14 | +* Fix readonly deserialization bug in NetCore45 and related projects - #455 via @nigel-sampson |
| 15 | + |
| 16 | +### New in 0.3.1 (Released 2014/03/31) |
| 17 | +* Add support for comparing two commits - #428 via @shiftkey |
| 18 | +* Fix regression in throwing proper 2FA exception - #437 via @Haacked |
| 19 | + |
| 20 | +### New in 0.3.0 (Released 2014/03/19) |
| 21 | +* Add Portable Class Library support for Octokit package - #401 via @trsneed |
| 22 | +* Filter repository issues by users - #427 via @shiftkey |
| 23 | + |
| 24 | +### New in 0.2.2 (Released 2014/03/06) |
| 25 | +* Task-based and Observable-based APIs are now consistent - #361 #376 #378 via @shiftkey and @ammeep |
| 26 | +* "_links" JSON field serialization convention fix - #387 via @haacked |
| 27 | +* Added Feeds client - #386 via @sgwill |
| 28 | +* Added support for creating Gists - #391 via @Therzok and @rgmills |
| 29 | +* Make readonly collections truly readonly - #394 #399 via @Haacked |
| 30 | +* Internalize ProductHeaderValue - #406 via @trsneed |
| 31 | +* HttpClient.Send without cancellation token - #410 via @ammeep |
| 32 | +* Implement Repository Comments API - #413 via @Haacked @wfroese |
| 33 | +* Corrected Search response to match API - #412 #417 #419 #420 via @shiftkey |
| 34 | + |
| 35 | +### New in 0.2.1 (Released 2014/02/19) |
| 36 | +* Reverted the dependency on Reactive Extensions 2.2.2 which introduced breaking changes |
| 37 | + |
| 38 | +### New in 0.2.0 (Released 2014/02/19) |
| 39 | +* Fixed an issue where some new observable clients were not accessible - #376 via @shiftkey |
| 40 | + |
| 41 | +### New in 0.1.9 (Released 2014/02/19) |
| 42 | +* New client for searching users - #289 via @hahmed |
| 43 | +* New client for the statistics API - #296 via @ammeep |
| 44 | +* New client for managing deployments and deployment status - #298 via @pmacn |
| 45 | +* Added methods to repositories client for getting metadata such as contributors, languages, tags, etc. - #319 via @pmacn |
| 46 | +* Added GetAll and Add methods to the user emails client - #323 via @pmacn |
| 47 | +* New client for managing user followers - #343 via @alfhenrik |
| 48 | +* Add more methods for managing releases - #344 via @alfhenrik |
| 49 | +* New client for the activity watching API - #350 via @nigel-sampson |
| 50 | +* ObservableStarredClient can now be accessed via a property - #351 via @nigel-sampson |
| 51 | +* Emoji api now has Emoji type rather than dictionary - #354 via @haacked |
| 52 | +* New client for the Pull Requests API - #360 via @jpsullivan and @shiftkey |
| 53 | +* Now throws RepositoryExistsException when repository already exists - #377 via @haacked |
| 54 | +* Now throws PrivateRepositoryQuotaExceededException when private repository quota would be exceeded by a new repository - #379 via @haacked |
| 55 | + |
| 56 | +### New in 0.1.8 (Released 2014/01/22) |
| 57 | +* Added IRepositoryClient.GetAllBranches - #270 via @goalie7960 |
| 58 | +* Install-Package should add reference to System.Net.Http - #286 via @alfhenrik |
| 59 | +* Return a more helpful error if invalid refs path provided - #288 via @alfhenrik |
| 60 | +* Refactor SearchIssuesRequest to match the API - #290 via @alfhenrik |
| 61 | +* Deprecate custom Releases Accept header - #291 via @shiftkey |
| 62 | +* Fix date format used in DateRange - #293 via @alfhenrik |
| 63 | +* Add base class for search requests - #301 via @hahmed |
| 64 | +* Deprecate IGitHubClient.Blob - #305 via @shiftkey |
| 65 | +* Improving Proxy Server support - #306 via @shiftkey |
| 66 | +* Add integration tests for IRepositoryClient.GetAllBranches - #309 via @lbargaoanu |
| 67 | +* Refactor SearchCodeRequest to match the API - #311 from @alfhenrik |
| 68 | +* Implemented Delete for IssueCommentsClient - #315 from @pmacn |
| 69 | +* Implemented missing methods for IssueLabels - #316 from @pmacn |
| 70 | + |
| 71 | +### New in 0.1.7 (Released 2013/12/27) |
| 72 | +* New client for repository search - #226 and @273 via @hahmed |
| 73 | +* Bugfix for creating/updating issue comments - #262 via @tpeczek |
| 74 | +* Bugfix for retrieving events - #264 via @shiftkey |
| 75 | + |
| 76 | +### New in 0.1.6 (Released 2013/12/18) |
| 77 | +* New client for managing Gists - #225 via @SimonCropp |
| 78 | +* New client for managing Git references - #238 via @khellang |
| 79 | +* Added missing Observable versions for Git objects client - #251 by @khellang |
| 80 | +* New client for Gist comments - #252 by @khellang |
| 81 | +* Lots of documentation - #253 by @pmacn |
| 82 | +* New client for managing issue labels - #256 by @andrerod |
| 83 | + |
| 84 | +### New in 0.1.5 (Released 2013/11/19) |
| 85 | +* New client for starring repositories |
| 86 | +* New client for retrieving commits |
| 87 | +* New client for managing an organization's teams and members |
| 88 | +* New client for managing blobs |
| 89 | +* New client for retrieving and creating trees |
| 90 | +* New client for managing collaborators of a repository |
| 91 | + |
| 92 | +### New in 0.1.4 (Released 2013/11/6) |
| 93 | +* New client for retrieving activity events |
| 94 | +* Fixed bug where concealing an org's member actually shows the member |
| 95 | + |
| 96 | +### New in 0.1.3 (Released 2013/11/5) |
| 97 | +* New Xamarin Component store versions of Octokit.net |
| 98 | +* New clients for managing assignees, milestones, and tags |
| 99 | +* New clients for managing issues, issue events, and issue comments |
| 100 | +* New client for managing organization members |
| 101 | +* Fixed bug in applying query parameters that could cause paging to continually request the same page |
| 102 | + |
| 103 | +### New in 0.1.2 (Released 2013/10/31) |
| 104 | +* New default constructors in Octokit.Reactive |
| 105 | +* New IObservableAssigneesClient in Octokit.Reactive |
| 106 | + |
| 107 | +### New in 0.1.1 (Released 2013/10/30) |
| 108 | +* Fixed problems with Microsoft.Threading.Tasks |
| 109 | + |
| 110 | +### New in 0.1.0 (Released 2013/10/30) |
| 111 | +* Initial release |
0 commit comments