Skip to content

Releases: aternosorg/php-io

v2.0.0

08 Apr 16:32
1884a98
Compare
Choose a tag to compare

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

04 Feb 08:28
4eac176
Compare
Choose a tag to compare
move getRelativePathTo to trait

v1.2.1

23 Jan 13:12
351b4f2
Compare
Choose a tag to compare

dont return temp dir as child of temp dir

v1.2.0

14 Jan 14:37
d866e27
Compare
Choose a tag to compare

What's Changed

  • add feature interface and implementation to get child from directory by @matthi4s in #1

Full Changelog: v1.1.0...v1.2.0

v1.1.0

06 Dec 14:03
1ced66d
Compare
Choose a tag to compare

Added support for timestamps and permissions

Full Changelog: v1.0.1...v1.1.0

v1.0.1

14 Nov 13:50
2e8b5d3
Compare
Choose a tag to compare
add license to composer.json

v1.0.0

14 Nov 13:48
2584fad
Compare
Choose a tag to compare
add github actions test workflow