mirror of https://github.com/sundowndev/http.git
4.6 KiB
4.6 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.4.0 (2020-03-27)
⚠ BREAKING CHANGES
- deps: Require Node.js 10+
Bug Fixes
-
module: always set protocol to https when
https: true
is set (50ef8e0)
0.3.9 (2020-01-30)
Features
Bug Fixes
- use json serialization for plain array (#87) (febf265)
- module: read port and host from options/cli before fallback (bc58738)
0.3.8 (2019-11-02)
Features
0.3.7 (2019-11-01)
0.3.6 (2019-11-01)
Features
0.3.5 (2019-09-05)
Bug Fixes
0.3.4 (2019-08-12)
Bug Fixes
0.3.3 (2019-07-24)
Bug Fixes
0.3.2 (2019-06-05)
Bug Fixes
- ignore content-length header (185dabb)
0.3.1 (2019-05-30)
Bug Fixes
- handle false timeout (d965efa)
0.3.0 (2019-05-29)
Features
Reverts
- revert converting header names to lowercase (2b0f463)