Skip to content

Releases: xp-framework/imaging

9.0.0: Drop PHP 5 support

10 Apr 20:09
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
    . Rewrote isset(X) ? X : default to X ?? default
    (@thekid)

8.0.1: XP10, Annotation syntax

05 Apr 20:32
Compare
Choose a tag to compare
  • Implemented RFC #335: Remove deprecated key/value pair annotation syntax
    (@thekid)
  • Made compatible with XP 10 - @thekid

8.0.0: XP9 Compatibility

01 Aug 11:27
Compare
Choose a tag to compare
  • Heads up: Removed support for deprecated io.Stream instances
    (@thekid)
  • Changed Stream(Reader|Writer) constructors to accept io.Channel
    instances as well as io.streams.InputStream.
    (@thekid)
  • Added constants Image::TRUECOLOR and Image::PALETTE, deprecating
    the global defines with the same name and an IMG_ prefix
    (@thekid)
  • Heads up: Added forward compatibility with XP 9; dropped PHP 5.5
    support, minimum PHP version is now PHP 5.6.
    (@thekid)

7.1.1: Refactor typeof()

20 May 18:25
Compare
Choose a tag to compare

7.1.0: XP8 Compatibility

29 Aug 22:15
Compare
Choose a tag to compare
  • Added forward compatibility with XP 8.0.0 - @thekid

7.0.0: XP7 compatibility

21 Feb 23:19
Compare
Choose a tag to compare

6.1.1: XP7 Forward compatibility

23 Jan 22:18
Compare
Choose a tag to compare

6.1.0: Welcome, XP 6.5 / PHP 5.5

14 Dec 13:12
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)
  • Removed calls to deprecated this() - @thekid
  • Removed support for deprecated io.Stream instances - @thekid

6.0.3: Forward compatibility

12 Jul 18:05
Compare
Choose a tag to compare
  • Added forward compatibility with XP 6.4.0 - @thekid
  • Added preliminary PHP 7 support (alpha2, beta1) - @thekid

6.0.2: Fix support for io.File

13 Jun 22:51
Compare
Choose a tag to compare
  • Fixed img.io.StreamReader and img.io.StreamWriter to support io.File
    objects again after XP 6 removed its subclassing io.Stream - @thekid