http/CHANGELOG.md

3.5 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.8 (2019-11-02)

Features

0.3.7 (2019-11-01)

0.3.6 (2019-11-01)

Features

  • types: provide nuxt 2.9 compatible types (#78) (a6bab0f)

0.3.5 (2019-09-05)

Bug Fixes

0.3.4 (2019-08-12)

Bug Fixes

  • types: replace JSONValue import from ky to unknown` (#63) (aff7a35)

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

0.3.0 (2019-05-29)

Features

  • support setting timeout and disable by default (#51) (53287dd)

Reverts

  • revert converting header names to lowercase (2b0f463)

0.2.0 (2019-05-22)

Bug Fixes

  • lowercase accept-encoding header (#43) (454807c)

Features

  • convert header names to lowercase (#45) (7ad6645)

0.1.2 (2019-04-28)

Bug Fixes

  • types: add missing JSONValue import (#28) (60e3370)

0.1.1 (2019-04-18)

Bug Fixes

  • correctly handle proxyHeaders: false (#17) (15274cb)

0.1.0 (2019-04-09)

Bug Fixes

Features

  • allow passing body as argument (57b8a8b)
  • http class (61fb627)
  • migrate to http and ky-universal (d3e2c08)