[Pkg-javascript-commits] [ltx] branch upstream updated (d62cf16 -> 3e0f401)

Jonas Smedegaard dr at jones.dk
Tue Jan 10 18:21:48 UTC 2017


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

js pushed a change to branch upstream
in repository ltx.

      from  d62cf16   New upstream version 2.4.2
       new  9dbdad5   tagString (#99)
       new  4a515c7   2.5.0
       new  c12e4f2   add test case for bug #101
       new  b3fcb19   fix bug if comment contains some other tag
       new  0c19706   followed coding standards
       new  a501732   split STATE_IGNORE_TAG into proper STATE_IGNORE_COMMENT + STATE_IGNORE_INSTRUCTION
       new  f293e98   fix coding style
       new  56a1d7e   Merge pull request #102 from node-xmpp/masterback
       new  4ae76eb   2.5.1
       new  2aae68f   bump dependencies (#103)
       new  e544c82   stringify (#104)
       new  b3870d7   2.6.0
       new  2617c64   do not use es6 in stringify (#106)
       new  fafee87   2.6.1
       new  e1cd61e   stop directly exporting tag method (#107)
       new  6d351f3   2.6.2
       new  3e0f401   New upstream version 2.6.2

The 17 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:
 .travis.yml                  |  5 ++---
 index.js                     | 11 ++++++++++-
 lib/DOMElement.js            |  2 +-
 lib/createElement.js         |  2 +-
 lib/parsers/ltx.js           | 39 +++++++++++++++++++++++++++------------
 lib/stringify.js             | 32 ++++++++++++++++++++++++++++++++
 lib/tag.js                   | 14 ++------------
 lib/{tag.js => tagString.js} |  5 ++---
 package.json                 |  6 +++---
 test/ltx-test.js             | 14 ++++++++++++++
 test/parse-test.js           | 18 ++++++++++++++++++
 test/stringify-test.js       | 39 +++++++++++++++++++++++++++++++++++++++
 test/tag-test.js             |  1 -
 13 files changed, 151 insertions(+), 37 deletions(-)
 create mode 100644 lib/stringify.js
 copy lib/{tag.js => tagString.js} (68%)
 create mode 100644 test/ltx-test.js
 create mode 100644 test/stringify-test.js

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



More information about the Pkg-javascript-commits mailing list