summaryrefslogtreecommitdiff
path: root/src/Nodes
AgeCommit message (Collapse)Author
2018-03-19Apply StyleCI diffAndres Rey
2018-03-10Add _cleanClasses functionAndres Rey
2018-03-10Add missing DOMEntity classAndres Rey
2018-01-27Make sure that we do not allow the DOMDocument reach the parsing algorithm ↵Andres Rey
(Because we use/abuse the parentNode call, and a DOMDocument does not have a parent)
2018-01-11Add missing DOM class DOMEntityReference.Pedro Amorim
Fix error: Uncaught Error: Call to undefined method DOMEntityReference::getAttribute() in vendor/andreskrey/readability.php/src/Readability.php:528
2017-12-09Remove modal as a negative propertyAndres Rey
2017-12-02Apply fixes from StyleCIAndres Rey
2017-12-01Move the DOM classes to its own namespaceAndres Rey
2017-12-01Merge remote-tracking branch 'origin/v1.0' into v1.0Andres Rey
# Conflicts: # src/NodeClass/DOMNode.php # src/Readability.php
2017-12-01Rename NodeClass namespace to NodesAndres Rey