[Pkg-javascript-commits] [node-arr-flatten] branch master updated (ab1bc55 -> 054e687)
Julien Puydt
julien.puydt at laposte.net
Sat Nov 25 16:06:26 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-arr-flatten.
from ab1bc55 Fix test
new 16ca684 New upstream version 1.1.0
new e54dbe4 Update upstream source from tag 'upstream/1.1.0'
new 632bda8 Package new upstream 1.1.0
new e4713d0 Update packaging
new 29518fe Update lintian overrides
new 054e687 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 | 16 +--
.eslintrc.json | 117 +++++++++++++++++++++
.gitignore | 69 ++++--------
.jshintrc | 18 ----
.travis.yml | 17 ++-
.verb.md | 51 +--------
LICENSE | 2 +-
README.md | 103 ++++++++++--------
appveyor.yml | 28 +++++
benchmark/check.js | 6 +-
...do-while.js => arr-flatten-0.1.0 (do-while).js} | 8 +-
.../{arr-flatten-2.js => arr-flatten-0.2.0.js} | 6 --
.../code/{current.js => arr-flatten-1.0.1.js} | 0
benchmark/code/arr-flatten-3.js | 25 -----
benchmark/code/arr-flatten.js | 25 -----
benchmark/code/compute-flatten.js | 1 +
benchmark/code/flatit.js | 1 +
benchmark/code/flatten-array.js | 1 +
benchmark/code/flatten.js | 1 +
benchmark/code/just-flatten-it.js | 1 +
benchmark/code/lodash.flattendeep.js | 1 +
benchmark/code/m_flattened.js | 1 +
benchmark/code/utils-flatten.js | 1 +
benchmark/code/while-args.js | 24 -----
benchmark/code/while-depth.js | 26 -----
benchmark/code/while-no-depth-check.js | 25 -----
benchmark/code/while-no-depth-typeof.js | 24 -----
benchmark/fixtures/{large.js => med.js} | 0
benchmark/fixtures/{medium.js => small-med.js} | 0
benchmark/index.js | 2 +-
benchmark/libs.js | 24 +++++
bower.json | 54 +++++++++-
debian/changelog | 14 +++
debian/compat | 2 +-
debian/control | 15 +--
debian/copyright | 2 +-
debian/rules | 8 --
debian/source/lintian-overrides | 2 +
debian/tests/control | 6 +-
debian/tests/upstreamtestsuite | 4 +
debian/watch | 2 +-
index.js | 21 ++--
package.json | 71 +++++++++----
test.js | 10 +-
44 files changed, 424 insertions(+), 411 deletions(-)
create mode 100644 .eslintrc.json
delete mode 100644 .jshintrc
create mode 100644 appveyor.yml
rename benchmark/code/{do-while.js => arr-flatten-0.1.0 (do-while).js} (76%)
rename benchmark/code/{arr-flatten-2.js => arr-flatten-0.2.0.js} (85%)
rename benchmark/code/{current.js => arr-flatten-1.0.1.js} (100%)
delete mode 100644 benchmark/code/arr-flatten-3.js
delete mode 100644 benchmark/code/arr-flatten.js
create mode 100644 benchmark/code/compute-flatten.js
create mode 100644 benchmark/code/flatit.js
create mode 100644 benchmark/code/flatten-array.js
create mode 100644 benchmark/code/flatten.js
create mode 100644 benchmark/code/just-flatten-it.js
create mode 100644 benchmark/code/lodash.flattendeep.js
create mode 100644 benchmark/code/m_flattened.js
create mode 100644 benchmark/code/utils-flatten.js
delete mode 100644 benchmark/code/while-args.js
delete mode 100644 benchmark/code/while-depth.js
delete mode 100644 benchmark/code/while-no-depth-check.js
delete mode 100644 benchmark/code/while-no-depth-typeof.js
rename benchmark/fixtures/{large.js => med.js} (100%)
rename benchmark/fixtures/{medium.js => small-med.js} (100%)
create mode 100644 benchmark/libs.js
create mode 100644 debian/tests/upstreamtestsuite
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-arr-flatten.git
More information about the Pkg-javascript-commits
mailing list