[Pkg-javascript-commits] [node-superagent] branch upstream updated (faf584d -> d2b93c3)

Leo Iannacone l3on-guest at moszumanska.debian.org
Sun Oct 12 13:00:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

l3on-guest pushed a change to branch upstream
in repository node-superagent.

      from  faf584d   Imported Upstream version 0.18.0+dfsg
       new  d2b93c3   Imported Upstream version 0.20.0+dfsg

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                 |   1 -
 History.md                  |  39 ++++++++
 component.json              |   2 +-
 docs/head.html              |  39 --------
 docs/index.md               | 219 --------------------------------------------
 docs/tail.html              |   2 -
 lib/client.js               |  35 ++++++-
 lib/node/agent.js           |   2 +-
 lib/node/index.js           | 111 +++++++++++++++++++---
 lib/node/parsers/image.js   |  10 ++
 lib/node/parsers/index.js   |   1 +
 lib/node/response.js        |  27 +++++-
 package.json                |  18 ++--
 test/node/basic-auth.js     |  12 ++-
 test/node/basic.js          |  62 +++++++++++++
 test/node/exports.js        |   6 +-
 test/node/fixtures/test.png | Bin 0 -> 159 bytes
 test/node/form.js           |   2 +-
 test/node/image.js          |  34 +++++++
 test/node/json.js           |  13 +++
 test/node/parsers.js        |  51 ++++++++++-
 test/node/query.js          |   2 +-
 test/node/toError.js        |   1 +
 23 files changed, 383 insertions(+), 306 deletions(-)
 delete mode 100644 docs/head.html
 delete mode 100644 docs/index.md
 delete mode 100644 docs/tail.html
 create mode 100644 lib/node/parsers/image.js
 create mode 100644 test/node/fixtures/test.png
 create mode 100644 test/node/image.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-superagent.git



More information about the Pkg-javascript-commits mailing list