rvest 0.3.2
- Fixes to
follow_link()
andback()
to correctly manage session history. - If you're using xml2 1.0.0,
html_node()
will now return a "missing node". - Parse rowspans and colspans effectively by filling using repetition from
left to right (for colspan) and top to bottom (rowspan) (#111) - Updated a few examples and demos where the website structure has
changed. - Made compatible with both xml2 0.1.2 and 1.0.0.