HTML-Selector-XPath

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension HTML::Selector::XPath

0.29 NEXT

0.28 2023-08-07
    * Restore Perl 5.8 compatibility

0.27 2023-08-06
    * Allow for more whitespace in An+B formulae and in parentheses
    * Support :nth-child(n-3) to select the first three elements
    * Fix handling of :nth-of-type to actually respect the type

0.26 2021-12-15
    * Fix typo in documentation for selector_to_xpath.
      It is equivalent to
        HTML::Selector::XPath->new(shift)->to_xpath(@_)
      Reported as RT 140473 by JDEGUEST

0.25 2018-11-03
    * Add support for compiling :disabled, :selected, :checked, :text,
      :last-of-type

      I'm not sure whether the Perl XPath libaries support this, but at least
      we can compile it.

      This addresses RT #124406, thanks to Andrew Maguire

0.24 2018-11-02
    * Test stability improvement if HTML::TreeBuilder::XPath is not installed
    * Re-release with properly fixed META.* information
      (RT 127555, reported by Dan Book)
    * No code changes, no need to upgrade

0.23 2017-03-23 (Thu Mar 23 19:35:00 GMT+1 2017)
    * seems as if "provides" in META.json makes new versions not get indexed
      properly
    * No code changes, no need to upgrade
    * We also allow static installation now, without running Makefile.PL

0.22 2016-09-23 (Fri Sep 23 21:35:00 GMT+2 2016)
      - seems as if "provides" in META.json must be a full path to the file...
      . No code changes, no need to upgrade

0.21 Fri Sep 23 17:38:00 GMT+2 2016
      - add META.json, added by Lisa Hare
      . No code changes, no need to upgrade

0.20 Thu May 12 21:11:00 GMT+2 2016
      - Fix //b by interpreting it as existing XPath expression
        RT #114345, reported by Alexander Hartmaier

0.19 Tue May 10 19:23:00 GMT+2 2016
      - Fix another bug in ':not(...)' by moving to an ad-hoc recursive
        descent parser, RT #114261
      - Allow single and double quotes for some attributes

0.18 Sat Aug 30 16:32:35 2014      - Fix bug in `:not(...)[attr] (Aaron Crane)
      - Support `:nth-child(odd)` and `:nth-child(even)` (Aaron Crane)
      - Translation of `[attr$=tail]` works with XPath 1.0 (Aaron Crane)

0.17 Sat Aug 30 16:12:52 GMT+2 2014
      - Support unicode characters for id and class selectors (aereal)
      - Normalize space characters of the class attribute (hitode909)

0.16 Sat Aug 10 17:52:00 GMT 2013
      - Added link to repository (D. Steinbrunner)

0.15 Mon Oct  1 19:14:05 GMT 2012
      - Fix bugs in :contains("string") (Aaron Crane)



( run in 0.752 second using v1.01-cache-2.11-cpan-e1769b4cff6 )