420 Commits (master)

Author SHA1 Message Date
Dustin Wilson 1435ecbab3 Doing some cleanup and appeasement of Intelephense, testing is broken 5 months ago
Dustin Wilson cbc152e6d0 Updated dependencies 1 year ago
Dustin Wilson bbde4775e0 Fixes #1 1 year ago
Dustin Wilson 367e27d9b7 Removed mensbeam/framework from deps, added mensbeam/getters-and-setters 1 year ago
Dustin Wilson f23b802b03 Added Document::serializeInner 2 years ago
Dustin Wilson a93babffb4 Forgot to add use statement for charset in XMLDocument 2 years ago
Dustin Wilson f9f3d2875a Updated HTML-Parser 2 years ago
Dustin Wilson 1bcecf3dfc Oops 2 years ago
Dustin Wilson afc85da202 Fix XPathResult results when the result is null 2 years ago
Dustin Wilson 5311f14e5b Fixes to attributes in Node::isEqualNode 2 years ago
Dustin Wilson 8a405cb5d0 Minor serializer fix when reformatting whitespace with templates 2 years ago
Dustin Wilson 8a9f0e18b2 Minor bug in XPathEvaluate::xpathEvaluate 's resolver regex 2 years ago
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 6caa4811e9 Cloning templates is now slightly faster 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 3b665c5957 Fix error in 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 2 years ago
Dustin Wilson 5e3c3d2ddb Added tests for Element::innerText 2 years ago
Dustin Wilson 30e94ae631 Added Element::innerText, not tested yet 2 years ago
Dustin Wilson 1cd73a1479 More testing, forever testing 2 years ago
Dustin Wilson 6383971fcb Added element interface algorithm to Inner\Document. 2 years ago
Dustin Wilson ca57a61261 Named properties implemented in Document 2 years ago
Dustin Wilson 89a3f81acc More work on Document 2 years ago
Dustin Wilson c94c0d9f8f More tests, starting to fill in Document 2 years ago
Dustin Wilson 0f9b24ca16 Element::insertAdjacentHTML added & tested 2 years ago
Dustin Wilson ee7ac131f4 Element::innerHTML and Element::outerHTML fully tested 2 years ago
Dustin Wilson ee01a1ab1d Started adding Element::innerHTML and Element::outerHTML 2 years ago
Dustin Wilson 87635ea36d Element fully tested & feature complete 2 years ago
Dustin Wilson 3f3fd89bfa Added in Element::insertAdjacentElement & Element::insertAdjacentText 2 years ago