Skip to content

Commit 3ef1529

Browse files
committed
Changelog: changes made since the fork was made
1 parent a27a165 commit 3ef1529

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)