[Pkg-javascript-commits] [node-extend-shallow] branch master updated (110b96f -> 6aec94a)

Julien Puydt julien.puydt at laposte.net
Sat Nov 25 18:32:01 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-extend-shallow.

      from  110b96f   update changelog
       new  797fe78   New upstream version 3.0.1
       new  6c9894c   Update upstream source from tag 'upstream/3.0.1'
       new  4fa782f   Update to upstream 3.0.1
       new  4f1a8c2   Update packaging
       new  6aec94a   Prepare for upload

The 5 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                               |  15 ++--
 .eslintrc.json                              | 117 ++++++++++++++++++++++++++++
 .gitignore                                  |  70 ++++++-----------
 .jshintrc                                   |  18 -----
 .travis.yml                                 |  17 ++--
 .verb.md                                    |  23 ------
 LICENSE                                     |   2 +-
 README.md                                   |  76 +++++++++++++-----
 benchmark/check.js                          |  21 -----
 benchmark/code/_current.js                  |   3 -
 benchmark/code/assign.js                    |   5 +-
 benchmark/code/extend-shallow.js            |   3 +
 benchmark/code/for-arguments-in.js          |   4 -
 benchmark/code/object-assign.js             |   3 +
 benchmark/fixtures/{nested.js => sparse.js} |   3 +-
 benchmark/index.js                          |  34 ++++----
 benchmark/support.js                        |  31 --------
 bower.json                                  |  48 ++++++++----
 debian/changelog                            |  15 ++++
 debian/compat                               |   2 +-
 debian/control                              |  18 +----
 debian/copyright                            |   2 +-
 debian/rules                                |   6 --
 debian/tests/control                        |   6 +-
 debian/tests/upstreamtestsuite              |   4 +
 debian/watch                                |  11 +--
 index.js                                    |  25 +++---
 package.json                                |  60 ++++++++++----
 test.js                                     |  97 ++++++++++++++---------
 29 files changed, 420 insertions(+), 319 deletions(-)
 create mode 100644 .eslintrc.json
 delete mode 100644 .jshintrc
 delete mode 100644 benchmark/check.js
 delete mode 100644 benchmark/code/_current.js
 create mode 100644 benchmark/code/extend-shallow.js
 create mode 100644 benchmark/code/object-assign.js
 copy benchmark/fixtures/{nested.js => sparse.js} (79%)
 delete mode 100644 benchmark/support.js
 create mode 100644 debian/tests/upstreamtestsuite

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



More information about the Pkg-javascript-commits mailing list