This repository has been archived by the owner on Aug 26, 2023. It is now read-only.
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 emptyDocumentFragment
like it did in v2.0.2. - Fixed assertion failure when a tag immediately followed the UTF-8 BOM.