[Pkg-javascript-commits] [node-expat] annotated tag v2.1.0 created (now ef229c4)
Jonas Smedegaard
dr at jones.dk
Sun Feb 28 10:00:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a change to annotated tag v2.1.0
in repository node-expat.
at ef229c4 (tag)
tagging 0aa058baa7ff8600c9644f40717cfc04ffc611a9 (commit)
tagged by Lloyd Watkin
on Fri Dec 6 09:11:42 2013 +0000
- Log -----------------------------------------------------------------
2.1.0
AJ ONeal (2):
Added QuickStart usage instructions and API from test.js
added something to parse in example
Alexey Zhuchkov (1):
Update bench.js:
Andreas Botsikas (5):
updates files to rename the native module to node_expat to be able to load it in windows (native modules with - fail to load)
Added windows building tools in wintools folder
Added Readme.txt in wintools and fixed an echo in the script
Added node-gyp to build the module in linux
Added linux building support and renamed wintools to tools
Astro (93):
barely works, finally
StartElement & EndElement events + tests
emit text event
test: use all stepsizes for each test
README
README: markdown fixes
README: Instructions & Namespace handling
README: markdown fixes
expat.cc: rm debug output
test for entities
test: add run stats
move SAX callbacks to private static methods of class Parser
fix expected XML_ParseBuffer() return value
indentation
processingInstruction & comment events
pass encoding optionally to new Parser() or use setEncoding()
i can has error handling
README: TODO
xmlDecl callback
getError()
README: Error handling
expat: comments
node.js Buffer support (speed++)
README: TODO done
README: not only 3 events anymore
xmlDecl callback data is optional
parse(): check buffer param and raise TypeError
test.js: don't use setEncoding(), it's superfluous right after new Parser()
LICENSE: MIT
Merge remote branch 'hammerdr/master'
install.sh: add shebang
package.json: version is 0.0.4
install.sh: make executable
node-expat 1.0.0
pimp my package.json
package.json: fix main path
node-expat 1.0.1
rename expat.cc & target binary to node-expat
node-expat 1.1.0
rename startCdataElement/endCdataElement to startCdata/endCdata
test.js: test for new cdata events
node-expat 1.2.0
package.json: contributors
node-expat 1.3.0
implement entityDecl event + test
alias stop as pause to match node conventions
node-expat 1.3.1
package.json: scripts
test.js: port to vows
don't assert anything when parsing empty buffer
test.js: restore entityDecl test
node-expat 1.3.2
test.js: repair start & stop test case
package.json: add Camilo Aguilar to contributors
wrap parser because EventEmitter is pure-JS as of node 0.5.x
test.js: twice parsing is pending
node-expat 1.4.0
Merge pull request #21 from mweibel/patch-1
node-expat 1.4.1
package.json: contributor Michael Weibel
CI w/ Travis, tests with vows
test: rm unused require('sys')
package.json: fix dup "scripts" key
Merge pull request #26 from zerodivisi0n/patch-1
package.json: dependencies as object not array
package.json: update
node-expat 1.4.2
EntityDecl: obey value_length parameter
node-expat 1.4.3
Implement libexpat getCurrentLineNumber/getCurrentColumnNumber/getCurrentByteIndex
node-expat 1.4.5
Merge master of git://github.com/satyamshekhar/node-expat.git (parser reset support)
node-expat 1.5.0
Merge 'dhruvbird/master'
Merge 'andreasbotsikas/windows-build'
package.json: contributors Dhruv Matani & Andreas Botsikas
Merge 'sh1mmer/master' (streams)
integrate stream expat-bench.js into test.js
Parser stream interface: emit 'close' after 'end'
Parser stream interface: do not emit 'data'
Parser(): simplify parser.emit() proxying
Parser stream interface: write() & end() emit 'error'
node-expat 1.6.0
.travis.yml: drop node 0.4
.travis.yml: run against node 0.8
Merge tootallnate/gyp: build: add support for building with node-gyp
node-expat 1.6.1
README: update Instructions
Merge remote-tracking branch 'tootallnate/master'
Parser.write(): check for error and emit 'error'
Parser.end(): check for error to emit 'error'
README: doc
node-expat 2.0.0
Camilo Aguilar (4):
adds fail test to double parse the same document with the same parser instance
adds fail test to double parse the same document with the same parser instance
improves test
closes issue #15
Derek Hammer (2):
Making this a NPM module
Adding install script to package information (and renaming to install.sh)
Dhruv (1):
Fix build issue on FreeBSD
Iein Valdez (1):
node.js v0.3 Buffer compatibility
Lloyd Watkin (7):
Merge pull request #68 from coolaj86/patch-1
Lets drop nodejs < 0.8 support and test up to 0.11
Require nodejs >= 0.8.0
Merge branch 'nan' of github.com:rvagg/node-expat
Merge pull request #77 from rvagg/nan
Merge branch 'master' of github.com:node-xmpp/node-expat
2.1.0
Michael Weibel (2):
Fix for Node.js 0.6.0: Build seems to be now in Release instead of default
fix backwards compatibility for node 0.4.x
Nathan Rajlich (13):
build: add support for building with node-gyp
wscript: remove, node-waf is no longer support by node-expat
remove legacy windows build stuff
add vanilla libexpat v2.1.0
add libexpat.gyp file
add mac x64 config
add test "version.c" file
binding: add libexpat to the "dependecies", don't link to system expat
add mac ia32 config
libexpat: move the "expat_config.h" file to the top-level
libexpat: remove platfor+arch specific gyp code
libexpat: Windows requires the "XML_STATIC" define to be set
README: remove "apt-get" and "yum" stuff
Peter (2):
unified wording in test
unified wording in test
Peter Körner (5):
expose stop and resume to the nodejs side
test for start/stop
revert version, should not be changed without release
expose stop and resume to the nodejs side
test for start/stop
Rod Vagg (1):
convert to NAN for Node 0.8->0.11+ compatibility
Satyam Shekhar (2):
Exposing XML_ParserReset.
Adding tests for parser reset.
Tom Hughes-Croucher (6):
added stream support
adding bench for streaming from file
Adding stream tag to version
merging in 1.5.0 with stream tag
tidying exports
that try catch isn't helping anything
abot (1):
Added execute permitions to node-gyp and fixed a minro bug passing an empty expat_root variable to compile with gyp
hoodoos (1):
emit startCdataElement/endCdataElement
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git
More information about the Pkg-javascript-commits
mailing list