Skip to content

v0.1.0

Compare
Choose a tag to compare
@josemmo josemmo released this 03 Jan 09:41
· 25 commits to main since this release
aeb2b00

⚠️ Breaking changes ⚠️

  • Deprecated new UXML($domElement), use UXML::fromElement($domElement) instead - 246f487
  • Deprecated UXML::load($xmlString), use UXML::fromString($xmlString) instead - d112f33
  • Removed XML declaration when casting UXML instances to strings - 987665a

Minor changes

  • Added UXML::parent() method - b2f6ab3
  • Added UXML::isEmpty() method - b2f6ab3
  • Added UXML::remove() method - f130b37
  • Improved UXML::asXML() method - 987665a