A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/rubys/nokogumbo

https://github.com/rubys/nokogumbo - Version 2.0.5

[2.0.5] - 2021-03-19

Fixed

  • Support Mageia distros when libxml2/libxslt system libraries are install. #165 (Thank you,
    @pterjan!)

Added

  • Forward-looking support for a version of Nokogiri that will provide HTML5 parsing. #171

Improved

  • Update extconf.rb to use Nokogiri v1.11's CPPFLAGS for more reliable installation. #163

- C
Published by flavorjones almost 5 years ago

https://github.com/rubys/nokogumbo - Version 2.0.4

[2.0.4] - 2020-11-27

Fixed

  • Fixed a bug where Nokogiri::HTML5.fragment(nil) would raise an error. Now
    it returns an empty DocumentFragment like it did in v2.0.2.
  • Fixed assertion failure when a tag immediately followed the UTF-8 BOM.

- C
Published by stevecheckoway over 5 years ago

https://github.com/rubys/nokogumbo - Version 2.0.3

[2.0.3] - 2020-11-21

Added

  • Limit enforced on number of attributes per element, defaulting to 400 and
    configurable with the :max_attributes argument.

Fixed

  • Ignore UTF-8 byte order mark at the beginning of the input.
  • Fix content sniffing for Unicode strings.
  • Fixed crash where Ruby objects constructed in C can be garbage collected.

- C
Published by stevecheckoway over 5 years ago