Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Nadyita/file

Tags

Verified

This tag was signed with the committer’s verified signature.
trowski Aaron Piotrowski

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller

Verified

This tag was signed with the committer’s verified signature.
trowski Aaron Piotrowski

Verified

This tag was signed with the committer’s verified signature.
trowski Aaron Piotrowski

v3.0.0-beta.4

Toggle v3.0.0-beta.4's commit message

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller
v3.0.0-beta.4

 - Added compatibility with Revolt v1.x
 - Fixed (removed) file truncation in append modes with `ext-eio`
 - Fixed tell behavior in blocking implementation for append modes
 - Fixed automatic closing of files with `ext-uv`
 - Fixed exception message in `BlockingFilesystemDriver::write`

v3.0.0-beta.3

Toggle v3.0.0-beta.3's commit message

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller
v3.0.0-beta.3

 - Fix `createDirectoryRecursively` with trailing slash with `ext-uv` / `ext-eio` (amphp#70, amphp#71)

v2.0.4

Toggle v2.0.4's commit message

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller
v2.0.4

 - Fix `createDirectoryRecursively` with trailing slash in async drivers (amphp#70, amphp#71)

Verified

This tag was signed with the committer’s verified signature.
trowski Aaron Piotrowski

v3.0.0-beta.1

Toggle v3.0.0-beta.1's commit message

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller
v3.0.0-beta.1

 - Support AMPHP v3 and fibers, removing the need for promises for return values
 - Changed `File::write()` return type from `Promise<int>` to `void`
 - Renamed `Driver` to `FilesystemDriver`
 - Renamed `Amp\File\Sync\AsyncMutex` to `Amp\File\FileMutex`