Skip to content

2.2.0

Compare
Choose a tag to compare
@tijsverkoyen tijsverkoyen released this 20 Sep 12:51
· 64 commits to master since this release

Changelog since 2.1.0

  • Better ordering of style rules and properties, thx to Hikariii,
    for more information see the Pull Request
  • Some Travis improvements, thx to barryvdh,
    for more information see the Pull Request
  • Refactor the storage of the computed properties, thx to stof,
    for more information see the Pull Request
  • Use possessive quantifiers to avoid reaching PCRE limits, thx to stof,
    for more information see the Pull Request
  • Reuse the same CssSelectorConverter, thx to stof,
    for more information see the Pull Request
  • Add a test for the removal of comments, thx to stof,
    for more information see the Pull Request
  • Add the PHP requirement in the composer.json, thx to stof,
    for more information see the Pull Request
  • Fix the detection of style tags, thx to stof,
    for more information see the Pull Request
  • Remove the useless Selector class, thx to stof,
    for more information see the Pull Request