summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-22doctype method has no arguments. Fixing.Matt Farina
2015-06-19Correcting the @return type to a phpdoc value.Matt Farina
2015-06-18Updated comment to reflect return value.Matt Farina
2015-06-09Adding back the external code coverage.Matt Farina
2015-06-09setting scrutinizer to handle code coverageMatt Farina
2015-06-09Merge pull request #85 from Masterminds/scrutinizerMatt Farina
2015-06-08Merge pull request #88 from Masterminds/commentsMatt Farina
2015-06-07Allow multiple root nodesAsmir Mustafic
2015-06-07Preparing 2.1.2 releaseAsmir Mustafic
2015-05-17Merge pull request #84 from Masterminds/boolean-attribiutesAsmir Mustafic
2015-05-09If bash syntaxAsmir Mustafic
2015-05-09Updated badgesAsmir Mustafic
2015-05-09Do not use CoverallsAsmir Mustafic
2015-05-09Added scrutinizer ciAsmir Mustafic
2015-05-09Addex exhaustive list of non boolean html attributesAsmir Mustafic
2015-05-09Improved boolean attribute handlingAsmir Mustafic
2015-04-11Merge pull request #82 from Masterminds/php7Asmir Mustafic
2015-04-03Use php7 on travisAsmir Mustafic
2015-03-23Updating the release notes for a release.Matt Farina
2015-03-23On composer install the --dev option is the default now. Removing call.Matt Farina
2015-03-23Removing PHP 7 check as this is not a gate.Matt Farina
2015-03-23Test on PHP nightly.Matt Farina
2015-03-08Closes #78: Fixes bug where unmatched entity like string drops everything aft...Matt Farina
2015-02-23Adding some tests to the UTF8 utilities.Matt Farina
2015-02-09Updated documentation about target_document optionAsmir Mustafic
2015-02-09Updated license informationAsmir Mustafic
2015-02-09Merge pull request #74 from Masterminds/feature/html-parsing-optionsAsmir Mustafic
2015-02-06Updated release note (preparing the 2.1.0 release)Asmir Mustafic
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