J0k3r Php Readability Versions Save

A fork of https://bitbucket.org/fivefilters/php-readability

2.0.3

10 months ago

2.0.2

1 year ago

2.0.1

1 year ago

What's Changed

Full Changelog: https://github.com/j0k3r/php-readability/compare/2.0.0...2.0.1

1.2.10

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/j0k3r/php-readability/compare/1.2.9...1.2.10

2.0.0

2 years ago

What could be a BC

What's Changed

New Contributors

Full Changelog: https://github.com/j0k3r/php-readability/compare/1.2.9...2.0.0

1.2.9

2 years ago

1.2.8

2 years ago

What's Changed

Full Changelog: https://github.com/j0k3r/php-readability/compare/1.2.7...1.2.8

1.2.7

3 years ago
  • Body can be wiped without tidy #62
  • Skip empty (empty innerHTML) nodes when grabbing article #52

v1.2.6

3 years ago
  • Enable tests for PHP 8 #58
  • Readability: stop tidy from wrapping noscript text #60
  • Ditch Travis to use GitHub Actions #61

1.2.5

3 years ago

The main change is related to the drop of electrolinux/php-html5lib (which was quite old and incompatible with the upcoming Composer 2.0) in flavor to masterminds/html5 (which is still maintained, compatible with Composer 2.0 and already used by Symfony).

That replacement should be transparent but if you find an issue, don't hesitate to report them. Also, the HTML5 parser wasn't the one defined by default, so if you never forced the parser option, you won't notice any changes.

PRs merged:

  • Fix PHPStan (again) #54
  • Cleanup travis #55
  • Use a new deps for HTML5 parser #57