Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

v0.2.0

Choose a tag to compare

@andreskrey andreskrey released this 10 Mar 11:11
· 468 commits to master since this release

We ARE a 100% complete port of Readability.js!

  • Every test unit passes
  • Readability.php produces the same exact output as Readability.js
  • I'm happy :)

Fixed

  • Lots of bugs
  • Merged PR by DavidFricker to avoid exceptions while grabbing the document content

Added

  • substituteEntities flag, to avoid replacing especial characters with HTML entities. There's nothing we can do about  , that entity is replaced by libxml and there's no way to disable it.
  • Named data sets so it's easier to detect which test case is failing.

Removed

  • Couple of test cases that involved broken JS. There's nothing we can do about JS spilling onto the text.