- Fix input encoding in nokogiri adapters.
- Support for HTML fragments rendering (without enforcing of doctype, head, body). See :html_fragment option.
- Depends on css_parser 1.6.0.
- Exponential regexp in convert_to_text fixed.
- Keep consecutive whitespaces.
- Depends on css_parser 1.5.0.
- Fix LoadError addressable with Addressable 2.3.8
- Depends on css_parser 1.4.10.
- Drops wrong destructive sorting of attributes (
css_parser
already does it correctly) - Replace obsolete
URI
calls withAddressable::URI
. - Drop last semicolon from attributes.
- Update tests.