Skip to content

Releases: xp-framework/patterns

9.1.0: XP 11 compatibility

04 Mar 08:55
Compare
Choose a tag to compare

9.0.0: Drop PHP 5 support

11 Apr 09:37
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)

8.0.2: Undefined variable fix

05 Apr 12:14
Compare
Choose a tag to compare
  • Fix "Undefined variable $cmp" when comparing MatchResult instances
    (@thekid)

8.0.1: XP10 compatibility

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

8.0.0: XP9 Compatibility

24 Sep 19:35
Compare
Choose a tag to compare
  • Heads up: Dropped PHP 5.5 support - @thekid
  • Added compatibility with XP 9.0+ - @thekid

7.1.1: PHP 7.2 compatibility

16 Jan 15:30
Compare
Choose a tag to compare

7.1.0: XP8 Compatibility

29 Aug 18:14
Compare
Choose a tag to compare
  • Added version compatibility with XP 8 - @thekid

7.0.0: XP7 compatibility

21 Feb 23:25
Compare
Choose a tag to compare

6.6.0: Extract from XP Core

08 Dec 22:36
Compare
Choose a tag to compare
  • Extracted from the XP Framework's core - @thekid