Skip to content

v0.5.10

Compare
Choose a tag to compare
@ivopetkov ivopetkov released this 21 Jun 12:16
· 107 commits to master since this release

Added support for multiple attributes selectors (tagname[attr1][attr2], etc.).
Added support for attr~="value", attr|="value", attr^="value", attr$="value", attr*="value" query selectors.
Fix in saveHTML() related to wrong charset values provided.
Added ext-dom requirement in composer.json.

Thanks to Lee Willis for the contributions.