[Pkg-javascript-commits] [node-kind-of] branch master updated (16a5f19 -> 06403aa)
Julien Puydt
julien.puydt at laposte.net
Sat Nov 25 09:39:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a change to branch master
in repository node-kind-of.
from 16a5f19 Fix watch file
new 09cfd17 New upstream version 6.0.1+dfsg
new 5b4b8b3 Update upstream source from tag 'upstream/6.0.1+dfsg'
new efe102a Package upstream 6.0.1
new f437cd5 Update packaging
new eab79b8 Run upstream test suite in autopkgtest
new 06403aa Prepare for upload
The 6 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:
.editorconfig | 9 +-
.eslintrc.json | 5 -
.gitignore | 71 ++---
.travis.yml | 10 +-
.verb.md | 83 ++++--
CHANGELOG.md | 157 +++++++++++
LICENSE | 2 +-
README.md | 297 ++++++++++++++-------
benchmark/check.js | 22 --
benchmark/code/current.js | 1 -
benchmark/code/kind-of.js | 8 +
benchmark/code/lib-type-of.js | 44 ++-
benchmark/code/lib-typeof.js | 23 +-
benchmark/code/slice-switch.js | 8 +-
benchmark/code/switch.js | 116 ++++++++
benchmark/fixtures/arguments.js | 2 +-
benchmark/fixtures/buffer.js | 2 +-
benchmark/fixtures/error.js | 1 +
.../fixtures/{object.js => object-instance.js} | 0
benchmark/fixtures/object-plain.js | 2 +
benchmark/fixtures/{undef.js => undefined.js} | 0
benchmark/index.js | 20 +-
benchmark/last.md | 49 ----
benchmark/stats.md | 104 ++++++++
bower.json | 44 ++-
debian/changelog | 15 ++
debian/compat | 2 +-
debian/control | 14 +-
debian/copyright | 5 +-
debian/rules | 11 -
debian/tests/control | 5 +-
debian/tests/upstreamtestsuite | 6 +
debian/watch | 2 +-
index.js | 208 ++++++++-------
package.json | 48 ++--
test/es6/index.js | 50 +++-
test/test.js | 26 +-
37 files changed, 1036 insertions(+), 436 deletions(-)
create mode 100644 CHANGELOG.md
delete mode 100644 benchmark/check.js
delete mode 100644 benchmark/code/current.js
create mode 100644 benchmark/code/kind-of.js
create mode 100644 benchmark/code/switch.js
create mode 100644 benchmark/fixtures/error.js
rename benchmark/fixtures/{object.js => object-instance.js} (100%)
create mode 100644 benchmark/fixtures/object-plain.js
rename benchmark/fixtures/{undef.js => undefined.js} (100%)
delete mode 100644 benchmark/last.md
create mode 100644 benchmark/stats.md
create mode 100644 debian/tests/upstreamtestsuite
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-kind-of.git
More information about the Pkg-javascript-commits
mailing list