[Pkg-javascript-commits] [node-arr-diff] branch master updated (a0688e1 -> a498823)

Julien Puydt julien.puydt at laposte.net
Fri Nov 24 22:27:44 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-diff.

      from  a0688e1   Override false positive
       new  f5f403c   Update packaging
       new  baaa986   New upstream version 4.0.0
       new  e42a21e   Update upstream source from tag 'upstream/4.0.0'
       new  a498823   Prepare upload of new upstream release

The 4 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                                    |  13 +-
 .eslintrc.json                                   | 225 ++++-------------------
 .gitignore                                       |  69 +++----
 .travis.yml                                      |   7 +
 .verb.md                                         |   2 +-
 LICENSE                                          |   2 +-
 README.md                                        |  99 ++++++----
 benchmark/all.md                                 | 105 +++++++++++
 index.js => benchmark/code/arr-diff-3.0.0.js     |   7 -
 benchmark/code/{current.js => arr-diff-4.0.0.js} |   0
 benchmark/code/while-arguments.js                |  30 +++
 benchmark/code/while-splice-args.js              |  27 +++
 benchmark/fixtures/{long.js => long-dupes.js}    | 185 +++++++++++++++++++
 benchmark/fixtures/{short.js => med-short.js}    |   0
 benchmark/last.md                                |  34 +++-
 bower.json                                       |  29 ++-
 debian/changelog                                 |  15 ++
 debian/compat                                    |   2 +-
 debian/control                                   |  16 +-
 debian/copyright                                 |   2 +-
 debian/rules                                     |   8 -
 debian/tests/control                             |   6 +-
 debian/tests/upstreamtestsuite                   |   4 +
 debian/watch                                     |   2 +-
 index.js                                         |  49 +++--
 package.json                                     |  35 ++--
 test.js                                          |  12 +-
 27 files changed, 624 insertions(+), 361 deletions(-)
 create mode 100644 benchmark/all.md
 copy index.js => benchmark/code/arr-diff-3.0.0.js (73%)
 rename benchmark/code/{current.js => arr-diff-4.0.0.js} (100%)
 create mode 100644 benchmark/code/while-arguments.js
 create mode 100644 benchmark/code/while-splice-args.js
 copy benchmark/fixtures/{long.js => long-dupes.js} (93%)
 copy benchmark/fixtures/{short.js => med-short.js} (100%)
 create mode 100644 debian/tests/upstreamtestsuite

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



More information about the Pkg-javascript-commits mailing list