android-wrapper/@capacitor/assets/node_modules/node-html-parser/CHANGELOG.md
Pieter Vander Vennet 6947a1adba
Some checks failed
/ build_android (push) Failing after 21s
Add dependency
2025-06-18 18:50:46 +02:00

2 KiB
Executable file

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.4.2 (2022-08-30)

5.1.0 (2021-10-28)

Features

  • Exposed HTMLElement#rawAttrs (made public) (34f1595)

5.0.0 (2021-10-10)

⚠ BREAKING CHANGES

  • Added esm named export support (0d4b922)

Features

  • Added esm named export support (closes #160 closes #139) (0d4b922)
  • Added HTMLElement#getElementsByTagName (d462e44)
  • Improved parsing performance + matching (closes #164) (3c5b8e2)

Bug Fixes

  • Add null to return type for HTMLElement#querySelector (closes #157) (2b65583)
  • blockTextElements incorrectly matching partial tag (detail) (fixes #156 fixes #124) (6823349)