Skip to content

Releases: tburry/pquery

pQuery 1.1.1

14 Jan 20:58

Choose a tag to compare

This is a bug fix release.

  • Fix parsing of elements without quotes (Issue #4).
  • Fix Countable interface parse errors on some versions of PHP (Issue #8).

pQuery 1.1.0

16 Jul 15:28

Choose a tag to compare

  • Added the ability to query text nodes with the text() selector.
  • Remove files from the distribution using .gitattributes.
  • Clean up the unit tests.