2022-01-30
Layerr
errors with status info
2022-01-30
- Bugfix:
- Revert
is-in-browser
- Revert
2022-01-29
- Bugfix:
- Handle
null
response headers in request error
- Handle
2020-12-06
- Bugfix:
- Prevent
responseType
auto
being set on the XHR adapter
- Prevent
2020-08-29
- Major release
- Strip
Buffer
transformation (from web) auto
mode is light - no hard transformations
- Strip
2020-08-01
FormData
body type in requests- Dependencies upgrade and audit
2019-08-06
nodeJsOptions
for configuringxhr2
2019-08-06
validateStatus
option introduced
2019-08-02
- Response headers converted to lower-case
2019-07-22
- Bugfix:
URL
instantiation fails in browser
- Replace
is-browser
withis-in-browser
for more reliable environment detection - Replace Node's
URL
withquery-string
dependency
2019-07-18
- Request failure error:
responseHeaders
andresponseBody
added - API Change
statusCode
renamed tostatus
(number)status
renamed tostatusText
(string)- Response failure error uses
status
andstatusText
as well
2019-07-17
- Bugfix:
URL
import wouldn't work in browser forquery
option
2019-07-16
- Update dependencies, remove security warnings
2019-07-16
- Error response to include body text if present
2019-03-17
- Use
xhr2
library and browserXMLHttpRequest
for the core request logic
2019-02-08
- Initial release