[Pkg-javascript-commits] [node-arr-flatten] branch upstream updated (2fc2910 -> 16ca684)

Julien Puydt julien.puydt at laposte.net
Sat Nov 25 16:06:27 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-arr-flatten.

      from  2fc2910   Import Upstream version 1.0.1
       new  16ca684   New upstream version 1.1.0

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                                      |  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 +++++++++-
 index.js                                           |  21 ++--
 package.json                                       |  71 +++++++++----
 test.js                                            |  10 +-
 35 files changed, 394 insertions(+), 386 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

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