[Pkg-javascript-commits] [ltx] 461/469: New upstream version 2.4.2
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 13:03:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository ltx.
commit d62cf16b66908b99c59aaa20bda5713e09e05dbf
Merge: 6f6a07d d1e0536
Author: Jonas Smedegaard <dr at jones.dk>
Date: Wed Aug 31 13:11:28 2016 +0200
New upstream version 2.4.2
.editorconfig | 11 ++
.npmignore | 9 +
.travis.yml | 22 ++-
CONTRIBUTING.md | 33 ++++
README.markdown | 108 ------------
README.md | 58 +++++++
benchmark/.gitignore | 1 -
benchmark/benchmark.js | 144 ---------------
benchmark/build.js | 14 --
benchmark/index.html | 9 -
benchmarks/index.js | 20 +++
benchmarks/ltx.js | 79 +++++++++
benchmarks/parse.js | 25 +++
benchmarks/parsers.js | 71 ++++++++
benchmarks/write.js | 26 +++
index.js | 36 +++-
lib/DOMElement.js | 121 +++++++++++++
lib/Element.js | 390 +++++++++++++++++++++++++++++++++++++++++
lib/Parser.js | 71 ++++++++
lib/clone.js | 10 ++
lib/createElement.js | 22 +++
lib/element.js | 290 -------------------------------
lib/equal.js | 49 ++++++
lib/escape.js | 46 +++++
lib/index-browserify.js | 7 -
lib/index.js | 22 ---
lib/is.js | 15 ++
lib/parse.js | 128 ++++----------
lib/parsers/index.js | 11 ++
lib/parsers/libxmljs.js | 62 +++++++
lib/parsers/ltx.js | 163 +++++++++++++++++
lib/parsers/node-expat.js | 43 +++++
lib/parsers/node-xml.js | 62 +++++++
lib/parsers/sax-js.js | 43 +++++
lib/sax_easysax.js | 45 -----
lib/sax_expat.js | 39 -----
lib/sax_ltx.js | 159 -----------------
lib/sax_node-xml.js | 63 -------
lib/sax_saxjs.js | 39 -----
lib/tag.js | 18 ++
package.json | 70 ++++----
test/createElement-test.js | 28 +++
test/dom-element-test.js | 55 ++++++
test/element-test.js | 425 +++++++++++++++++++++++++++++----------------
test/equality-test.js | 126 ++++++++++++++
test/escape-test.js | 81 +++++++++
test/is-test.js | 52 ++++++
test/parse-test.js | 268 +++++++++++++++++-----------
test/tag-test.js | 32 ++++
test/unicode-test.js | 45 +++++
50 files changed, 2446 insertions(+), 1320 deletions(-)
--
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