8000 Tags · projectForks/Dom · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: projectForks/Dom

Tags

v3.0.3

Toggle v3.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump phpunit/phpunit from 9.5.13 to 9.5.16 (phpgt#327)

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.13 to 9.5.16.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md)
- [Commits](sebastianbergmann/phpunit@9.5.13...9.5.16)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Select value: check falsey values (phpgt#318)

* safer use of nullable domNode property

* stan: improve types (level 6)

* build: cite Andrii in authors section

* build: bump dependencies

* tweak: allow selecting a select's option by setting select's value

* test: select value interacts with appropriate option value

* stan: improve types

* fix: Compare nulls with falsey values

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Select value (phpgt#317)

* safer use of nullable domNode property

* stan: improve types (level 6)

* build: cite Andrii in authors section

* build: bump dependencies

* tweak: allow selecting a select's option by setting select's value

* test: select value interacts with appropriate option value

* stan: improve types

v2.2.3

Toggle v2.2.3's commit message

Unverified

No user is associated with the committer email.
tweak: check for v8 (test expected result)

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Static analysis improvements (phpgt#291)

* safer use of nullable domNode property

* stan: improve types (level 6)

* stan: run phpstan in level 6 mode

v3.0.0-RC2

Toggle v3.0.0-RC2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
RadioNodeList (phpgt#289)

* safer use of nullable domNode property

* tweak: enforce exactly 1 newline, always

* stan: improve type hint of native dom node

* stan: initialise variable

* stan: attempt @template usage
see phpstan/phpstan#5598

* feature: implement RadioNodeList getter for phpgt#283

* tidy: tidy types

* feature: implement setting of RadioNodeList values, closes phpgt#283

* test: strengthen tests

v3.0.0-RC1

Toggle v3.0.0-RC1's commit message

Unverified

No user is associated with the committer email.
docs: update readme example to use facade objects

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Test that property innerHTML is set (phpgt#262)

* test that property innerHTML is set

* adds the getter of the innerHTML live property

* code cleanup

Co-authored-by: Greg Bowler <greg.bowler@g105b.com>

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Infer title and body element (phpgt#258)

* Improve compatibility with traits' constant usage

* Isolate behaviour for phpgt#247 - working perfectly
Closes phpgt#247

* Name CI jobs

* Revert naming of jobs

v2.1.6

Toggle v2.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improvements (phpgt#243)

* Remove unused imports/docs

* Suppressed IDEA warnings

* Test Document's toString

* Test closing document stream

* Test detaching Document stream

* Test getting size of stream

* Test getting stream byte position

* Test Document stream eof

* Test Document stream seek

* Test Document stream rewinding

* Test Document stream is not writable

* Test Document stream is writable by checking file open mode

* Test Document stream writes successfully

* Test Document stream is readable

* Test Document stream getMetaData

* Test Document stream reads successfully

* Inline multi-conditional for better code coverage

* Make all LiveProperty functions protected visibility
0