Skip to content

Commit 9d0cc91

Browse files
committed
Update changelog
1 parent 1c973ff commit 9d0cc91

File tree

1 file changed

+36
-14
lines changed

1 file changed

+36
-14
lines changed

CHANGELOG.md

Lines changed: 36 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
1-
Changes for 0.19
2-
- TBW
1+
## Changes for 0.19
2+
3+
- Fix issue event type enumeration
4+
[#301](https://github.com/phadej/github/issues/301)
5+
- Include label info in `IssseEvent`
6+
[#302](https://github.com/phadej/github/issues/302)
7+
- Fix `ShowRepo` example
8+
[#306](https://github.com/phadej/github/pull/306)
9+
- Add "Get archive link" API
10+
[#307](https://github.com/phadej/github/pull/307)
11+
- Make "repo" in PullRequestCommit nullable (repository can be gone)
12+
[#311](https://github.com/phadej/github/pull/311)
13+
- Add read-only emails endpoint
14+
[#313](https://github.com/phadej/github/pull/313)
15+
- Organisation membership API
16+
[#312](https://github.com/phadej/github/pull/312)
17+
- Fix isPullRequestMerged and other boolean responses
18+
[#312](https://github.com/phadej/github/pull/312)
19+
- Add `behind` pull request mergeable state
20+
[#308](https://github.com/phadej/github/pull/308)
21+
- Add list organisation invitations endpoint
22+
23+
## Changes for 0.18
324

4-
Changes for 0.18
525
- Endpoints for deleting issue comments.
626
[#294](https://github.com/phadej/github/pull/294)
727
- Endpoints for (un)starring gists.
@@ -15,21 +35,23 @@ Changes for 0.18
1535
- Add requested reviewers field to pull request records.
1636
[#292](https://github.com/phadej/github/pull/292)
1737

18-
Changes for 0.17.0
38+
## Changes for 0.17.0
39+
1940
- Add `Ord Request` instance
2041
- Repository contents
2142
- Repository starring endpoints
2243
- Pull Request review endpoints
2344

24-
Changes for 0.16.0
45+
## Changes for 0.16.0
46+
2547
- Add support for `mergeable_state = "blocked".`
2648
- Fix HTTP status code of merge PR
2749
- Supports newest versions of dependencies
2850
- user events
2951
- release endpoints
3052
- forkExistingRepo
3153

32-
Changes for 0.15.0
54+
## Changes for 0.15.0
3355

3456
- Reworked `PullRequest` (notably `pullRequestsFor`)
3557
- Reworked PR and Issue filtering
@@ -51,15 +73,15 @@ Changes for 0.15.0
5173

5274
See [git commit summary](https://github.com/phadej/github/compare/v0.14.1...v0.15.0)
5375

54-
Changes for 0.14.1
76+
## Changes for 0.14.1
5577

5678
- Add `membersOfWithR`, `listTeamMembersR`
5779
- Add related enums: `OrgMemberFilter`, `OrgMemberRole`, `TeamMemberRole`
5880
- Add `Enum` and `Bounded` instances to `Privacy`, `Permission`,
5981
`RepoPublicity`
6082
- Don't require network access for search tests
6183

62-
Changes for 0.14.0
84+
## Changes for 0.14.0
6385

6486
Large API changes:
6587

@@ -70,27 +92,27 @@ Large API changes:
7092
- Add `Binary` instances for all data
7193
- `GithubOwner` is a `newtype` of `Either User Organization`. There's still `SimpleOwner`.
7294

73-
Changes for 0.5.0:
95+
## Changes for 0.5.0:
7496

7597
* OAuth.
7698
* New function: `Github.Repos.organizationRepo`, to get the repo for a specific organization.
7799
* Introduce a new `newRepoAutoInit` flag to `NewRepo`, for whether to initialize a repo while creating it.
78100
* Relax the attoparsec version requirements.
79101
* The above by [John Wiegley](https://github.com/jwiegley).
80102

81-
Changes for 0.4.1:
103+
## Changes for 0.4.1:
82104

83105
* Stop using the uri package.
84106
* Use aeson version 0.6.1.0.
85107
* Use attoparsec version 0.10.3.0.
86108
* Use http-conduit over 1.8.
87109
* Use unordered-containers between 0.2 and 0.3.
88110

89-
Changes for 0.4.0:
111+
## Changes for 0.4.0:
90112

91113
* Use http-conduit version 1.4.1.10.
92114

93-
Changes for 0.3.0:
115+
## Changes for 0.3.0:
94116

95117
* Re-instantiate the Blobs API.
96118
* `repoDescription1` and `repoPushedAt` are a `Maybe GithubDate`.
@@ -100,11 +122,11 @@ Changes for 0.3.0:
100122
ever-changing `http-conduit` package.
101123
* Features by [Pavel Ryzhov](https://github.com/paulrzcz) and [Simon Hengel](https://github.com/sol).
102124

103-
Changes for 0.2.1:
125+
## Changes for 0.2.1:
104126

105127
* Expand the unordered-containers dependency to anything in 0.1.x .
106128

107-
Changes for 0.2.0:
129+
## Changes for 0.2.0:
108130

109131
* `milestoneDueOn` and `repoLanguage` are now `Maybe` types.
110132
* 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

Comments
 (0)