summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-06New options documentedAsmir Mustafic
2015-02-06Added tests for "target_document" and "disable_html_ns" optionsAsmir Mustafic
2015-02-06Using constant as optionsAsmir Mustafic
2015-02-06Adding "disableHtmlNsInDom" and "targetDocument" options to allow moreJohn Slegers
2015-02-05Updated the release notes.Matt Farina
2015-02-05Setting travis-ci to use containers for testing instead of VMs.Matt Farina
2015-02-03Merge pull request #77 from rubenv/patch-1Asmir Mustafic
2015-02-03Don't output anything on parse.Ruben Vermeersch
2015-02-02Merge pull request #76 from zhaofengli/i75Asmir Mustafic
2015-02-02Allow whitespaces in RCDATA end tagsZhaofeng Li
2015-01-20Merge pull request #73 from Westie/masterAsmir Mustafic
2015-01-17Merge pull request #72 from Masterminds/parser-optionsAsmir Mustafic
2015-01-15Fixed alphabet, ß now can be detectedDavid Weston
2015-01-06Increment version number to 2.1Asmir Mustafic
2015-01-06Added $options to HTML loading methodsAsmir Mustafic
2014-12-17Merge pull request #64 from goetas/i63Asmir Mustafic
2014-12-16Merge pull request #70 from Masterminds/non-inline-elementsMatt Butcher
2014-12-14Case insensitive comparison only for html5 tagsAsmir Mustafic
2014-12-14Auto closing tags if they allows only inline nodes as child nodesAsmir Mustafic
2014-12-01Merge pull request #66 from Masterminds/dashMatt Butcher
2014-12-01Added support for dashes in element tag names (closes #65)Asmir Mustafic
2014-11-24Case insensitive tagsAsmir Mustafic
2014-09-30Merge pull request #61 from goetas/issue_50Matt Butcher
2014-09-30Handling empty documentsAsmir Mustafic
2014-09-23Removed hhvm-nightlyAsmir Mustafic
2014-09-23Fragments with rulesAsmir Mustafic
2014-08-29Merge pull request #58 from sasezaki/patch-1Asmir Mustafic
2014-08-29add PHP 5.6 to .travis.ymlkazusuke sasezaki
2014-08-01Using Sami as API doc generatorAsmir Mustafic
2014-08-01Closes #56Asmir Mustafic
2014-07-28Released 2.0.0Asmir Mustafic
2014-07-22Merge remote-tracking branch 'goetas/bolean-attr'Asmir Mustafic
2014-07-18Fixed a HHVM issue (can't reproduce on this project...)Asmir Mustafic
2014-07-09Optimized namespaceAttrs, removing one xpath queryAsmir Mustafic
2014-07-08Removed xmlns workaround, using a different method, that supports XMLNSAsmir Mustafic
2014-06-30Easier implementation. Instead looking for boolean attributes, we canAsmir Mustafic
2014-06-30Fiexed a issue when xmlNamespaces = trueAsmir Mustafic
2014-06-26Added compatibility with Facebook HHVM 3.2Asmir Mustafic
2014-06-17php5.3 array styleAsmir Mustafic
2014-06-17Add Rule mothodAsmir Mustafic
2014-06-17Serialization rules for boolean attributesAsmir Mustafic
2014-06-17Documentation about #45Asmir Mustafic
2014-06-17PSR-2 formattingAsmir Mustafic
2014-06-17Custom namespaces (XML style)Asmir Mustafic
2014-06-12Wrong namespace slashAsmir Mustafic
2014-06-12Merge branch 'cognifloyd-master' into official-masterAsmir Mustafic
2014-06-11Update examplesJacob Floyd
2014-06-11PSR-2 code styleAsmir Mustafic
2014-06-11PSR-0 vendor namespaceAsmir Mustafic
2014-06-11Fixed broken test after #37 margeAsmir Mustafic