@@ -12,96 +12,107 @@ Bugfixes:
1212
1313Other improvements:
1414
15+ ## [ v6.0.0] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v6.0.0 ) - 2021-MONTH-DAY
16+
17+ Breaking changes:
18+ - Added support for PureScript 0.14 and dropped support for all previous versions (#31 )
19+
20+ New features:
21+ - Added ` onUpgrade ` to allow users to listen to and respond to HTTP upgrades (#33 )
22+
23+ Other improvements:
24+ - Migrated CI to GitHub Actions, updated installation instructions to use Spago, and migrated from ` jshint ` to ` eslint ` (#30 )
25+ - Added a changelog and pull request template (#34 )
26+
27+ ## [ v5.0.2] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v5.0.2 ) - 2019-07-24
28+
29+ - Relaxed upper bounds on ` node-buffer `
30+
1531## [ v5.0.1] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v5.0.1 ) - 2019-05-28
1632
17- * Relax upper bounds on ` foreign-object ` and ` options `
33+ - Relaxed upper bounds on ` foreign-object ` and ` options `
1834
1935## [ v5.0.0] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v5.0.0 ) - 2018-05-29
2036
21- Updates for 0.12
37+ - Updated for 0.12
2238
2339## [ v4.2.0] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v4.2.0 ) - 2017-11-06
2440
25- Add ` Node.HTTP.close ` (@lpil )
41+ - Added ` Node.HTTP.close ` (@lpil )
2642
2743## [ v4.1.0] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v4.1.0 ) - 2017-08-02
2844
29- Bindings to node's ` https ` module (@cprussin ).
45+ - Added bindings to node's ` https ` module (@cprussin ).
3046
3147## [ v4.0.0] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v4.0.0 ) - 2017-04-05
3248
33- Updates for 0.11 compiler (@anilanar )
49+ - Updated for 0.11 compiler (@anilanar )
3450
3551## [ v3.0.1] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v3.0.1 ) - 2016-11-10
3652
37- Fix an accidentally exported function (` listenImpl ` ).
53+ - Fixed an accidentally exported function (` listenImpl ` ).
3854
3955## [ v3.0.0] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v3.0.0 ) - 2016-11-10
4056
4157- Allow specifying a hostname and backlog when calling ` Node.HTTP.listen `
42- - Add ` listenSocket ` .
58+ - Added ` listenSocket ` .
4359
4460## [ v2.0.0] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v2.0.0 ) - 2016-10-22
4561
4662- Updated dependencies
4763
4864## [ v1.2.0] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v1.2.0 ) - 2016-09-06
4965
50- Add IP address family option (@kika )
66+ - Added IP address family option (@kika )
5167
5268## [ v1.1.0] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v1.1.0 ) - 2016-08-14
5369
54- Separate headers and cookies to avoid type errors (@kika )
70+ - Separated headers and cookies to avoid type errors (@kika )
5571
5672## [ v1.0.0] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v1.0.0 ) - 2016-06-10
5773
58- Updates for 1.0/0.9.1
74+ - Updated for 1.0/0.9.1
5975
6076## [ v0.4.1] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v0.4.1 ) - 2016-05-02
6177
62- Fix license in bower.json for Pursuit
78+ - Fixed license in bower.json for Pursuit
6379
6480## [ v0.4.0] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v0.4.0 ) - 2016-05-02
6581
6682- Bump dependency on ` purescript-node-streams `
6783
6884## [ v0.3.1] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v0.3.1 ) - 2016-02-28
6985
70- Support HTTPS (@hdgarrood )
86+ - Added support for HTTPS (@hdgarrood )
7187
7288## [ v0.2.0] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v0.2.0 ) - 2016-01-12
7389
74- Bump ` streams ` dependency (@hdgarrood )
90+ - Bumped ` streams ` dependency (@hdgarrood )
7591
7692## [ v0.1.7] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.7 ) - 2015-11-12
7793
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-
94+ - Added ` setTimeout `
8395
8496## [ v0.1.5] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.5 ) - 2015-09-29
8597
86- Fix type of ` headers ` .
98+ - Fixed type of ` headers ` .
8799
88100## [ v0.1.4] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.4 ) - 2015-09-28
89101
90- Add ` requestFromURI ` .
102+ - Added ` requestFromURI ` .
91103
92104## [ v0.1.3] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.3 ) - 2015-09-28
93105
94- Add client module.
106+ - Added client module.
95107
96108## [ v0.1.2] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.2 ) - 2015-09-23
97109
98- Fix ` bower.json `
110+ - Fixed ` bower.json `
99111
100112## [ v0.1.1] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.1 ) - 2015-09-23
101113
102- Pursuit
114+ - Deployed to Pursuit
103115
104116## [ v0.1.0] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.0 ) - 2015-09-23
105117
106- Initial release
107-
118+ - Initial release
0 commit comments