File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,22 @@ Notable changes to this project are documented in this file. The format is based
5
5
## [ Unreleased]
6
6
7
7
Breaking changes:
8
- - Update node libraries to latest releases (#48 by @JordanMartinez )
9
- - Reimplement ` http ` /` https ` bindings (#49 , #50 by @JordanMartinez )
10
8
11
9
New features:
12
10
13
11
Bugfixes:
14
12
13
+ Other improvements:
14
+
15
+ ## [ v9.0.0] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v9.0.0 ) - 2023-08-01
16
+
17
+ Breaking changes:
18
+ - Update node libraries to latest releases (#48 by @JordanMartinez )
19
+ - Reimplement ` http ` /` https ` bindings (#49 , #50 by @JordanMartinez )
20
+
15
21
Other improvements:
16
22
- Fix flaky ` upgrade ` test (#50 by @JordanMartinez )
23
+ - Add links to Node's docs (#51 by @JordanMartinez )
17
24
18
25
## [ v8.0.0] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v8.0.0 ) - 2022-04-29
19
26
Original file line number Diff line number Diff line change 4
4
[ ![ Build status] ( https://github.com/purescript-node/purescript-node-http/workflows/CI/badge.svg?branch=master )] ( https://github.com/purescript-node/purescript-node-http/actions?query=workflow%3ACI+branch%3Amaster )
5
5
[ ![ Pursuit] ( https://pursuit.purescript.org/packages/purescript-node-http/badge )] ( https://pursuit.purescript.org/packages/purescript-node-http )
6
6
7
- A wrapper for Node's HTTP APIs.
7
+ A wrapper for Node's [ HTTP] ( https://nodejs.org/dist/latest-v18.x/docs/api/http.html ) and [ HTTPS ] ( https://nodejs.org/dist/latest-v18.x/docs/api/https.html ) APIs.
8
8
9
9
## Installation
10
10
You can’t perform that action at this time.
0 commit comments