Skip to content

Latest commit

 

History

History
95 lines (63 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

95 lines (63 loc) · 1.68 KB

Cowl Changelog

v1.1.0

2022-01-30

  • Layerr errors with status info

v1.0.3

2022-01-30

  • Bugfix:
    • Revert is-in-browser

v1.0.2

2022-01-29

  • Bugfix:
    • Handle null response headers in request error

v1.0.1

2020-12-06

  • Bugfix:
    • Prevent responseType auto being set on the XHR adapter

v1.0.0

2020-08-29

  • Major release
    • Strip Buffer transformation (from web)
    • auto mode is light - no hard transformations

v0.9.0

2020-08-01

  • FormData body type in requests
  • Dependencies upgrade and audit

v0.8.0

2019-08-06

  • nodeJsOptions for configuring xhr2

v0.7.0

2019-08-06

  • validateStatus option introduced

v0.6.0

2019-08-02

  • Response headers converted to lower-case

v0.5.0

2019-07-22

  • Bugfix:
    • URL instantiation fails in browser
  • Replace is-browser with is-in-browser for more reliable environment detection
  • Replace Node's URL with query-string dependency

v0.4.0

2019-07-18

  • Request failure error: responseHeaders and responseBody added
  • API Change
    • statusCode renamed to status (number)
    • status renamed to statusText (string)
    • Response failure error uses status and statusText as well

v0.3.2

2019-07-17

  • Bugfix:
    • URL import wouldn't work in browser for query option

v0.3.1

2019-07-16

  • Update dependencies, remove security warnings

v0.3.0

2019-07-16

  • Error response to include body text if present

v0.2.0

2019-03-17

  • Use xhr2 library and browser XMLHttpRequest for the core request logic

v0.1.0

2019-02-08

  • Initial release