summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMalu Decks <[email protected]>2018-12-23 05:48:10 +0100
committerMalu Decks <[email protected]>2018-12-23 05:48:10 +0100
commitbaf3a68f1736238e8270ceec83822ee3a1f923a3 (patch)
tree1bbf7641fcb93cee80ba873bce90a4bc9e3229f5 /CHANGELOG.md
parentb63c65bdf86c241ae4e1dbe8978bcc341a1742fd (diff)
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f22a10..11826b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,11 @@
All notable changes to this project will be documented in this file.
## Unreleased
-- Avoid overwriting extracted metadata with similarly named keys (like `og:image` and `og:image:width`)
+- Avoid overwriting extracted metadata with similarly named keys (like `og:image` and `og:image:width`)
## [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
+- Imported new `getSiteName()` feature from JS version as of [21 Dec 2018](https://github.com/mozilla/readability/pull/504)
## [v2.0.0](https://github.com/andreskrey/readability.php/releases/tag/v2.0.0)
@@ -39,7 +40,7 @@ All notable changes to this project will be documented in this file.
## [v1.1.1](https://github.com/andreskrey/readability.php/releases/tag/v1.1.1)
-- Switched from assertEquals to assertSame on unit testing to avoid weak comparisons.
+- Switched from assertEquals to assertSame on unit testing to avoid weak comparisons.
- Added a safe check to avoid sending the DOMDocument as a node when scanning for node ancestors.
- Fix issue #45: Small mistake in documentation
- Fix issue #46: Added `data-src` as a image source path
@@ -68,7 +69,7 @@ All notable changes to this project will be documented in this file.
- Trim titles when detecting hierarchical separators to avoid false negatives on strings with spaces.
- Fix issue when converting divs to p nodes and never rating them (issue #29)
-- Fix "Unsupported operand types" (PR #31)
+- Fix "Unsupported operand types" (PR #31)
- Fix division by zero when no title was found (issue #32)
- New function to retrieve all images at once (PR #30)
- Get the title from the `<title>` tag before searching on the `<meta>` tags
@@ -131,6 +132,6 @@ We are getting closer to be a 100% complete port of Readability.js!
## [0.0.2-alpha](https://github.com/andreskrey/readability.php/releases/tag/v0.0.2-alpha)
- Last version I'm using master as the main development branch. All unreleased changes and main development will happen in the develop branch.
-
+
## [0.0.1-alpha](https://github.com/andreskrey/readability.php/releases/tag/v0.0.1-alpha)
- Initial release