Releases: xp-framework/collections
Releases · xp-framework/collections
10.1.0: XP 12 compatibility
10.0.2: XP 11 compatibility
- Made compatible with XP 11 - @thekid
10.0.1: PHP 8.1 compatibility
- Fixed PHP 8.1 compatibility for
Traversable
subtypes - @thekid
10.0.0: PHP 8 attributes
9.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)
8.0.2: Annotation syntax
- Implemented RFC #335: Remove deprecated key/value pair annotation syntax
(@thekid)
8.0.1: XP10 compatibility
- Made compatible with XP 10 - @thekid
8.0.0: XP9 Compatibiliy
7.3.0: Performance improvement
7.2.0: XP8 Compatibility
- Added forward compatibility with XP 8.0.0 by ensuring
hashCode()
always returns a string
(@thekid)