summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-14phpunit fails to run on php 7.1.0-dev, adding php 7.0 to travis config and ↵Eric Dowell
removing nightly.
2016-01-13Update composer.jsonEric Dowell
Updated satooshi/php-coveralls package to 1.0.* so guzzlehttp/guzzle (~6.0) is used instead of old deprecated guzzle/guzzle (3.9.3)
2015-07-21Merge pull request #90 from alexpott/patch-1Matt Farina
Update TokenizerTest.php
2015-07-15Update TokenizerTest.phpalexpott
Remove duplicate array key
2015-06-23Removing an old fixme comment about PIMatt Farina
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
Comment on Elements::element for return value didn't reflect all possible types and Scrutinizer noted this. Updated.
2015-06-09Adding back the external code coverage.Matt Farina
2015-06-09setting scrutinizer to handle code coverageMatt Farina
Previous scrutinizer was set to have `external_code_coverage: true` which expects another tool to handle it. https://scrutinizer-ci.com/docs/tools/external-code-coverage/
2015-06-09Merge pull request #85 from Masterminds/scrutinizerMatt Farina
Added scrutinizer CI
2015-06-08Merge pull request #88 from Masterminds/commentsMatt Farina
Allow multiple root nodes
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
Improved boolean attribute handling
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
Support for PHP7
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 ↵Matt Farina
after &.
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
- Added Asmir Mustafic - Changed Matt Butcher's email
2015-02-09Merge pull request #74 from Masterminds/feature/html-parsing-optionsAsmir Mustafic
HTML parsing options
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
flexible HTML DOM creation. New Options: * disableHtmlNsInDom = Allows the use of createElement instead of createElementNS for HTML elements. * targetDocument = allows an existing DOMDocument (or subclass thereof) to be passsed to the DOMTreeBuilder instead of creating a new one.
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
Don't output anything on parse.
2015-02-03Don't output anything on parse.Ruben Vermeersch
Printing random comments breaks our json responses, please don't do that.
2015-02-02Merge pull request #76 from zhaofengli/i75Asmir Mustafic
Allow whitespaces in RCDATA end tags
2015-02-02Allow whitespaces in RCDATA end tagsZhaofeng Li
Fixes #75 Signed-off-by: Zhaofeng Li <[email protected]>
2015-01-20Merge pull request #73 from Westie/masterAsmir Mustafic
Fixed a typo on HTML5 Scanner class
2015-01-17Merge pull request #72 from Masterminds/parser-optionsAsmir Mustafic
Added $options parameter to HTML reading methods
2015-01-15Fixed alphabet, &szlig; now can be detectedDavid Weston
The english alphabet does not allow the substitution of a lowercase z in place of another uppercase A.
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
Case insensitive tags
2014-12-16Merge pull request #70 from Masterminds/non-inline-elementsMatt Butcher
Auto closing tags if they allows only inline nodes as child nodes