summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-24replaced assertStringContainsString with assertContainsKieran Brahney
2020-08-24fix: character entity parsingKieran Brahney
2020-08-24added testKieran Brahney
2020-07-05Merge pull request #191 from Masterminds/build-fixAsmir Mustafic
2020-07-05remove some unused depsAsmir Mustafic
2020-07-05fix travis buildAsmir Mustafic
2020-07-05cs fixAsmir Mustafic
2020-07-05prepare 2.7.3Asmir Mustafic
2020-07-03Merge pull request #190 from Masterminds/mitigate-cyclic-refsAsmir Mustafic
2020-07-03mitigate cyclic reference between output rules and the traverser objectsAsmir Mustafic
2020-07-01prepare 2.7.2Asmir Mustafic
2020-06-30Merge pull request #187 from lyrixx/fix-memory-leakAsmir Mustafic
2020-06-30Fixed memory leak in HTML5::saveHTML()Grégoire Pineau
2020-06-24Merge pull request #186 from IMSoP/issue-185-closing-brAsmir Mustafic
2020-06-24Add special case for end tag </br>. Fixes #185Rowan Tommins
2020-02-06Merge pull request #178 from Masterminds/eof-entityAsmir Mustafic
2020-02-06prevent infinite loop on unterminated entity declaration at end of streamAsmir Mustafic
2019-10-14Merge pull request #171 from xabbuh/php-7.4-compatAsmir Mustafic
2019-10-14Fix Trying to access array offset on value of type nullRemi Collet
2019-10-14add PHP 7.4 jobChristian Flothmann
2019-07-25prepare 2.7.0 releaseAsmir Mustafic
2019-06-15Merge pull request #168 from idimopoulos/html5_encodingAsmir Mustafic
2019-06-14Set default encoding in case it does not exist.Ilias Dimopoulos
2019-06-14Set default encoding in the doc object.Ilias Dimopoulos
2019-03-10Merge pull request #164 from Masterminds/drop-hhvmAsmir Mustafic
2019-03-10test on php 7.3Asmir Mustafic
2019-03-10drop hhvm supportAsmir Mustafic
2019-03-10prepare 2.6.0Asmir Mustafic
2019-02-22Merge pull request #163 from tgalopin/charset-supportAsmir Mustafic
2019-02-06Fix testTitouan Galopin
2018-12-29Add encoding testsTitouan Galopin
2018-12-29Allow to pass a charset to the ScannerTitouan Galopin
2018-12-29Increase branch aliasAsmir Mustafic
2018-12-27update changelog for 2.5.0Asmir Mustafic
2018-11-27Merge pull request #162 from stof/optimize_textAsmir Mustafic
2018-11-27Optimize the processing of text between nodesChristophe Coevoet
2018-11-27Merge pull request #161 from stof/optimize_main_loopAsmir Mustafic
2018-11-26Optimize the main loopChristophe Coevoet
2018-11-26Merge pull request #155 from stof/optimize_attributesAsmir Mustafic
2018-11-26Merge pull request #154 from stof/optimize_token_comparisonAsmir Mustafic
2018-11-26Remove useless condition for the parsing of cdataChristophe Coevoet
2018-11-26Simplify the doctype matchingChristophe Coevoet
2018-11-26Optimize the handling of the EOF detection in the main loopChristophe Coevoet
2018-11-26Merge pull request #158 from stof/optimize_nextAsmir Mustafic
2018-11-26Optimize the parsing of unquoted attributesChristophe Coevoet
2018-11-26Optimize the token comparisonChristophe Coevoet
2018-11-26Replace next calls with consume calls when the return value is ignoredChristophe Coevoet
2018-11-25Merge pull request #160 from tgalopin/coding-styleAsmir Mustafic
2018-11-25Normalize PHPDoc commentsTitouan Galopin
2018-11-25Fix coding styleTitouan Galopin