Releases: xp-framework/xml
Releases · xp-framework/xml
12.0.0: PHP 7.4+, Reflection
- Dropped support for PHP 7.0 - 7.3, see xp-framework/rfc#343. Minimum
required PHP version is now 7.4!
(@thekid) - Merged PR #5: Remove deprecated static Marshaller / Unmarshaller usage
(@thekid) - Merged PR #4: Refactor to use reflection library, xp-framework/rfc#338
(@thekid)
11.3.0: XP 12 compatibility
- Made compatible with XP 12 - @thekid
11.2.0: Testing migration, PHP 8.4
- Implemented xp-framework/rfc#344: New testing library - @thekid
- Added PHP 8.4 to the test matrix - @thekid
11.1.0: Object serialization
- Added support for
__serialize()
, which has superseded__sleep()
in
PHP 7.4+, see https://wiki.php.net/rfc/custom_object_serialization
(@thekid)
11.0.0: Drop XP 9, add XP 11 compatibility
- Made compatible with XP 11 - @thekid
- Implemented xp-framework/rfc#341, dropping compatibility with XP 9
(@thekid)
10.0.0: Drop PHP 5 support
- 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
. Convertednewinstance
to anonymous classes
. Rewroteisset(X) ? X : default
toX ?? default
(@thekid)
9.0.4: Annotation syntax
- Implemented RFC #335: Remove deprecated key/value pair annotation syntax
(@thekid)
9.0.3: XP10 compatibility
- Made compatible with XP 10 - @thekid
9.0.2: PHP 7.4 compatibility
9.0.1: PHP 7.2 Compatiblity
- Fixed compatiblity with PHP 7.2 - @thekid