| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-05-08 | 395 Bytes | |
| v2.0.tar.gz | 2022-05-08 | 34.6 kB | |
| v2.0.zip | 2022-05-08 | 42.0 kB | |
| Totals: 3 Items | 77.0 kB | 0 | |
Breaking changes
- Minimum PHP version bumped to 7.2
- Remove
__invokemethod fromDocument,ElementandDocumentFragmentthat was deprecated early - Remove magic property
Element::$tag. UsetagName()method instead - Rename
Element::getDocument()toownerDocument()
What's new
- Add
Node::setInnerXml()method (i. e. forElementandDocumentFragmenttoo)