Skip to content

Releases: xp-framework/xml

9.0.0: XP9 Compatibility

29 May 17:59
Compare
Choose a tag to compare
  • Merged PR #3: XP9 Compat. Heads up: xml.Tree, xml.Node, xml.CData and
    xml.PCData now implement lang.Value instead of extending lang.Object.
    (@thekid)

8.0.2: Refactor typeof()

20 May 17:56
Compare
Choose a tag to compare

8.0.1: Code QA

31 Jan 16:29
Compare
Choose a tag to compare
  • Code QA (no functional changes!) - @thekid

8.0.0: Drop PHP 5.5

28 Aug 21:10
Compare
Choose a tag to compare
  • Improved speed of XSL callbacks by using direct invocations instead
    of call_user_func_array / func_get_args indirection
    (@thekid)
  • Heads up: Dropped PHP 5.5 support! - @thekid
  • Added forward compatibility with XP 8.0.0
    (@thekid)

7.0.1: Node naming fix

20 Apr 15:42
Compare
Choose a tag to compare
  • Merged pull request #2: Updated obsolete PHP namespace seperator...
    (@djuelg, @kiesel)

7.0.0: XP7 compatibility

21 Feb 20:59
Compare
Choose a tag to compare

6.3.1: XP7 Forward compatibility

23 Jan 23:27
Compare
Choose a tag to compare

6.3.0: Welcome XP 6.5, PHP 5.5, HHVM

20 Dec 10:40
Compare
Choose a tag to compare
  • Heads up: Dropped PHP 5.4 support. Note: As the main source is not
    touched, unofficial PHP 5.4 support is still available though not tested
    with Travis-CI
    .
    (@thekid)
  • Officially addited support for HHVM (3.5+) support - @thekid

6.2.2: Path to PHP7

09 Dec 00:01
Compare
Choose a tag to compare

6.2.1: Forward compatibility

12 Jul 17:45
Compare
Choose a tag to compare
  • Added forward compatibility with XP 6.4.0
    . Rewrote code using create() to PHP 5.4 syntax
    . Replaced raise() with throw statement
    (@thekid)