File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 Specifically, instead of setting global parser options, pass them directly to either Parsers
99 or ParserContexts when creating them. Options are defined as constants in
1010 LibXML::XML::Parser::Options and LibXML::HTML::Parser::Options
11- * Update Parser initialize methods to take named parameters instead of a hash table (you should *not*
12- have to update your code due to this change)
13- * Fix broken compiliation with libxml2 version 2.12.0 (due to libxml2 header changes)
11+ * Update Parser initialize methods to take keyword parameters instead of a hash table (you may have to update your code due to this change)
12+ * Fix broken compilation with libxml2 version 2.12.0 (due to libxml2 header changes)
1413* Add support for Ruby 3.3.*
1514* Remove support for Ruby 2.7.* (gem should still work but is no longer tested)
1615
You can’t perform that action at this time.
0 commit comments