[Pkg-javascript-commits] [node-ejs] branch master updated (bd77051 -> cdf0f35)

Thorsten Alteholz alteholz at moszumanska.debian.org
Sat Nov 5 10:43:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

alteholz pushed a change to branch master
in repository node-ejs.

      from  bd77051   Imported Debian patch 2.4.2-1
       new  19fc9de   New upstream version 2.5.2
       new  bea924e   Merge tag 'upstream/2.5.2'
       new  cdf0f35   new upstream version

The 3 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 +--
 debian/changelog                                   |   6 +
 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 +
 20 files changed, 324 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