[Pkg-javascript-commits] [node-ejs] branch upstream updated (3b613eb -> 19fc9de)
Thorsten Alteholz
alteholz at moszumanska.debian.org
Sat Nov 5 10:43:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
alteholz pushed a change to branch upstream
in repository node-ejs.
from 3b613eb Imported Upstream version 2.4.2
new 19fc9de New upstream version 2.5.2
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:
.eslintrc.json | 31 +++
.travis.yml | 4 +-
CHANGELOG.md | 21 +-
Jakefile | 4 +-
README.md | 38 +--
docs/jsdoc/options.jsdoc | 6 +-
docs/syntax.md | 22 +-
lib/ejs.js | 306 ++++++++++++---------
package.json | 16 +-
sample/body.html | 2 -
sample/header.html | 3 -
sample/index.html | 20 --
sample/index.js | 11 -
test/ejs.js | 30 ++
test/fixtures/include-root.ejs | 1 +
test/fixtures/include_preprocessor_line_slurp.ejs | 1 +
test/fixtures/include_preprocessor_line_slurp.html | 5 +
.../include_preprocessor_line_slurp_child.ejs | 5 +
test/fixtures/strict.ejs | 5 +
19 files changed, 318 insertions(+), 213 deletions(-)
create mode 100644 .eslintrc.json
delete mode 100644 sample/body.html
delete mode 100644 sample/header.html
delete mode 100644 sample/index.html
delete mode 100644 sample/index.js
create mode 100644 test/fixtures/include-root.ejs
create mode 100644 test/fixtures/include_preprocessor_line_slurp.ejs
create mode 100644 test/fixtures/include_preprocessor_line_slurp.html
create mode 100644 test/fixtures/include_preprocessor_line_slurp_child.ejs
create mode 100644 test/fixtures/strict.ejs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ejs.git
More information about the Pkg-javascript-commits
mailing list