Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow passing htmlDom #711

Merged
merged 4 commits into from
Jun 24, 2024
Merged

feat: allow passing htmlDom #711

merged 4 commits into from
Jun 24, 2024

Commits on Jun 23, 2024

  1. Performance: Allow passing the dom directly

    This allows customizing the parser (using htmlparser2 instead of default's more strict and slower parse5). Also, if you do any post-processing, you can reuse the object and avoid parsing twice (expensive)
    masylum authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    5d5136f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. chore: add tests and docs

    Kikobeats committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9718fe4 View commit details
    Browse the repository at this point in the history
  2. test: update snapshot

    Kikobeats committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    49def50 View commit details
    Browse the repository at this point in the history
  3. test: update snapshot

    Kikobeats committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6302e95 View commit details
    Browse the repository at this point in the history