GitHub / purescript-node / purescript-node-http
A wrapper for Node's HTTP APIs
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript-node%2Fpurescript-node-http
PURL: pkg:github/purescript-node/purescript-node-http
Stars: 40
Forks: 24
Open issues: 0
License: mit
Language: PureScript
Size: 85.9 KB
Dependencies parsed at: Pending
Created at: about 10 years ago
Updated at: about 2 years ago
Pushed at: over 2 years ago
Last synced at: 17 days ago
Commit Stats
Commits: 66
Authors: 19
Mean commits per author: 3.47
Development Distribution Score: 0.758
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/purescript-node/purescript-node-http
v9.0.0
v9.0.0
Breaking changes:
- Update node libraries to latest releases (#48 by @JordanMartinez)
- Reimplement
http/httpsbindings (#49, #50 by @JordanMartinez)
Other improvements:
- Fix flaky
upgradetest (#50 by @JordanMartinez) - Add links to Node’s docs (#51 by @JordanMartinez)
Download
v6.0.0
v6.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#31)
New features:
- Added
onUpgradeto allow users to listen to and respond to HTTP upgrades (#33)
Other improvements:
- Migrated CI to GitHub Actions, updated installation instructions to use Spago, and migrated from
jshinttoeslint(#30) - Added a changelog and pull request template (#34)
Download