2022-01-30
Layerrerrors with status info
2022-01-30
- Bugfix:
- Revert
is-in-browser
- Revert
2022-01-29
- Bugfix:
- Handle
nullresponse headers in request error
- Handle
2020-12-06
- Bugfix:
- Prevent
responseTypeautobeing set on the XHR adapter
- Prevent
2020-08-29
- Major release
- Strip
Buffertransformation (from web) automode is light - no hard transformations
- Strip
2020-08-01
FormDatabody type in requests- Dependencies upgrade and audit
2019-08-06
nodeJsOptionsfor configuringxhr2
2019-08-06
validateStatusoption introduced
2019-08-02
- Response headers converted to lower-case
2019-07-22
- Bugfix:
URLinstantiation fails in browser
- Replace
is-browserwithis-in-browserfor more reliable environment detection - Replace Node's
URLwithquery-stringdependency
2019-07-18
- Request failure error:
responseHeadersandresponseBodyadded - API Change
statusCoderenamed tostatus(number)statusrenamed tostatusText(string)- Response failure error uses
statusandstatusTextas well
2019-07-17
- Bugfix:
URLimport wouldn't work in browser forqueryoption
2019-07-16
- Update dependencies, remove security warnings
2019-07-16
- Error response to include body text if present
2019-03-17
- Use
xhr2library and browserXMLHttpRequestfor the core request logic
2019-02-08
- Initial release