summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2018-11-22 20:54:48 +0000
committerAndres Rey <[email protected]>2018-11-22 20:54:48 +0000
commit652cbfb67e1bd7fd6db1e6327796e53655031042 (patch)
tree689a9ff11e38d469fca2f19e9ec45526271c81d4
parent4dcc87469f787d881a913fb120aae08ec772c30c (diff)
Update changelog and readme
-rw-r--r--CHANGELOG.md9
-rw-r--r--README.md2
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12d4492..bd853ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,10 +8,17 @@ All notable changes to this project will be documented in this file.
- Merged PR #58: Fix notice non-object on $parentOfTopCandidate for tumblr.com
- Fixed issue #63: Division by zero
- Housekeeping:
- - Removed $parseSuccessful flag that wasn't needed anymore
+ - Removed $parseSuccessful flag that wasn't needed anymore
- Rename wordThreshold to charThreshold and throw deprecation notices. WordThreshold will be removed in version 2.0.
- Added "-ad-" as unlikely candidate
- Added Docker containers with PHP 7.0, 7.1, and 7.2 and makefile to trigger the tests.
+- Imported new code from the JS version as of [19 Nov 2018](https://github.com/mozilla/readability/commit/876c81f710711ba2afb36dd83889d4c5b4fc2743), which includes the following changes:
+ - Move phrasing contents [into paragraphs](https://github.com/mozilla/readability/commit/9f2c5cb42ee9635f091178271d66888cbb47e5dc)
+ - Improved the title detection
+ - Remove [single cell tables](https://github.com/mozilla/readability/commit/ea4165721f9105d8f1e53cfecdcfdafceaf3e4bf)
+ - Improved the detection of video related elements
+ - New test cases
+ - Various minor fixes
## [v1.2.0](https://github.com/andreskrey/readability.php/releases/tag/v1.2.0)
diff --git a/README.md b/README.md
index 393c68c..b6b1e29 100644
--- a/README.md
+++ b/README.md
@@ -179,7 +179,7 @@ This will start all the containers and run all the tests on every supported vers
## Code porting
-Up to date with readability.js as of [28 Aug 2018](https://github.com/mozilla/readability/commit/3be1aaa01c078c25b67ed8dfd1c9aa8f9963490b).
+Up to date with readability.js as of [19 Nov 2018](https://github.com/mozilla/readability/commit/876c81f710711ba2afb36dd83889d4c5b4fc2743).
## License