You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [git commit summary](https://github.com/phadej/github/compare/v0.14.1...v0.15.0)
53
75
54
-
Changes for 0.14.1
76
+
## Changes for 0.14.1
55
77
56
78
- Add `membersOfWithR`, `listTeamMembersR`
57
79
- Add related enums: `OrgMemberFilter`, `OrgMemberRole`, `TeamMemberRole`
58
80
- Add `Enum` and `Bounded` instances to `Privacy`, `Permission`,
59
81
`RepoPublicity`
60
82
- Don't require network access for search tests
61
83
62
-
Changes for 0.14.0
84
+
## Changes for 0.14.0
63
85
64
86
Large API changes:
65
87
@@ -70,27 +92,27 @@ Large API changes:
70
92
- Add `Binary` instances for all data
71
93
-`GithubOwner` is a `newtype` of `Either User Organization`. There's still `SimpleOwner`.
72
94
73
-
Changes for 0.5.0:
95
+
## Changes for 0.5.0:
74
96
75
97
* OAuth.
76
98
* New function: `Github.Repos.organizationRepo`, to get the repo for a specific organization.
77
99
* Introduce a new `newRepoAutoInit` flag to `NewRepo`, for whether to initialize a repo while creating it.
78
100
* Relax the attoparsec version requirements.
79
101
* The above by [John Wiegley](https://github.com/jwiegley).
80
102
81
-
Changes for 0.4.1:
103
+
## Changes for 0.4.1:
82
104
83
105
* Stop using the uri package.
84
106
* Use aeson version 0.6.1.0.
85
107
* Use attoparsec version 0.10.3.0.
86
108
* Use http-conduit over 1.8.
87
109
* Use unordered-containers between 0.2 and 0.3.
88
110
89
-
Changes for 0.4.0:
111
+
## Changes for 0.4.0:
90
112
91
113
* Use http-conduit version 1.4.1.10.
92
114
93
-
Changes for 0.3.0:
115
+
## Changes for 0.3.0:
94
116
95
117
* Re-instantiate the Blobs API.
96
118
*`repoDescription1` and `repoPushedAt` are a `Maybe GithubDate`.
@@ -100,11 +122,11 @@ Changes for 0.3.0:
100
122
ever-changing `http-conduit` package.
101
123
* Features by [Pavel Ryzhov](https://github.com/paulrzcz) and [Simon Hengel](https://github.com/sol).
102
124
103
-
Changes for 0.2.1:
125
+
## Changes for 0.2.1:
104
126
105
127
* Expand the unordered-containers dependency to anything in 0.1.x .
106
128
107
-
Changes for 0.2.0:
129
+
## Changes for 0.2.0:
108
130
109
131
*`milestoneDueOn` and `repoLanguage` are now `Maybe` types.
110
132
* Introduce `GithubOwner` as the sum type for a `GithubUser` or `GithubOrganization`. Everything that once produced a `GithubUser` now produces a `GithubOwner`. All record accessors have changed their names
0 commit comments