Skip to content

Releases: josemmo/uxml

v0.1.4

28 May 16:48
bcd7d8e
Compare
Choose a tag to compare
  • Fixed handling of namespaces (bcd7d8e)

v0.1.3

15 Mar 19:01
3283eea
Compare
Choose a tag to compare

v0.1.2

07 Aug 09:56
be11039
Compare
Choose a tag to compare

Added compatibility with 8.1.0 Beta 2

  • Fixed "Cannot assign null" bug (2ca9799)
  • Fixed new instance method signature (b33d5d6)
  • Fixed "Call to method on non-object" (be11039)

v0.1.1

25 May 18:01
60b5996
Compare
Choose a tag to compare
  • Removed deprecated methods (a891f4d)
  • Fixed instantiation of XML nodes with special characters (55cfa5e)
  • Added support for PHP 8.1 (60b5996)

v0.1.0

03 Jan 09:41
aeb2b00
Compare
Choose a tag to compare

⚠️ 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

v0.0.1

03 Oct 17:20
4300213
Compare
Choose a tag to compare

Initial release