- improve a href parsing
- add existing license to gemspec
- fix greedy url() parsing
- Fix to converting inline html 100px to 100
- Convert inline html 100px to 100
- Replace deprecated File.exists? with File.exist? (fixes Ruby 2.8 deprecation warning)
- Fix URI.open deprecation warnings
- Fix greedy script regex.
- 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.