And as usual there are a few breaking changes, but most of you should only 
encounter the new Mojo::DOM API.

    all_contents -> descendant_nodes
    contents  -> child_nodes
    following_siblings -> following_nodes
    match -> matches
    next_sibling -> next_node
    node -> type
    preceding_siblings -> preceding_node
    previous_sibling -> previous_node
    type -> tag

This is the complete list of renamed methods, most have been renamed to 
differentiate those that return only elements (tag nodes) from those that 
return all node types, and some to sync terminology with the DOM spec.

    https://dom.spec.whatwg.org/

--
sebastian

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to