[Pkg-javascript-commits] [node-kind-of] branch upstream updated (0e5c34a -> 09cfd17)
Julien Puydt
julien.puydt at laposte.net
Sat Nov 25 09:39:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a change to branch upstream
in repository node-kind-of.
from 0e5c34a New upstream version 3.0.4+dfsg
new 09cfd17 New upstream version 6.0.1+dfsg
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:
.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 ++-
index.js | 208 ++++++++-------
package.json | 48 ++--
test/es6/index.js | 50 +++-
test/test.js | 26 +-
29 files changed, 1003 insertions(+), 409 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
--
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