Releases: Innmind/Filesystem
Releases · Innmind/Filesystem
7.5.1
7.5.0
7.4.0
7.3.0
7.2.0
7.1.0
7.0.0
Added
Innmind\Filesystem\File\Content::chunks()
Changed
Innmind\Filesystem\Name
constructor is now private, use::of()
named constructor insteadInnmind\Filesystem\File\File
constructor is now private, use::of()
named constructor insteadInnmind\Filesystem\File\Content
is now a final class and its different implementations are declared internal, use theContent
named constructors insteadInnmind\Filesystem\Directory
no longer extendsFile
, all previous function typed againstFile
are now typedFile|Directory
Innmind\Filesystem\File
is now a final class instead of an interfaceInnmind\Filesystem\Directory
is now a final class instead of an interfaceInnmind\Filesystem\Directory::files()
has been renamed to::all()
Fixed
- An inconsistency in
File\Content
that must contain at least one line but it wasn't applied after aContent::filter()
Removed
Innmind\Filesystem\Adapter\HashedName
Innmind\Filesystem\Adapter::all()
Innmind\Filesystem\Chunk
Innmind\Filesystem\File\Content\Chunkable
- Possibility to use a
Innmind\Immutable\Set
of files inside aDirectory
Innmind\Filesystem\Stream\LazyStream