Skip to content

Releases: xp-forge/partial

4.0.0: Drop PHP 5 support

10 Apr 17:29
Compare
Choose a tag to compare
  • 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
    . Converted newinstance to anonymous classes
    (@thekid)

3.1.1: XP10 compatibility

04 Apr 17:15
Compare
Choose a tag to compare
  • Added compatibility with XP 10.0.0 - @thekid

3.1.0: Member acces

01 Apr 15:02
Compare
Choose a tag to compare
  • Made Box::$value, ListOf::$backing and ListIndexedBy::$indexed
    members accessible from subclasses by declaring them protected
    (@thekid)
  • Ensured PHP 7.2 compatibility - @thekid

3.0.1: ListOf fix

04 Jun 15:49
Compare
Choose a tag to compare
  • Fixed lang.partial.ListOf to also declare hashCode() so that
    classes using this trait will be able to implement lang.Value
    (@thekid)

3.0.0: XP9 Compatibiliy

04 Jun 15:43
Compare
Choose a tag to compare
  • Added forward compatibility with XP 9.0.0 - @thekid

2.1.1: Weird fatals fix

07 Feb 20:55
Compare
Choose a tag to compare

2.1.0: XP8 Compatibility

28 Aug 21:44
Compare
Choose a tag to compare
  • Added forward compatibility with XP 8.0.0 - @thekid

2.0.0: Drop PHP 5.5 support

23 Jul 23:20
Compare
Choose a tag to compare
  • Heads up: Dropped PHP 5.5 support! Minimum PHP version required
    is now PHP 5.6. See PR #17
    (@thekid)

1.1.2: Mirrors 4.X support

23 Jul 23:11
Compare
Choose a tag to compare
  • Made compatible with xp-forge/mirrors 4.0-SERIES - @thekid

1.1.1: Builder fixes

29 Jun 13:02
Compare
Choose a tag to compare
  • Fixed errors when using instance creation with keywords in PHP 5.x
    (@thekid)