- Made compatible with XP 12 - @thekid
- Added PHP 8.4 to the test matrix - @thekid
- Merged PR #2: Migrate to new testing library - @thekid
- Made library compatible with XP 11 - @thekid
- Fixed PHP 8.1 compatibility by declaring
getIterator()
with correct return type. See https://wiki.php.net/rfc/internal_method_return_types (@thekid)
- Fixed reading past end to consistently return
NULL
- @thekid
- Dropped support for PHP 5.6, see xp-framework/rfc#334 - @thekid
- Added compatibility with XP 10, see xp-framework/rfc#333 - @thekid
- Made compatible with PHP 7.4 - refrain using
{}
for string offsets (@thekid)
- Heads up: Dropped PHP 5.5 support - @thekid
- Added forward compatibility with XP 9.0.0 - @thekid
- Added forward compatibility with XP 8.0.0 - @thekid
- Adopted semantic versioning. See xp-framework/rfc#300 - @thekid
- Added version compatibility with XP 7 - @thekid
- Extracted from the XP Framework's core - @thekid