File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 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
55## [ Unreleased]
66
77Breaking changes:
8- - Update node libraries to latest releases (#48 by @JordanMartinez )
9- - Reimplement ` http ` /` https ` bindings (#49 , #50 by @JordanMartinez )
108
119New features:
1210
1311Bugfixes:
1412
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+
1521Other improvements:
1622- Fix flaky ` upgrade ` test (#50 by @JordanMartinez )
23+ - Add links to Node's docs (#51 by @JordanMartinez )
1724
1825## [ v8.0.0] ( https://github.com/purescript-node/purescript-node-http/releases/tag/v8.0.0 ) - 2022-04-29
1926
Original file line number Diff line number Diff line change 44[ ![ 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 )
55[ ![ Pursuit] ( https://pursuit.purescript.org/packages/purescript-node-http/badge )] ( https://pursuit.purescript.org/packages/purescript-node-http )
66
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.
88
99## Installation
1010
You can’t perform that action at this time.
0 commit comments