[Pkg-javascript-commits] [node-fill-range] branch upstream updated (70f50ad -> e6698ee)
Julien Puydt
julien.puydt at laposte.net
Sat Nov 25 17:10:52 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-fill-range.
from 70f50ad Import Upstream version 3.0.3
new e6698ee New upstream version 5.0.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 | 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 +++++---
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 +-
30 files changed, 513 insertions(+), 314 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
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