Skip to content

Hext v1.0.9

Latest
Compare
Choose a tag to compare
@thomastrapp thomastrapp released this 25 Apr 12:58

Install the htmlext command-line utility and Hext for Python (v3.12 or earlier):

pip install hext

Install Hext for Node (v22 or earlier):

npm install hext

Both are compatible with Linux (x86_64) and macOS (≥10.11 for x86_64, ≥11.0 for ARM64/M1/M2).

Install Hext for JavaScript (Node/Browser on any platform):

npm install hext.js

For other installation methods please see the download page for Hext.

Changes

  • Hext: Added a new trait :type-matches(regex) that selects elements with a tag name that matches the given regex. Originally suggested by @impredicative in #30.
  • Python: Improve error messages for argument type mismatch ( #28, #27 )
  • Added release for Node v22
  • Build with Boost.regex header-only, if available
  • Updated boost from 1.83.0 to 1.85.0