Skip to content

Releases: xp-framework/mocks

8.0.0: XP11 compatibility

27 Feb 10:48
Compare
Choose a tag to compare
  • Made library compatible with XP 11, xp-framework/collections 10.0.0
    (@thekid)

8.0.0: Drop PHP 5 support

11 Apr 09:59
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
    . Rewrote isset(X) ? X : default to X ?? default
    . Converted newinstance to anonymous classes
    (@thekid)

7.0.1: XP10 compatibility

04 Apr 19:42
Compare
Choose a tag to compare
  • Made compatible with XP 10 - @thekid

7.0.0: XP9 Compatibility

09 Jan 21:30
Compare
Choose a tag to compare
  • Fixed PHP 7.2 compatibility - @thekid
  • Heads up: Dropped PHP 5.5 support - @thekid
  • Made this library compatible with XP9 - @thekid

6.6.1: XP7 compatibility

09 Jan 21:30
Compare
Choose a tag to compare

6.6.0: Framework compatibility

09 Jan 21:31
Compare
Choose a tag to compare

6.5.2: Static initializer fixes

02 May 19:36
Compare
Choose a tag to compare
  • Merged PR #1: Declare static initializer in a MockProxy - @kiesel

6.5.1: XP7 Forward compatibility

23 Jan 22:45
Compare
Choose a tag to compare
  • Fixed test suite for forward compatibility with XP7 - @thekid

6.5.0: Enter PHP 5.5

20 Dec 14:06
Compare
Choose a tag to compare
  • Heads up: Changed minimum XP version to run webtests to XP
    6.5.0, and with it the minimum PHP version to PHP 5.5
    (@thekid)
  • Added dependency on collectons library which has since been extracted
    from XP core.
    (@thekid)

6.4.2: Extract from core

06 Aug 21:55
Compare
Choose a tag to compare