Revision history for Perl extension Web::Query
0.16 2013-04-22T14:26:44Z
- modified new_from_element() to ignore non-blessed items
(Carlos Fernando Avila Gratz)
- created _build_tree() method
(Carlos Fernando Avila Gratz)
0.15 2013-04-09T00:29:48Z
- added clone() method
(Carlos Fernando Avila Gratz)
- now storing comments from parsed html
(Carlos Fernando Avila Gratz)
- fixed remove() to get rid of removed element refs
removes from $self and from all $self->{before}.
Also modified how each() instantiates the objects, so $_->end works in the callback, which is needed for $_->remove() to work in the callback.
(Carlos Fernando Avila Gratz)
0.14 2013-04-07T02:22:25Z
- new jQuery compatible methods, and related tests
* append
* prepend
* before
* after
* insert_before
* insert_after
* detach
* add_class
* remove_class
* has_class
(Carlos Fernando Avila Gratz)
0.13 2013-04-05T06:37:27Z
- fixed find() bug
was calling selector_to_xpath() in the loop, breaking the selector after the second call.
(Carlos Fernando Avila Gratz)
- Search from '//' when the node was created from HTML.
(tokuhirom)
0.12 2013-04-03T20:24:49Z
- Make subclass friendly
(Carlos Fernando Avila Gratz)
0.11
- Implement a remove method that effects the html results.
(gugod++)
0.10
[INCOMPATIBLE CHANGES]
- new_from_url() is no longer throws exception on bad response from HTTP server.
https://rt.cpan.org/Ticket/Display.html?id=76187
(oleg++)
0.09
- Switch to Module::Build
- first() and last() should construct new object, but not modify self
(Oleg++)
0.08
- added ->map and ->filter methods
(Hiroki Honda)
- fixed as (empty)->first->size and (empty)->last->size return 0
(Hiroki Honda)
0.07
- HTML5 support
0.06
- added first, last methods(akiym)
0.05
- added docs for 'how do i customize useragent'.
0.04
- added ->size and ->parent method.
0.03
- fix fucking win32 new line issue.
(it may works, i hope.)
0.02
- added docs for find method(reported by kan++).
0.01 Sat Feb 19 10:38:22 2011
- original version