[Pkg-javascript-commits] [node-fill-range] branch master updated (af8da30 -> 6f9fc31)

Julien Puydt julien.puydt at laposte.net
Sat Nov 25 17:10:51 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-fill-range.

      from  af8da30   add overrides
       new  e6698ee   New upstream version 5.0.0
       new  8ee7824   Update upstream source from tag 'upstream/5.0.0'
       new  57c684e   Package new upstream 5.0.0
       new  39c1085   Update packaging
       new  6f9fc31   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                           |   9 +-
 .eslintrc.json                          |   5 -
 .gitignore                              |  10 +-
 .travis.yml                             |  13 +-
 .verb.md                                | 165 ++++++++++++++--------
 LICENSE                                 |   2 +-
 README.md                               | 243 ++++++++++++++++++++------------
 benchmark/code/fill-range.js            |   9 +-
 benchmark/fixtures/0001-1000-toregex.js |   1 +
 benchmark/fixtures/0001-1000.js         |   1 +
 benchmark/fixtures/001-100.js           |   1 +
 benchmark/fixtures/1-100-7.js           |   1 +
 benchmark/fixtures/1-1000-7.js          |   1 +
 benchmark/fixtures/1-1000-toregex.js    |   1 +
 benchmark/fixtures/1-1000.js            |   1 +
 benchmark/index.js                      |  10 +-
 benchmark/last.md                       |  55 +++++---
 debian/changelog                        |  14 ++
 debian/compat                           |   2 +-
 debian/control                          |  33 ++---
 debian/copyright                        |   3 +-
 debian/rules                            |   6 -
 debian/tests/control                    |   6 +-
 debian/tests/upstreamtestsuite          |   5 +
 debian/watch                            |   2 +-
 examples.js                             |  48 +++++--
 index.js                                |  39 +++--
 package.json                            |  36 ++---
 test/errors.js                          |  43 ------
 test/invalid.js                         |  29 ----
 test/matching.js                        |   4 +-
 test/options.js                         |  78 +++++++++-
 test/padding.js                         |   4 +-
 test/ranges.js                          |   4 +-
 test/special.js                         |   4 +-
 test/steps.js                           |   4 +-
 test/support/exact.js                   |   2 +-
 test/verify-matches.js                  |   4 +-
 38 files changed, 553 insertions(+), 345 deletions(-)
 create mode 100644 benchmark/fixtures/0001-1000-toregex.js
 create mode 100644 benchmark/fixtures/0001-1000.js
 create mode 100644 benchmark/fixtures/001-100.js
 create mode 100644 benchmark/fixtures/1-100-7.js
 create mode 100644 benchmark/fixtures/1-1000-7.js
 create mode 100644 benchmark/fixtures/1-1000-toregex.js
 create mode 100644 benchmark/fixtures/1-1000.js
 create mode 100644 debian/tests/upstreamtestsuite
 delete mode 100644 test/errors.js
 delete mode 100644 test/invalid.js

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



More information about the Pkg-javascript-commits mailing list