Skip to content

Releases: mbasso/react-http-request

Update superagent

24 Jan 18:46
Compare
Choose a tag to compare

This release contains the latest version of superagent

Breaking changes

  • Dropped support for Node 0.x and Node 4
  • If you rely on undefined in query-string values being sent literally as the text "undefined", switch to checking for missing value instead. ?key=undefined is now ?key (without a value).
  • In Internet Explorer, ensure that you have a polyfill that adds a global Promise object.

Fix loading status

29 Jan 10:11
Compare
Choose a tag to compare

Update dependencies

20 May 15:55
Compare
Choose a tag to compare

Fix render

01 Mar 23:28
Compare
Choose a tag to compare

Perform new request only if props are changed

First release

01 Mar 07:58
Compare
Choose a tag to compare