Releases: xp-framework/xml
Releases · xp-framework/xml
9.0.0: XP9 Compatibility
8.0.2: Refactor typeof()
- Refactored code to use
typeof()
instead ofxp::typeOf()
, see
xp-framework/rfc#323
(@thekid)
8.0.1: Code QA
- Code QA (no functional changes!) - @thekid
8.0.0: Drop PHP 5.5
7.0.1: Node naming fix
7.0.0: XP7 compatibility
- Adopted semantic versioning. See xp-framework/rfc#300 - @thekid
- Added version compatibility with XP 7 - @thekid
6.3.1: XP7 Forward compatibility
- Fix code to use
nameof()
instead of the deprecatedgetClassName()
method from lang.Generic. See xp-framework/core#120
(@thekid)
6.3.0: Welcome XP 6.5, PHP 5.5, HHVM
6.2.2: Path to PHP7
- Rewrote code to ue
literal()
instead ofxp::reflect()
. See
xp-framework/rfc#298
(@thekid)
6.2.1: Forward compatibility
- Added forward compatibility with XP 6.4.0
. Rewrote code usingcreate()
to PHP 5.4 syntax
. Replacedraise()
with throw statement
(@thekid)