Skip to content

Commit bfe8db4

Browse files
Generate changelog and add PR template (#34)
* Generate CHANGELOG.md file using notes from previous GH releases * Add pull request template * Update CI in PS to v0.14.0-rc5
1 parent 48458d4 commit bfe8db4

File tree

2 files changed

+119
-0
lines changed

2 files changed

+119
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
**Description of the change**
2+
3+
Clearly and concisely describe the purpose of the pull request. If this PR relates to an existing issue or change proposal, please link to it. Include any other background context that would help reviewers understand the motivation for this PR.
4+
5+
---
6+
7+
**Checklist:**
8+
9+
- [ ] Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "- Made a change (#0000)")
10+
- [ ] Linked any existing issues or proposals that this pull request should close
11+
- [ ] Updated or added relevant documentation
12+
- [ ] Added a test for the contribution (if applicable)

CHANGELOG.md

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
# Changelog
2+
3+
Notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4+
5+
## [Unreleased]
6+
7+
Breaking changes:
8+
9+
New features:
10+
11+
Bugfixes:
12+
13+
Other improvements:
14+
15+
## [v5.0.1](https://github.com/purescript-node/purescript-node-http/releases/tag/v5.0.1) - 2019-05-28
16+
17+
* Relax upper bounds on `foreign-object` and `options`
18+
19+
## [v5.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v5.0.0) - 2018-05-29
20+
21+
Updates for 0.12
22+
23+
## [v4.2.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v4.2.0) - 2017-11-06
24+
25+
Add `Node.HTTP.close` (@lpil)
26+
27+
## [v4.1.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v4.1.0) - 2017-08-02
28+
29+
Bindings to node's `https` module (@cprussin).
30+
31+
## [v4.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v4.0.0) - 2017-04-05
32+
33+
Updates for 0.11 compiler (@anilanar)
34+
35+
## [v3.0.1](https://github.com/purescript-node/purescript-node-http/releases/tag/v3.0.1) - 2016-11-10
36+
37+
Fix an accidentally exported function (`listenImpl`).
38+
39+
## [v3.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v3.0.0) - 2016-11-10
40+
41+
- Allow specifying a hostname and backlog when calling `Node.HTTP.listen`
42+
- Add `listenSocket`.
43+
44+
## [v2.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v2.0.0) - 2016-10-22
45+
46+
- Updated dependencies
47+
48+
## [v1.2.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v1.2.0) - 2016-09-06
49+
50+
Add IP address family option (@kika)
51+
52+
## [v1.1.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v1.1.0) - 2016-08-14
53+
54+
Separate headers and cookies to avoid type errors (@kika)
55+
56+
## [v1.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v1.0.0) - 2016-06-10
57+
58+
Updates for 1.0/0.9.1
59+
60+
## [v0.4.1](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.4.1) - 2016-05-02
61+
62+
Fix license in bower.json for Pursuit
63+
64+
## [v0.4.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.4.0) - 2016-05-02
65+
66+
- Bump dependency on `purescript-node-streams`
67+
68+
## [v0.3.1](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.3.1) - 2016-02-28
69+
70+
Support HTTPS (@hdgarrood)
71+
72+
## [v0.2.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.2.0) - 2016-01-12
73+
74+
Bump `streams` dependency (@hdgarrood)
75+
76+
## [v0.1.7](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.7) - 2015-11-12
77+
78+
Add `setTimeout`
79+
80+
## [v0.1.6](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.6) - 2015-09-29
81+
82+
83+
84+
## [v0.1.5](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.5) - 2015-09-29
85+
86+
Fix type of `headers`.
87+
88+
## [v0.1.4](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.4) - 2015-09-28
89+
90+
Add `requestFromURI`.
91+
92+
## [v0.1.3](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.3) - 2015-09-28
93+
94+
Add client module.
95+
96+
## [v0.1.2](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.2) - 2015-09-23
97+
98+
Fix `bower.json`
99+
100+
## [v0.1.1](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.1) - 2015-09-23
101+
102+
Pursuit
103+
104+
## [v0.1.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.0) - 2015-09-23
105+
106+
Initial release
107+

0 commit comments

Comments
 (0)