# Change Log All notable changes to this project will be documented in this file. ## Unreleased ## [v2.1.0](https://github.com/andreskrey/readability.php/releases/tag/v2.1.0) - Avoid overwriting extracted metadata with similarly named keys (like `og:image` and `og:image:width`) - Imported new `getSiteName()` feature from JS version as of [21 Dec 2018](https://github.com/mozilla/readability/pull/504) - Added getFirstElementChild function to NodeTrait + test case (Issue #83) - Reworked the test suit to use TestPage objects and give more hints about what failed - Removed getWordThreshold and setWordThreshold configuration functions - Added NodeUtility::filterTextNodes and deprecated NodeTrait getChildren() - Added new DOMNodeList fake class that mimics the original DOMNodeList class but allows to add new nodes to the list - Added new Dockerfiles that pulls different versions of PHP and libxml. Now we are supporting 4 versions of PHP and 6 versions of libxml! ## [v2.0.1](https://github.com/andreskrey/readability.php/releases/tag/v2.0.1) - Fixed small issue that prevented the main image from showing up in the results ## [v2.0.0](https://github.com/andreskrey/readability.php/releases/tag/v2.0.0) - [BREAKING CHANGE] Bumped the minimum supported version of PHP to 7.0 - Clean `