Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Releases: rubys/nokogumbo

Version 2.0.5

19 Mar 12:07
f6a7412
Compare
Choose a tag to compare

[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

Version 2.0.4

28 Nov 18:30
Compare
Choose a tag to compare

[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.

Version 2.0.3

22 Nov 01:02
Compare
Choose a tag to compare

[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.