summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-20[BREAKING CHANGE] Update dependencies and bump minimum PHP version to 7.0Andres Rey
2018-11-20Fix missing node typeAndres Rey
2018-11-20Remove PHP5.6 containerAndres Rey
2018-11-20Fix countable issue in php 5.6, 7 and 7.2Andres Rey
2018-11-20Fix dockerfile issuesAndres Rey
2018-11-20Trying new things in the docker-compose fileAndres Rey
2018-11-19Base for dockerfileAndres Rey
2018-11-19Update test expectations for imagesAndres Rey
2018-11-19Trim title before saving it + update test expectationsAndres Rey
2018-11-19TypoAndres Rey
2018-11-19Implement shiftingAwareGetElementsByTagName to avoid node shifting errorsAndres Rey
2018-11-19Remove incompatible test casesAndres Rey
2018-11-19Remove incompatible test caseAndres Rey
2018-11-18Remove unused variableAndres Rey
2018-11-18Avoid unnecessary elseAndres Rey
2018-11-18Update readmeAndres Rey
2018-11-18Update testsAndres Rey
2018-11-18Update readmeAndres Rey
2018-11-18Import node attributes by default when setting a new tagAndres Rey
2018-11-18Update testsAndres Rey
2018-11-18Add comment about issue with datatablesAndres Rey
2018-11-18Avoid looping over negative numbersAndres Rey
2018-11-18Fix node shifting issues when removing chained BRsAndres Rey
2018-11-11Update testsAndres Rey
2018-11-11Fix issue when removing brsAndres Rey
2018-11-11Show libxml version in travisAndres Rey
2018-11-11Update test expectationsAndres Rey
2018-11-11Fix issue when setting custom properties in nodesAndres Rey
2018-11-07Add third parameter of "hasAncestorTag" as a callable optional functionAndres Rey
2018-11-07Remove node parameter from "hasAncestorTag" since it's a trait and it works o...Andres Rey
2018-11-06Set default value for $carry in array_reduce functionsAndres Rey
2018-11-06Fix wrong reduction of array (must return true if ALL the calls returned true)Andres Rey
2018-11-05Update test expectationsAndres Rey
2018-11-05Fix phrasing content checking mistakeAndres Rey
2018-11-03Update test expectationsAndres Rey
2018-11-03Fix wrong variable name when checking length of bylineAndres Rey
2018-11-01Update testsAndres Rey
2018-11-01Switch to array_intersectAndres Rey
2018-11-01Improve metadata searching functionAndres Rey
2018-11-01Fix metadata extraction bugAndres Rey
2018-10-31Update test expectationsAndres Rey
2018-10-31Look for classes names when checking visibilityAndres Rey
2018-10-29Update more testsAndres Rey
2018-10-29Update test expectations + import new testsAndres Rey
2018-10-24Update test expectationsAndres Rey
2018-10-21Fix incorrect tagName checkAndres Rey
2018-10-17Update comment of hasSingleTagInsideElementAndres Rey
2018-10-17Improve script node removing functionAndres Rey
2018-09-11Import new metadata search "algorithm"Andres Rey
2018-09-05Remove experimental ifAndres Rey