[Pkg-javascript-commits] [node-extend-shallow] branch upstream updated (42da98c -> 797fe78)

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 upstream
in repository node-extend-shallow.

      from  42da98c   Import Upstream version 2.0.1
       new  797fe78   New upstream version 3.0.1

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                               |  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 ++++++++----
 index.js                                    |  25 +++---
 package.json                                |  60 ++++++++++----
 test.js                                     |  97 ++++++++++++++---------
 21 files changed, 390 insertions(+), 285 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

-- 
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