php-readability

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

APACHE-2.0 License

Downloads
544.1K
Stars
168
Committers
6
php-readability - 2.0.3 Latest Release

Published by j0k3r over 1 year ago

php-readability - 2.0.2

Published by j0k3r about 2 years ago

php-readability - 2.0.1

Published by j0k3r over 2 years ago

What's Changed

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

php-readability - 1.2.10

Published by j0k3r over 2 years ago

What's Changed

New Contributors

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

php-readability - 2.0.0

Published by j0k3r over 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

php-readability - 1.2.9

Published by j0k3r almost 3 years ago

php-readability - 1.2.8

Published by j0k3r almost 3 years ago

What's Changed

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

php-readability - 1.2.7

Published by j0k3r over 3 years ago

  • Body can be wiped without tidy #62
  • Skip empty (empty innerHTML) nodes when grabbing article #52
php-readability - 1.2.6

Published by j0k3r almost 4 years ago

  • Enable tests for PHP 8 #58
  • Readability: stop tidy from wrapping noscript text #60
  • Ditch Travis to use GitHub Actions #61
php-readability - 1.2.5

Published by j0k3r over 4 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
php-readability - 1.2.4

Published by j0k3r over 5 years ago

  • Add openload.co to media detection #53
php-readability - 1.2.3

Published by j0k3r over 5 years ago

  • Fix “A non well formed numeric value encountered” #50
php-readability - 1.2.2

Published by j0k3r over 5 years ago

  • \bout removed from negative content #48
php-readability - 1.2.1

Published by j0k3r over 5 years ago

  • Enable PHPStan #46
php-readability - 1.2.0

Published by j0k3r over 5 years ago

⚠️ Drop PHP < 5.6 support (it's about time..)

Other changes are related to the way we use Tidy (😚 @Kdecherf):

  • tidy: use tidy_repair_string instead of tidy_parse_string+tidy_clean_repair #42

Other small changes:

  • tests: fix possible typo in testPostFilters() leading to failure #36
  • Composer bump, php-cs bump to v2, travis update #43
  • Update path to coveralls bin #44
  • Update fixer rules #45
php-readability - 1.1.11

Published by j0k3r almost 6 years ago

  • Giphy added to allowed medias #40
  • Updating to support 7.2 #41
php-readability - 1.1.10

Published by j0k3r over 6 years ago

  • Fix PHP 5.3 builds #35
  • Keep elements with 'footnote' as possible candidates #37
  • Media class added to positive candidates #38
php-readability - 1.1.9

Published by j0k3r over 7 years ago

  • Add missing HTML5 class #32
php-readability - 1.1.8

Published by j0k3r over 7 years ago

  • Avoid php warning #30
php-readability - 1.1.7

Published by j0k3r over 7 years ago

  • Add tidy to suggested dependencies #25
  • Fix PHPUnit error on PHP 7+ #26
  • Add mbstring as a dependency #27