This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
Releases: google/wicked-good-xpath
Releases · google/wicked-good-xpath
Wicked Good XPath 1.3.0
- Perform wgxpath.install on Document.prototype if available. This allows document.evaluate to also work on XMLDocument.
Wicked Good XPath 1.2.9
- Fixed a check for node.style so that it won't mutate the DOM on IE < 9
Wicked Good XPath 1.2.8
- Updated Closure Compiler and Closure Library to v20160315.
- Added bower.json for Bower compatibility.
- Fixed a bug about IE8 compatibility in NameTest.
Wicked Good XPath 1.2
- Fixed a bug in
binaryExpr.js
where the comparison of two evaluation results might be wrong. - Better support for wildcard namespaces and wildcard names.
- Support for period (.) inside node names.
- Added an optional
opt_force
parameter towgxpath.install()
to allow force installation of the library. - We now build with Gulp.
- The built
wgxpath.install.js
file is now in ECMAScript 5's strict mode. - We include an extra
wgxpath.install-node.js
file for usage within a Node.js environment.
Wicked Good XPath 1.1
- Compiled binary with smaller size, now that duplicate license blocks have been removed.