The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 2.00004_00

  • change the calling semantics of parse(). Now it accepts an URI string/object, an HTTP::Response object, or a scalar ref, which in case will be interpreted as raw HTML.
  • localize $Encode::Guess::NoUTFAutoGuess
  • no longer store parse data in the instance
  • introduce HTML::Feature::Result
  • fix memory leaks caused by HTML::Element
  • use caching when traversing HTML tree

Changes for version 2.00004

  • remove caching mechanism when traversing HTML tree
  • fix a bug at engine module selector