Releases: xp-lang/xp-generics
Releases · xp-lang/xp-generics
2.1.0: Generic ::class
2.0.1: Parameters fix
- Fixed non-generic and untyped parameters not being taken into account
(@thekid)
2.0.0: XP 12, PHP 7.4+
1.0.0: Stable release
- Added PHP 8.4 to the test matrix - @thekid
0.7.0: Component type literals
0.6.0: Casting
0.5.1: Parent class loading fix
- Fixed error Class ... is not a generic definition when parent class
was not previously loaded
(@thekid)
0.5.0: Extending generics
- Migrated to new test framework, see xp-framework/rfc#344 - @thekid
- Merged PR #5: Extend generic parent with type arguments - @thekid
0.4.0: Compiler release
- Use release version of
xp-framework/compiler
- @thekid
0.3.0: Interfaces and base classes
- Supported extending from generic base classes / parent interfaces
Requires https://github.com/xp-framework/core/releases/tag/v11.4.6
(@thekid) - Added support for declaring and implementing generic interfaces
(@thekid)