node-wgxpath icon indicating copy to clipboard operation
node-wgxpath copied to clipboard

Update Wicked Good XPath to 1.3.0

Open Dominator008 opened this issue 9 years ago • 2 comments

This updates Wicked Good XPath to the 1.3.0 release. Notable changes include:

  1. Fixed a bug in IE8 compatibility introduced by the 1.2 release.
  2. Fixed a check for node.style so that it won't mutate the DOM on IE < 9.
  3. The library now performs wgxpath.install on Document.prototype if available. This allows document.evaluate to also work on XMLDocument.

Dominator008 avatar Apr 01 '16 09:04 Dominator008

ping @jacobmarble

timbru31 avatar Mar 22 '17 15:03 timbru31

Does word_of_the_day.js work after this commit? I ask because about 10 lines of code have been omitted from the end of wgxpath.install.js.

jacobmarble avatar Mar 29 '17 04:03 jacobmarble