[Pkg-javascript-commits] [node-nan] branch upstream updated (1f82963 -> 95eb717)

Jérémy Lal kapouer at moszumanska.debian.org
Wed Nov 22 21:40:13 UTC 2017


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

kapouer pushed a change to branch upstream
in repository node-nan.

      from  1f82963   New upstream version 2.7.0
      adds  95eb717   New upstream version 2.8.0

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |   4 +-
 CHANGELOG.md                                       |  14 +-
 Makefile                                           |   2 +
 README.md                                          |  13 +-
 appveyor.yml                                       |   2 +
 doc/asyncworker.md                                 |  37 +++-
 doc/errors.md                                      |  12 +-
 doc/maybe_types.md                                 |  94 ++++----
 doc/methods.md                                     |   8 +-
 doc/new.md                                         |   8 +-
 doc/persistent.md                                  |  12 +-
 doc/scopes.md                                      |   2 +-
 doc/script.md                                      |   2 +-
 doc/v8_internals.md                                |  30 +--
 doc/v8_misc.md                                     |   8 +-
 examples/async_pi_estimate/async.cc                |   2 +-
 nan.h                                              | 243 ++++++++++++++++-----
 nan_json.h                                         |   6 +-
 nan_maybe_43_inl.h                                 |  20 +-
 nan_maybe_pre_43_inl.h                             |  15 +-
 package.json                                       |   9 +-
 test/binding.gyp                                   |   8 +
 ...ressworker.cpp => asyncprogressqueueworker.cpp} |  35 ++-
 ...ream.cpp => asyncprogressqueueworkerstream.cpp} |  36 ++-
 test/cpp/asyncprogressworker.cpp                   |   9 +-
 test/cpp/asyncprogressworkersignal.cpp             |   9 +-
 test/cpp/asyncprogressworkerstream.cpp             |   9 +-
 test/cpp/asyncworker.cpp                           |   2 +-
 test/cpp/asyncworkererror.cpp                      |   2 +-
 test/cpp/bufferworkerpersistent.cpp                |   4 +-
 test/cpp/json-stringify.cpp                        |   2 +-
 test/cpp/nancallback.cpp                           |  20 +-
 test/cpp/persistent.cpp                            |   6 +-
 test/cpp/private.cpp                               |   2 +-
 test/cpp/returnvalue.cpp                           |   2 +-
 test/cpp/weak.cpp                                  |   4 +-
 test/cpp/weak2.cpp                                 |   2 +-
 ...er-test.js => asyncprogressqueueworker-test.js} |   9 +-
 ...t.js => asyncprogressqueueworkerstream-test.js} |   8 +-
 test/js/asyncprogressworker-test.js                |   1 +
 40 files changed, 482 insertions(+), 231 deletions(-)
 copy test/cpp/{asyncprogressworker.cpp => asyncprogressqueueworker.cpp} (57%)
 copy test/cpp/{asyncprogressworkerstream.cpp => asyncprogressqueueworkerstream.cpp} (62%)
 copy test/js/{asyncprogressworker-test.js => asyncprogressqueueworker-test.js} (79%)
 copy test/js/{asyncprogressworkerstream-test.js => asyncprogressqueueworkerstream-test.js} (89%)

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



More information about the Pkg-javascript-commits mailing list