File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1- 2.3.0 (2017-03-31 ):
1+ 2.3.0 (2017-04-13 ):
22* Changes marked with ! are type changes
33* ! repo_issue_event has changed the actor type to a linked_user option
44 since GitHub sometimes returns a null response.
55* Fix various test cases that were not compiling due to API changes.
6+ * Add Issue.timeline_events
7+ * Add Organization.Hook
8+ * Expose Hook as Repo.Hook and deprecate Hook
9+ * Add Repo.Hook.parse_event_metadata
10+ * Add an optional `media_type` argument to API.get and API.get_stream
611
7122.2.0 (2016-12-10):
813* Add Repo.get_ref (#175 from @samoht)
Original file line number Diff line number Diff line change @@ -177,6 +177,7 @@ $ git upload-release mirage ocaml-uri v1.4.0 release.tar.gz
177177 * [ Edit an issue comment] ( https://developer.github.com/v3/issues/comments/#edit-a-comment ) (see [ #87 ] ( https://github.com/mirage/ocaml-github/issues/87 ) )
178178 * [ Delete an issue comment] ( https://developer.github.com/v3/issues/comments/#delete-a-comment )
179179 * [ Issue events] ( https://developer.github.com/v3/issues/events/ )
180+ * [ Timeline] ( https://developer.github.com/v3/issues/timeline/ )
180181
181182* Not yet supported* :
182183
@@ -203,6 +204,7 @@ $ git upload-release mirage ocaml-uri v1.4.0 release.tar.gz
203204 * [ Get team] ( https://developer.github.com/v3/orgs/teams/#get-team )
204205 * [ List team repos] ( https://developer.github.com/v3/orgs/teams/#list-team-repos )
205206 * [ List (public) user organizations] ( https://developer.github.com/v3/orgs/#list-user-organizations )
207+ * [ Webhooks] ( https://developer.github.com/v3/orgs/hooks/ )
206208
207209* Not yet supported* : everything else
208210
Original file line number Diff line number Diff line change 11opam-version: "1.2"
22name: "github"
3- version: "2.2 .0"
3+ version: "2.3 .0"
44maintainer: "sheets@alum.mit.edu"
55authors: [
66 "Anil Madhavapeddy"
You can’t perform that action at this time.
0 commit comments