Skip to content

2.0.0

Compare
Choose a tag to compare
@j0k3r j0k3r released this 17 Feb 08:13
· 31 commits to master since this release
0c0653d

What could be a BC

  • The lib now require PHP >= 7.2
  • loadHtml() was originally called in __construct avoiding ability to use a proper logger (because it's defined after), see #59. The method has now moved to init() to fix that.
  • The lib is now in sync with mozilla/readability

What's Changed

  • Using assertSame to make assertion equal strict by @peter279k in #68
  • Require PHP >= 7.2 by @j0k3r in #69
  • Improvements / backports from mozilla/readability by @Kdecherf in #64
  • Add Rector by @j0k3r in #71
  • Fix isPhrasingContent conditions, text node replacement by @Kdecherf in #73

New Contributors

Full Changelog: 1.2.9...2.0.0