Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 36 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,96 +12,107 @@ Bugfixes:

Other improvements:

## [v6.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v6.0.0) - 2021-MONTH-DAY

Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#31)

New features:
- Added `onUpgrade` to 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 `jshint` to `eslint` (#30)
- Added a changelog and pull request template (#34)

## [v5.0.2](https://github.com/purescript-node/purescript-node-http/releases/tag/v5.0.2) - 2019-07-24

- Relaxed upper bounds on `node-buffer`

## [v5.0.1](https://github.com/purescript-node/purescript-node-http/releases/tag/v5.0.1) - 2019-05-28

* Relax upper bounds on `foreign-object` and `options`
- Relaxed upper bounds on `foreign-object` and `options`

## [v5.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v5.0.0) - 2018-05-29

Updates for 0.12
- Updated for 0.12

## [v4.2.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v4.2.0) - 2017-11-06

Add `Node.HTTP.close` (@lpil)
- Added `Node.HTTP.close` (@lpil)

## [v4.1.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v4.1.0) - 2017-08-02

Bindings to node's `https` module (@cprussin).
- Added bindings to node's `https` module (@cprussin).

## [v4.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v4.0.0) - 2017-04-05

Updates for 0.11 compiler (@anilanar)
- Updated for 0.11 compiler (@anilanar)

## [v3.0.1](https://github.com/purescript-node/purescript-node-http/releases/tag/v3.0.1) - 2016-11-10

Fix an accidentally exported function (`listenImpl`).
- Fixed an accidentally exported function (`listenImpl`).

## [v3.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v3.0.0) - 2016-11-10

- Allow specifying a hostname and backlog when calling `Node.HTTP.listen`
- Add `listenSocket`.
- Added `listenSocket`.

## [v2.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v2.0.0) - 2016-10-22

- Updated dependencies

## [v1.2.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v1.2.0) - 2016-09-06

Add IP address family option (@kika)
- Added IP address family option (@kika)

## [v1.1.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v1.1.0) - 2016-08-14

Separate headers and cookies to avoid type errors (@kika)
- Separated headers and cookies to avoid type errors (@kika)

## [v1.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v1.0.0) - 2016-06-10

Updates for 1.0/0.9.1
- Updated for 1.0/0.9.1

## [v0.4.1](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.4.1) - 2016-05-02

Fix license in bower.json for Pursuit
- Fixed license in bower.json for Pursuit

## [v0.4.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.4.0) - 2016-05-02

- Bump dependency on `purescript-node-streams`

## [v0.3.1](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.3.1) - 2016-02-28

Support HTTPS (@hdgarrood)
- Added support for HTTPS (@hdgarrood)

## [v0.2.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.2.0) - 2016-01-12

Bump `streams` dependency (@hdgarrood)
- Bumped `streams` dependency (@hdgarrood)

## [v0.1.7](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.7) - 2015-11-12

Add `setTimeout`

## [v0.1.6](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.6) - 2015-09-29


- Added `setTimeout`

## [v0.1.5](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.5) - 2015-09-29

Fix type of `headers`.
- Fixed type of `headers`.

## [v0.1.4](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.4) - 2015-09-28

Add `requestFromURI`.
- Added `requestFromURI`.

## [v0.1.3](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.3) - 2015-09-28

Add client module.
- Added client module.

## [v0.1.2](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.2) - 2015-09-23

Fix `bower.json`
- Fixed `bower.json`

## [v0.1.1](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.1) - 2015-09-23

Pursuit
- Deployed to Pursuit

## [v0.1.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.0) - 2015-09-23

Initial release

- Initial release