[Pkg-javascript-commits] [ltx] 462/469: Merge tag 'upstream/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 4acf34c3d0e9f8df9424c9c801b411aad5645411
Merge: 5edef02 d62cf16
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Aug 31 13:11:32 2016 +0200

    Merge tag 'upstream/2.4.2'
    
    Upstream version 2.4.2
    
    # gpg: Underskrift lavet ons 31 aug 2016 13:11:29 CEST med RSA nøgle-id 2C7C3146C1A00121
    # gpg: God underskrift fra »Jonas Smedegaard <dr at jones.dk>« [ultimativ]
    # gpg:        også kendt som »Jonas Smedegaard <js at debian.org>« [ultimativ]
    # gpg:        også kendt som »Jonas Smedegaard <jonas at homebase.dk>« [ultimativ]
    # gpg:        også kendt som »[jpeg image of size 4165]« [ultimativ]

 .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