Skip to content

Releases: ladjs/superagent

v5.0.8

12 Jun 19:46
v5.0.8
6dc3eaa
Compare
Choose a tag to compare
  • fix: removed @babel/transform-runtime (closes #1494) 28e7101

v5.0.7...v5.0.8

v5.0.7

11 Jun 18:04
v5.0.7
974ac02
Compare
Choose a tag to compare
  • fix: switch browserify to use babelify as global transform, bump deps a44cca8
  • docs: fixed arrow function for example 0a822ab

v5.0.6...v5.0.7

v5.0.6

06 Jun 06:05
v5.0.6
4dd96c0
Compare
Choose a tag to compare
  • feat: bump deps, fixed lint issues a3f75ed
  • fix: omit queries that are set to undefined (#1486) 7942c2d

v5.0.5...v5.0.6

v5.0.5

29 Apr 20:04
v5.0.5
30664c1
Compare
Choose a tag to compare
  • fix: remove redundant defs, bump deps fcf6cff

v5.0.4...v5.0.5

v5.0.4

28 Apr 04:31
v5.0.4
3444b09
Compare
Choose a tag to compare

v5.0.3...v5.0.4

v5.0.3

25 Apr 20:45
v5.0.3
8f27005
Compare
Choose a tag to compare
  • fix: add browser compiled version to lib folder (#1470) 14acecd
  • Revert "Avoiding to set the "Content-Length" header for GET requests (#1460)" (#1477) fe8d902
  • Avoiding to set the "Content-Length" header for GET requests (#1460) 804c35c

v5.0.2...v5.0.3

v5.0.2

28 Mar 17:41
v5.0.2
ed3e235
Compare
Choose a tag to compare
  • fix: fixed browser require for webpack (closes #1474) ccc7f56

v5.0.1...v5.0.2

v5.0.1

28 Mar 17:19
v5.0.1
1de219e
Compare
Choose a tag to compare

v5.0.0...v5.0.1

v5.0.0

28 Mar 07:36
v5.0.0
1618f8d
Compare
Choose a tag to compare
  • fix: removed core-js, fixed docs with async/await + then/catch usage f0bcdc0
  • Merge pull request #1473 from ladjs/master 2fd631a
  • docs: removed line regarding 8.8.1 being required d22ebd7
  • feat: modern rewrite and refactoring 47f1d28
  • Merge pull request #1468 from bajtos/fix/formdata-error 076e55a
  • Fix handling of FormData errors e6ffbde
  • History formatting 0f0949f
  • Merge pull request #1377 from eromano/master-2 f3ac20c
  • Maintenance status #1450 ad4c96f
  • clear timeout 100 percent e6630ec
  • change after review 03e5efa
  • add upload timeout 650b521

v4.1.0...v5.0.0

IP overrides

26 Dec 20:03
Compare
Choose a tag to compare
  • .connect() IP/DNS override option (Kornel)
  • .trustLocalhost() option for allowing broken HTTPS on localhost
  • .abort() used with promises rejects the promise.