This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
Releases: xp-forge/assert
Releases · xp-forge/assert
4.1.2: PHP 8.2 compatiblity
4.1.1: XP 11 compatibility
- Made library compatible with XP 11 - @thekid
4.1.0: PHP 8 compatibility
- Fixed PHP 8 compatibility by renaming (the internally used) class
unittest.assert.Match
class to MatchUsing. PHP 8 defines match as
a keyword, see https://wiki.php.net/rfc/match_expression_v2
(@thekid)
4.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
(@thekid)
3.0.3: Annotation syntax
- Implemented RFC #335: Remove deprecated key/value pair annotation syntax
(@thekid)
3.0.2: XP10 compatibility
- Made compatible with XP 10 - @thekid
3.0.1: PHP 7.2 compatiblity
- Fixed compatiblity with PHP 7.2 - @thekid
3.0.0: XP9 Compatibiliy
2.1.0: XP8 compatibility
- Added version compatibility with XP 8 - @thekid
2.0.0: XP7 compatibility
- Added version compatibility with XP 7 - @thekid