File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1+ ## Changes for 0.24
2+
3+ ** Major change** :
4+ Introduce ` github ` n-ary combinator to hoist ` ... -> Request rw res `
5+ into ` ... -> IO (Either Error res) ` (i.e. n-ary ` executeRequest ` ).
6+ With that in place drop ` .. -> IO (Either Error res) ` functions.
7+
8+ This reduces symbol bloat in the library.
9+ [ #415 ] ( https://github.com/phadej/github/pull/415 )
10+
11+ - Remove double ` withOpenSSL `
12+ [ #414 ] ( https://github.com/phadej/github/pull/414 )
13+ - Pull requests reviews API uses issue number
14+ [ #409 ] ( https://github.com/phadej/github/pull/409 )
15+ - Update ` Repo ` , ` NewRepo ` and ` EditRepo ` data types
16+ [ #407 ] ( https://github.com/phadej/github/pull/407 )
17+
118## Changes for 0.23
219
320- Escape URI paths
93110
94111## Changes for 0.18
95112
96- - Endpoints for deleting issue comments.
113+ - Endpoints for deleting issue comments.
97114 [ #294 ] ( https://github.com/phadej/github/pull/294 )
98115- Endpoints for (un)starring gists.
99116 [ #296 ] ( https://github.com/phadej/github/pull/296 )
Original file line number Diff line number Diff line change 11cabal-version : >= 1.10
22name : github
3- version : 0.23
3+ version : 0.24
44synopsis : Access to the GitHub API, v3.
55category : Network
66description :
You can’t perform that action at this time.
0 commit comments