[Pkg-javascript-commits] [node-nan] branch upstream updated (1d911d8 -> 1f82963)
Bastien Roucariès
rouca at moszumanska.debian.org
Wed Sep 6 19:43:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a change to branch upstream
in repository node-nan.
from 1d911d8 New upstream version 2.5.1
new 1f82963 New upstream version 2.7.0
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 | 7 +-
CHANGELOG.md | 19 +++-
Makefile | 10 +--
README.md | 25 +++++-
appveyor.yml | 7 +-
doc/.build.sh | 1 +
doc/asyncworker.md | 5 +-
doc/json.md | 62 +++++++++++++
doc/methods.md | 22 ++---
nan.h | 20 +++--
nan_converters.h | 8 ++
nan_json.h | 159 +++++++++++++++++++++++++++++++++
nan_maybe_pre_43_inl.h | 2 +-
package.json | 7 +-
test/binding.gyp | 9 ++
test/cpp/accessors.cpp | 2 +-
test/cpp/accessors2.cpp | 2 +-
test/cpp/asyncprogressworker.cpp | 2 +-
test/cpp/asyncprogressworkersignal.cpp | 4 +-
test/cpp/asyncprogressworkerstream.cpp | 4 +-
test/cpp/converters.cpp | 8 ++
test/cpp/indexedinterceptors.cpp | 2 +-
test/cpp/json-parse.cpp | 34 +++++++
test/cpp/json-stringify.cpp | 71 +++++++++++++++
test/cpp/makecallback.cpp | 2 +-
test/cpp/namedinterceptors.cpp | 2 +-
test/cpp/objectwraphandle.cpp | 3 +-
test/cpp/settemplate.cpp | 2 +-
test/js/converters-test.js | 8 +-
test/js/json-parse-test.js | 36 ++++++++
test/js/json-stringify-test.js | 92 +++++++++++++++++++
test/js/weak-test.js | 15 ++--
32 files changed, 592 insertions(+), 60 deletions(-)
create mode 100644 doc/json.md
create mode 100644 nan_json.h
create mode 100644 test/cpp/json-parse.cpp
create mode 100644 test/cpp/json-stringify.cpp
create mode 100644 test/js/json-parse-test.js
create mode 100644 test/js/json-stringify-test.js
--
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