Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Releases: google/wicked-good-xpath

Wicked Good XPath 1.3.0

01 Apr 09:10
Compare
Choose a tag to compare
  • Perform wgxpath.install on Document.prototype if available. This allows document.evaluate to also work on XMLDocument.

Wicked Good XPath 1.2.9

01 Apr 08:59
Compare
Choose a tag to compare
  • Fixed a check for node.style so that it won't mutate the DOM on IE < 9

Wicked Good XPath 1.2.8

28 Mar 18:28
Compare
Choose a tag to compare
  • 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

17 Feb 02:48
Compare
Choose a tag to compare
  • 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 to wgxpath.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

18 Aug 17:47
Compare
Choose a tag to compare
  • Compiled binary with smaller size, now that duplicate license blocks have been removed.