Releases: xp-forge/partial
Releases · xp-forge/partial
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.1.1: XP10 compatibility
- Added compatibility with XP 10.0.0 - @thekid
3.1.0: Member acces
3.0.1: ListOf fix
- Fixed
lang.partial.ListOf
to also declarehashCode()
so that
classes using this trait will be able to implementlang.Value
(@thekid)
3.0.0: XP9 Compatibiliy
- Added forward compatibility with XP 9.0.0 - @thekid
2.1.1: Weird fatals fix
2.1.0: XP8 Compatibility
- Added forward compatibility with XP 8.0.0 - @thekid
2.0.0: Drop PHP 5.5 support
1.1.2: Mirrors 4.X support
- Made compatible with
xp-forge/mirrors
4.0-SERIES - @thekid
1.1.1: Builder fixes
- Fixed errors when using instance creation with keywords in PHP 5.x
(@thekid)