Skip to content

Latest commit

 

History

History
307 lines (132 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

307 lines (132 loc) · 10.8 KB

Changelog

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

0.6.4 (2021-02-27)

Bug Fixes

  • fix import of AbortController and ReadableStream (460ac85)

0.6.3 (2021-02-27)

Features

Bug Fixes

  • use server plugin for polyfill (74ad5c3)

0.6.2 (2020-12-23)

Bug Fixes

  • pkg: add missing defu dependency (9ee0d00)

0.6.1 (2020-12-02)

0.6.0 (2020-10-01)

⚠ BREAKING CHANGES

  • deps: (ky) remove response property for the first argument passed to beforeRetry hook. You can access it on error.response instead.

Features

  • deps: update dependency ky to ^0.24.0 (#131) (6d16a87)

0.5.13 (2020-09-26)

Bug Fixes

  • use regex to avoid falsely replacing ports starting with 80 (#124) (e981e62)

0.5.12 (2020-09-01)

Bug Fixes

  • types: add missing types for create and setBaseURL (#122) (c002aaa)

0.5.11 (2020-08-20)

Bug Fixes

  • ky-universal: server importing es bundle (#121) (029dea6)

0.5.10 (2020-07-16)

Bug Fixes

0.5.9 (2020-07-14)

Bug Fixes

0.5.8 (2020-07-14)

Features

  • handle runtimeConfig and static target (b9f5e05)

Bug Fixes

  • build.transpile should be an array (823204c), closes #115

0.5.7 (2020-06-29)

0.5.6 (2020-06-29)

Bug Fixes

  • plugin: allow reusing error.response.json (77b084b)

0.5.5 (2020-06-17)

0.5.4 (2020-06-17)

Features

0.5.3 (2020-06-12)

Features

Bug Fixes

  • ignore proxy headers content-md4 and content-type (#107) (4152f87)
  • use local version of ky-universal (#111) (e7cb647)

0.5.2 (2020-06-05)

Features

  • allow adding custom headers with nuxt config (#101) (2839260)
  • support baseUrl and remove port :443 and :80 when http or https (#103) (fc3e78e)

0.5.1 (2020-04-29)

Bug Fixes

  • remove leading slash when using prefixUrl (#96) (10fbd67)

0.5.0 (2020-04-13)

New Features

  • Allow creating new instances with $http.create(kyOptions) (#3) (#94) (docs)
  • ‍Allow changing baseURL on runtime $http.setBaseURL(baseURL)‍‍ (#82) (#94)

Docs

Restructure sidebar (#94)

Types

  • fix(types): update types for HTTPError to ky.HTTPError (#91)

Chore

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)

  • deps: update all non-major dependencies (#90) (2f1411b)

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

  • 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)