Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 22 Jun 22:02
· 34 commits to main since this release

Changed

  • Lowered the minimum PHP version from 8.5 to 8.4. The floor came entirely from the bundled kntnt/html-to-markdown converter's use of the PHP-8.5-only Uri\Rfc3986\Uri class for relative-URL resolution; the converter now hand-ports RFC 3986 §5.2 reference resolution instead (byte-for-byte-identical output, verified by its golden fixtures), leaving the native Dom\HTMLDocument HTML5 parser (PHP 8.4) as the only floor driver. The bundled converter is bumped to ^0.1.3, and CI, PHPStan's phpVersion, the PHPCS testVersion and the Playground e2e harness now target PHP 8.4.

Full changelog: https://github.com/Kntnt/kntnt-ai-visibility/blob/v0.2.1/CHANGELOG.md