[Pkg-javascript-commits] [node-bluebird] branch upstream updated (172ff96 -> 75b7f31)

Ross Gammon ross-guest at moszumanska.debian.org
Sun Oct 1 15:34:18 UTC 2017


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

ross-guest pushed a change to branch upstream
in repository node-bluebird.

      from  172ff96   Imported Upstream version 3.4.6+dfsg1
       new  75b7f31   New upstream version 3.5.0+dfsg1

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:
 .jshintrc                              |   1 +
 LICENSE                                |   2 +-
 README.md                              |   2 +-
 bower.json                             |   2 +-
 docs/_config.yml                       |   2 +-
 docs/_layouts/default.html             |   2 +-
 docs/docs/api-reference.md             |   1 +
 docs/docs/api/disposer.md              |   8 +-
 docs/docs/api/operationalerror.md      |   4 +-
 docs/docs/api/progression-migration.md |   2 +-
 docs/docs/api/promise.config.md        |   2 +-
 docs/docs/api/promise.coroutine.md     |  12 +--
 docs/docs/api/promise.each.md          |   5 +-
 docs/docs/api/return.md                |   4 +-
 docs/docs/api/tap.md                   |   4 +-
 docs/docs/api/tapcatch.md              | 128 ++++++++++++++++++++++++++++++++
 docs/docs/async-dialogs.md             |   8 +-
 docs/docs/benchmarks.md                | 116 ++++++++++++++---------------
 docs/docs/changelog.md                 |  24 ++++++
 docs/docs/warning-explanations.md      |   2 +-
 docs/img/README.txt                    |   1 +
 docs/img/libbblog_v3.png               | Bin 0 -> 12834 bytes
 package.json                           |   3 +-
 src/async.js                           |   6 --
 src/constants.js                       |   1 +
 src/debuggability.js                   |   5 +-
 src/finally.js                         |  39 +++++++++-
 src/generators.js                      |   2 +-
 src/promise.js                         |  22 +++---
 src/promise_array.js                   |   1 +
 src/props.js                           |   2 +-
 src/queue.js                           |  17 -----
 src/schedule.js                        |   8 +-
 src/util.js                            |   8 +-
 test/mocha/cancel.js                   |  18 ++++-
 test/mocha/generator.js                |  40 +++++++---
 test/mocha/props.js                    |   7 ++
 test/mocha/tapCatch.js                 | 130 +++++++++++++++++++++++++++++++++
 test/mocha/using.js                    |   5 --
 tools/build.js                         |   4 +-
 tools/job-runner/job-runner.js         |   2 +-
 tools/mocha_runner.js                  |   4 +-
 tools/utils.js                         |   2 -
 43 files changed, 498 insertions(+), 160 deletions(-)
 create mode 100644 docs/docs/api/tapcatch.md
 create mode 100644 docs/img/README.txt
 create mode 100644 docs/img/libbblog_v3.png
 create mode 100644 test/mocha/tapCatch.js

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



More information about the Pkg-javascript-commits mailing list