Revision history for Perl extension HTML::Selector::XPath
0.06 Thu Feb 17 13:54:45 PST 2011
- Add CSS3 "=$" operator (Corion)
- Add CSS3 "=^" operator (Corion)
- Add complex subexpressions for :not() (Corion)
- Add :empty selector (Corion)
- Support 'root' parameters to to_xpath (JZOBEL, David Wheeler, Corion)
0.05 Thu Feb 17 09:08:06 PST 2011
- Add CSS3 "=*" operator for real substring matching (Corion)
- Add CSS3 ":first-of-type" and ":nth-of-type()" pseudo-attributes (Corion)
(but if you're using them, you're likely better off using XPath already)
- Add CSS3 "~" operator (Corion)
- Adopt tests for "~" operator from RT #61990, by Aaron Crane (Corion)
- Add :contains() selector (only immediate child nodes) (Corion)
- Support implicit selectors like "> em" (translated to "* > em") (Corion)
Fixes RT #50131 (Reported by David Wheeler)
- Fix more implicit universal selectors (fixes RT #49982)
:lang(c) as a bare selector works now (Corion, Aaron Crane)
0.04 Sat Feb 27 01:43:00 PST 2010
- No code change. Fix the packaging issue and typo in the doc
0.03 Sat Nov 10 20:26:47 PST 2007
* Added nth-child() support (Thanks to Tokuhiro Matsuno)
0.02 Tue Oct 3 22:43:39 JST 2006
* Added support for :not() without XPath 2.0
(Thanks to Aristotle Pegaltzis)
0.01 Sun Sep 24 20:10:35 2006
- original version