Skip to content

Update superagent

Latest
Compare
Choose a tag to compare
@mbasso mbasso released this 24 Jan 18:46
· 1 commit to master since this release

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.