|
| 1 | +# Changelog |
| 2 | + |
| 3 | +Notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 4 | + |
| 5 | +## [Unreleased] |
| 6 | + |
| 7 | +Breaking changes: |
| 8 | + |
| 9 | +New features: |
| 10 | + |
| 11 | +Bugfixes: |
| 12 | + |
| 13 | +Other improvements: |
| 14 | + |
| 15 | +## [v5.0.1](https://github.com/purescript-node/purescript-node-http/releases/tag/v5.0.1) - 2019-05-28 |
| 16 | + |
| 17 | +* Relax upper bounds on `foreign-object` and `options` |
| 18 | + |
| 19 | +## [v5.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v5.0.0) - 2018-05-29 |
| 20 | + |
| 21 | +Updates for 0.12 |
| 22 | + |
| 23 | +## [v4.2.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v4.2.0) - 2017-11-06 |
| 24 | + |
| 25 | +Add `Node.HTTP.close` (@lpil) |
| 26 | + |
| 27 | +## [v4.1.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v4.1.0) - 2017-08-02 |
| 28 | + |
| 29 | +Bindings to node's `https` module (@cprussin). |
| 30 | + |
| 31 | +## [v4.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v4.0.0) - 2017-04-05 |
| 32 | + |
| 33 | +Updates for 0.11 compiler (@anilanar) |
| 34 | + |
| 35 | +## [v3.0.1](https://github.com/purescript-node/purescript-node-http/releases/tag/v3.0.1) - 2016-11-10 |
| 36 | + |
| 37 | +Fix an accidentally exported function (`listenImpl`). |
| 38 | + |
| 39 | +## [v3.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v3.0.0) - 2016-11-10 |
| 40 | + |
| 41 | +- Allow specifying a hostname and backlog when calling `Node.HTTP.listen` |
| 42 | +- Add `listenSocket`. |
| 43 | + |
| 44 | +## [v2.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v2.0.0) - 2016-10-22 |
| 45 | + |
| 46 | +- Updated dependencies |
| 47 | + |
| 48 | +## [v1.2.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v1.2.0) - 2016-09-06 |
| 49 | + |
| 50 | +Add IP address family option (@kika) |
| 51 | + |
| 52 | +## [v1.1.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v1.1.0) - 2016-08-14 |
| 53 | + |
| 54 | +Separate headers and cookies to avoid type errors (@kika) |
| 55 | + |
| 56 | +## [v1.0.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v1.0.0) - 2016-06-10 |
| 57 | + |
| 58 | +Updates for 1.0/0.9.1 |
| 59 | + |
| 60 | +## [v0.4.1](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.4.1) - 2016-05-02 |
| 61 | + |
| 62 | +Fix license in bower.json for Pursuit |
| 63 | + |
| 64 | +## [v0.4.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.4.0) - 2016-05-02 |
| 65 | + |
| 66 | +- Bump dependency on `purescript-node-streams` |
| 67 | + |
| 68 | +## [v0.3.1](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.3.1) - 2016-02-28 |
| 69 | + |
| 70 | +Support HTTPS (@hdgarrood) |
| 71 | + |
| 72 | +## [v0.2.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.2.0) - 2016-01-12 |
| 73 | + |
| 74 | +Bump `streams` dependency (@hdgarrood) |
| 75 | + |
| 76 | +## [v0.1.7](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.7) - 2015-11-12 |
| 77 | + |
| 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 | + |
| 83 | + |
| 84 | +## [v0.1.5](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.5) - 2015-09-29 |
| 85 | + |
| 86 | +Fix type of `headers`. |
| 87 | + |
| 88 | +## [v0.1.4](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.4) - 2015-09-28 |
| 89 | + |
| 90 | +Add `requestFromURI`. |
| 91 | + |
| 92 | +## [v0.1.3](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.3) - 2015-09-28 |
| 93 | + |
| 94 | +Add client module. |
| 95 | + |
| 96 | +## [v0.1.2](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.2) - 2015-09-23 |
| 97 | + |
| 98 | +Fix `bower.json` |
| 99 | + |
| 100 | +## [v0.1.1](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.1) - 2015-09-23 |
| 101 | + |
| 102 | +Pursuit |
| 103 | + |
| 104 | +## [v0.1.0](https://github.com/purescript-node/purescript-node-http/releases/tag/v0.1.0) - 2015-09-23 |
| 105 | + |
| 106 | +Initial release |
| 107 | + |
0 commit comments