Skip to content

Releases: xp-framework/xml

12.1.0: Refactor I/O exceptions

Choose a tag to compare

@thekid thekid released this 21 Jun 16:46
  • Merged PR #7: Refactor I/O exceptions, dropping XP 10 support in the
    doing. See xp-framework/core#363 for a write-up on the reason behind
    this and the plan to move forward.
    (@thekid)
  • Added compatibility with PHP 8.5 and PHP 8.6 by suppressing calls to
    the deprecated xml_parser_free() functionality.
    (@thekid)

12.0.0: PHP 7.4+, Reflection

Choose a tag to compare

@thekid thekid released this 29 Mar 09:23

11.3.0: XP 12 compatibility

Choose a tag to compare

@thekid thekid released this 24 Mar 13:42
  • Made compatible with XP 12 - @thekid

11.2.0: Testing migration, PHP 8.4

Choose a tag to compare

@thekid thekid released this 01 Mar 20:01

11.1.0: Object serialization

Choose a tag to compare

@thekid thekid released this 27 Feb 10:03

11.0.0: Drop XP 9, add XP 11 compatibility

Choose a tag to compare

@thekid thekid released this 21 Oct 16:26

10.0.0: Drop PHP 5 support

Choose a tag to compare

@thekid thekid released this 10 Apr 19:45
  • 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

Choose a tag to compare

@thekid thekid released this 10 Apr 10:18
  • Implemented RFC #335: Remove deprecated key/value pair annotation syntax
    (@thekid)

9.0.3: XP10 compatibility

Choose a tag to compare

@thekid thekid released this 04 Apr 18:27
  • Made compatible with XP 10 - @thekid

9.0.2: PHP 7.4 compatibility

Choose a tag to compare

@thekid thekid released this 19 Aug 23:44
  • 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)