Releases: xp-framework/imaging
Releases · xp-framework/imaging
9.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
. Rewroteisset(X) ? X : default
toX ?? default
(@thekid)
8.0.1: XP10, Annotation syntax
8.0.0: XP9 Compatibility
- Heads up: Removed support for deprecated
io.Stream
instances
(@thekid) - Changed Stream(Reader|Writer) constructors to accept
io.Channel
instances as well asio.streams.InputStream
.
(@thekid) - Added constants
Image::TRUECOLOR
andImage::PALETTE
, deprecating
the global defines with the same name and anIMG_
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()
- Refactored code to use
typeof()
instead ofxp::typeOf()
, see
xp-framework/rfc#323
(@thekid)
7.1.0: XP8 Compatibility
- Added forward compatibility with XP 8.0.0 - @thekid
7.0.0: XP7 compatibility
- Adopted semantic versioning. See xp-framework/rfc#300 - @thekid
- Added version compatibility with XP 7 - @thekid
6.1.1: XP7 Forward compatibility
- Fix code to use
nameof()
instead of the deprecatedgetClassName()
method from lang.Generic. See xp-framework/core#120
(@thekid)
6.1.0: Welcome, XP 6.5 / PHP 5.5
6.0.3: Forward compatibility
6.0.2: Fix support for io.File
- Fixed img.io.StreamReader and img.io.StreamWriter to support io.File
objects again after XP 6 removed its subclassing io.Stream - @thekid