Skip to content

Tags: phpgt/Dom

Tags

v4.2.1

Toggle v4.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Textarea values and ampersands #476 (#477)

* test: isolate bug #476

* test: fix #476 with textContent

v4.2.0

Toggle v4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Gt->GT tidy (#474)

* fix: more accurate iterator typing
closes #469

* tidy: Gt->GT refactor

v4.1.9

Toggle v4.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
466 8.4 compat (#468)

* tweak: fix deprecation for parent calls

* tweak: fix use of processing instruction node

* ci: all versions

* tweak: attempt 8.4/8.5 compatibility

* tweak: attempt 8.4/8.5 compatibility

* tweak: attempt 8.4/8.5 compatibility

* ci: debug

* ci: debug

* ci: debug

* ci: debug

* ci: use actual encoding of processing instruction

* test: remove non-existent test

* test: disable phpcs complexity on htmldocument

* tweak: null-safe check

v4.1.8

Toggle v4.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create SECURITY.md

v4.1.7

Toggle v4.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Static analysis compatibility with PHP 8.1 and PHP 8.4

* tweak: php 8.1 support

* tweak: php 8.4 support

* tweak: inherit integers from parent node class

* tweak: inherit integers from parent node class

* tweak: class definition

* tweak: fix node extension issue

* tweak: php 8.4 changes

* tweak: phpcs ignore node files

* tweak: phpstan ignore node files

* tweak: phpstan ignore node files

* tweak: phpstan ignore node files

* tweak: phpstan ignore node files

* tweak: phpstan ignore node files

* tweak: phpstan ignore node files

* tweak: phpstan ignore node files

* tweak: phpstan ignore node files

v4.1.6

Toggle v4.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade dependencies (#452)

* tweak: allow select disabled property

* build: upgrade dependencies

* build: backwards compatibility

v4.1.5

Toggle v4.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Map DOMDocument::class to Gt\Dom\HTMLDocument::class (#449)

* Map DOMDocument::class to Gt\Dom\HTMLDocument::class

Fixes `DOMDocument::registerNodeClass(): Argument #2 ($extendedClass) must not be an abstract class` from change in PHP 8.1.26

* Map DOMDocument::class to static::class

Ensures DOMDocument is always mapped to the class that extends abstract Gt\Dom\Document

v4.1.4

Toggle v4.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build: loosen psr/http-message (#443)

v4.1.3

Toggle v4.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build: use v2 psr http message (#440)

v4.1.2

Toggle v4.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
dataset camel case bugfix (#434)

* test: isolate bug #432

* fix: correct camel case for dataset attributes
closes #432