Skip to content

Releases: xp-framework/xml

12.0.0: PHP 7.4+, Reflection

29 Mar 09:23
Compare
Choose a tag to compare

11.3.0: XP 12 compatibility

24 Mar 13:42
Compare
Choose a tag to compare
  • Made compatible with XP 12 - @thekid

11.2.0: Testing migration, PHP 8.4

01 Mar 20:01
Compare
Choose a tag to compare

11.1.0: Object serialization

27 Feb 10:03
Compare
Choose a tag to compare

11.0.0: Drop XP 9, add XP 11 compatibility

21 Oct 16:26
Compare
Choose a tag to compare

10.0.0: Drop PHP 5 support

10 Apr 19:45
Compare
Choose a tag to compare
  • Implemented xp-framework/rfc#334: Drop PHP 5.6:
    . Heads up: Minimum required PHP version now is PHP 7.0.0
    . Rewrote code base, grouping use statements
    . Converted newinstance to anonymous classes
    . Rewrote isset(X) ? X : default to X ?? default
    (@thekid)

9.0.4: Annotation syntax

10 Apr 10:18
Compare
Choose a tag to compare
  • Implemented RFC #335: Remove deprecated key/value pair annotation syntax
    (@thekid)

9.0.3: XP10 compatibility

04 Apr 18:27
Compare
Choose a tag to compare
  • Made compatible with XP 10 - @thekid

9.0.2: PHP 7.4 compatibility

19 Aug 23:44
Compare
Choose a tag to compare
  • Made compatible with PHP 7.4 - refrain using {} for string offsets
    (@thekid)
  • Replaced all calls to the deprecated xp::stringOf() to use the method
    from util.Objects.
    (@thekid)

9.0.1: PHP 7.2 Compatiblity

02 Apr 11:32
Compare
Choose a tag to compare
  • Fixed compatiblity with PHP 7.2 - @thekid