Nokogiri v1.1.0 Release Notes

    • ๐Ÿ†• New Features

      • Custom XPath functions are now supported. See Nokogiri::XML::Node#xpath
      • Custom CSS pseudo classes are now supported. See Nokogiri::XML::Node#css
      • Nokogiri::XML::Node#<< will add a child to the current node
    • ๐Ÿ›  Bugfixes

      • Mutex lock on CSS cache access
      • Fixed build problems with GCC 3.3.5
      • XML::Node#to_xml now takes an indentation argument
      • XML::Node#dup takes an optional depth argument
      • XML::Node#add_previous_sibling returns new sibling node.