Nokogiri v1.6.0.rc1 Release Notes

Release Date: 2013-04-14 // about 11 years ago
  • ๐Ÿš€ This release was based on v1.5.9, and so does not contain any fixes mentioned in the notes for v1.5.10.

    • Notes

      • mini_portile is now a runtime dependency
      • Ruby 1.9.2 and higher now required
    • ๐Ÿ”‹ Features

      • (MRI) Source code for libxml 2.8.0 and libxslt 1.2.26 is packaged with the gem. These libraries are compiled at gem install time unless the environment variable NOKOGIRI_USE_SYSTEM_LIBRARIES is set. VERSION_INFO (also nokogiri -v) exposes whether libxml was compiled from packaged source, or the system library was used.
      • (Windows) libxml upgraded to 2.8.0
    • ๐Ÿ—„ Deprecations

      • Support for Ruby 1.8.7 and prior has been dropped