Releases: aternosorg/php-io
Releases · aternosorg/php-io
v2.0.0
What's Changed
⚠️ Breaking Change
This change is breaking because SetPositionInterface
now extends RewindPositionInterface
and therefore all custom element implementations have to implement the rewindPosition()
function as well.
The built-in filesystem elements already implement this function with this release.
Full Changelog: v1.2.2...v2.0.0
v1.2.2
v1.2.1
v1.2.0
v1.1.0
Added support for timestamps and permissions
Full Changelog: v1.0.1...v1.1.0