483 Commits (edd22dc35d4f6d38accde56f55da9943f4f58906)
 

Author SHA1 Message Date
Dustin Wilson edd22dc35d Added support for closures as resolvers in XPath expressions 2 years ago
Dustin Wilson 15a92f070e Added Document::destroy() 2 years ago
Dustin Wilson 8c9f931366 Prevent a warning from being printed in some situations in XPathResult 2 years ago
Dustin Wilson f728e76b66 Forgot a fucking PERIOD at the beginning of an xpath query lol 2 years ago
Dustin Wilson 1bdf77c7f5 Updated dependencies 2 years ago
Dustin Wilson 6caa4811e9 Cloning templates is now slightly faster 2 years ago
Dustin Wilson 28620a3d6b Fixed typo in README 2 years ago
Dustin Wilson b9ca1aef7c README fixes 2 years ago
Dustin Wilson f731a3fe00 Node::innerNode is now public faux read only 2 years ago
Dustin Wilson be5e1a8002 Fixes XPathResult::offsetGet 2 years ago
Dustin Wilson 228a11cb44 Added Node::getNodePath 2 years ago
Dustin Wilson 7d3038adfa Added requirements to readme 2 years ago
Dustin Wilson a72ec05aaf Removed daux as a dev dependency 2 years ago
Dustin Wilson 66f9981994 1.0.0 2 years ago
Dustin Wilson 3b665c5957 Fix error in documentation 2 years ago
Dustin Wilson f171523f74 Finishing up documentation 2 years ago
Dustin Wilson 736766989c Even more documentation 2 years ago
Dustin Wilson e48b8e4e40 More documentation 2 years ago
Dustin Wilson 5523e09ab2 More tests, started documentation 2 years ago
Dustin Wilson 12d1dba36c More tests for HTMLElement 2 years ago
Dustin Wilson 6b0647fe90 More changes to HTMLElement 2 years ago
Dustin Wilson 82770ba859 Mostly implemented HTMLElement, not tested yet 2 years ago
Dustin Wilson 17d6b8a2ed XPath done and fully tested 2 years ago
Dustin Wilson 7919f4077a Implemented DOM XPath, started testing 2 years ago
Dustin Wilson 474ea22e13 100% coverage 2 years ago
Dustin Wilson 5bfd8c82ec Serializer 100% covered -- FFS 2 years ago
Dustin Wilson e5c8d526be ProcessingInstruction 100% covered, added cache for documents 2 years ago
Dustin Wilson 6eb07562da HTMLCollection 100% covered 2 years ago
Dustin Wilson 90e07f02d5 NamedNodeMap 100% covered 2 years ago
Dustin Wilson 3d0e21edaf Starting to fix NamedNodeMap, test fails 2 years ago
Dustin Wilson 6d8bc49ed8 Added ChildNode::remove, NonElementParentNode 2 years ago
Dustin Wilson 2ddeefbbcb Filled out ChildNode, added tests 2 years ago
Dustin Wilson f29bdb8bbf CharacterData fully covered 2 years ago
Dustin Wilson e41ece3a0c Added Element::outerText 3 years ago
Dustin Wilson 5e3c3d2ddb Added tests for Element::innerText 3 years ago
Dustin Wilson 30e94ae631 Added Element::innerText, not tested yet 3 years ago
Dustin Wilson 1cd73a1479 More testing, forever testing 3 years ago
Dustin Wilson 6383971fcb Added element interface algorithm to Inner\Document. 3 years ago
Dustin Wilson fe555bc0e4 Updated README 3 years ago
Dustin Wilson ca57a61261 Named properties implemented in Document 3 years ago
Dustin Wilson 89a3f81acc More work on Document 3 years ago
Dustin Wilson c94c0d9f8f More tests, starting to fill in Document 3 years ago
Dustin Wilson 0f9b24ca16 Element::insertAdjacentHTML added & tested 3 years ago
Dustin Wilson 75fdebf38e Forgot to test Element::outerHTML exception 3 years ago
Dustin Wilson ee7ac131f4 Element::innerHTML and Element::outerHTML fully tested 3 years ago
Dustin Wilson ee01a1ab1d Started adding Element::innerHTML and Element::outerHTML 3 years ago
Dustin Wilson 87635ea36d Element fully tested & feature complete 3 years ago
Dustin Wilson 3f3fd89bfa Added in Element::insertAdjacentElement & Element::insertAdjacentText 3 years ago
Dustin Wilson 97eeca54b2 Added Element::webkitMatchesSelector 3 years ago
Dustin Wilson 6e4b846abe Tests pass for Element::matches 3 years ago