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

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Oct 10 11:51:03 UTC 2017


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

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

      from  cdf0f35   new upstream version
       new  f9136ef   New upstream version 2.5.7
       new  e64fb8d   Updated version 2.5.7 from 'upstream/2.5.7'
       new  73ab065   update changelog
       new  160a525   bump standards, move to section javascript

The 4 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:
 .eslintignore                         |   4 +
 .eslintrc.json                        |  10 +-
 .gitignore                            |   2 +
 .gitignore => .npmignore              |   8 +-
 .travis.yml                           |   6 +-
 CHANGELOG.md                          |  28 +++
 Jakefile                              |  78 ++++--
 README.md                             |  16 ++
 benchmark/bench-ejs.js.bak            | 194 +++++++++++++++
 debian/changelog                      |   7 +
 debian/control                        |   4 +-
 docs/jsdoc/fileLoader.jsdoc           |  10 +
 docs/jsdoc/options.jsdoc              |  15 +-
 docs/syntax.md                        |   4 +-
 examples/functions.js                 |  22 +-
 examples/list.js                      |   8 +-
 lib/ejs.js                            | 403 +++++++++++++++++-------------
 lib/utils.js                          |  45 +++-
 package.json                          |  11 +-
 test/ejs.js                           | 451 ++++++++++++++++++++++++----------
 test/fixtures/include-escaped.ejs     |   3 +
 test/fixtures/include-escaped.html    |   4 +
 test/fixtures/include-expression.ejs  |   3 +
 test/fixtures/include-expression.html |   4 +
 test/fixtures/include-with-error.ejs  |   1 +
 test/fixtures/no.newlines.error.ejs   |   2 +-
 test/fixtures/views-include.ejs       |   1 +
 test/fixtures/views-old.ejs           |   1 +
 test/fixtures/views.ejs               |   1 +
 test/fixtures/views/views-include.ejs |   1 +
 30 files changed, 967 insertions(+), 380 deletions(-)
 create mode 100644 .eslintignore
 copy .gitignore => .npmignore (80%)
 create mode 100755 benchmark/bench-ejs.js.bak
 create mode 100644 docs/jsdoc/fileLoader.jsdoc
 mode change 100644 => 100755 lib/ejs.js
 mode change 100644 => 100755 test/ejs.js
 create mode 100755 test/fixtures/include-escaped.ejs
 create mode 100755 test/fixtures/include-escaped.html
 create mode 100755 test/fixtures/include-expression.ejs
 create mode 100755 test/fixtures/include-expression.html
 create mode 100644 test/fixtures/include-with-error.ejs
 create mode 100644 test/fixtures/views-include.ejs
 create mode 100644 test/fixtures/views-old.ejs
 create mode 100644 test/fixtures/views.ejs
 create mode 100644 test/fixtures/views/views-include.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