File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased] ( https://github.com/orisai/vfs/compare/...v1.x )
99
10+ These are the changes made since fork of [ michael-donat/php-vfs] ( https://github.com/michael-donat/php-vfs ) ,
11+ [ v1.4.2] ( https://github.com/michael-donat/php-vfs/releases/tag/v1.4.2 ) .
12+
1013### Added
14+
15+ - Support for iOS and Windows
16+ - tests pass on these systems, differences from Linux filesystem are not implemented
17+ - ` . ` and ` .. ` (dot links) support for ` scandir() `
18+ - Documentation of supported and unsupported functions
19+
20+ ### Changed
21+
22+ - Root namespace is ` Orisai\VFS `
23+ - Package name is ` orisai/vfs `
24+ - Compatibility with PHP 7.4 - 8.4 (was 5.4 - 8.0)
25+ - Many internals to fix deprecations and improve type safety
26+
27+ ### Removed
28+
29+ - All public interfaces except stream wrapper registration / unregistration
You can’t perform that action at this time.
0 commit comments