[Pkg-javascript-commits] [node-bluebird] 04/05: Merge tag 'upstream/3.5.0+dfsg1'
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 commit to branch master
in repository node-bluebird.
commit 40eafa28f23f2122c87552677e56fff7ffba680e
Merge: bef1cf7 75b7f31
Author: Ross Gammon <rosco2 at ubuntu.com>
Date: Sat Apr 29 19:16:18 2017 +0200
Merge tag 'upstream/3.5.0+dfsg1'
Upstream version 3.5.0+dfsg1
# gpg: Signature made Sat 29 Apr 2017 19:16:09 CEST
# gpg: using RSA key 0x733E6BF93CE8F6D9
# gpg: Good signature from "Ross Gammon (Rosco) <rossgammon at mail.dk>"
# gpg: aka "Ross Gammon (Genealogy) <genealogy at the-gammons.net>"
# gpg: aka "Ross Gammon (www.one-name.org) <gammon at one-name.org>"
# gpg: aka "Ross Gammon (www.the-gammons.net) <ross at the-gammons.net>"
# gpg: aka "[jpeg image of size 3524]"
# gpg: aka "Ross Gammon (http://www.ubuntu.com/) <rosco2 at ubuntu.com>"
# gpg: aka "Ross Gammon (http://ubuntustudio.org/) <rosco at ubuntustudio.org>"
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: FBEE 0190 904F 1EA0 BA6A 300E 53FE 7BBD A689 10FC
# Subkey fingerprint: 7AEE BC7A 44AB 8B90 5CA7 8FC6 733E 6BF9 3CE8 F6D9
.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(-)
--
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