All notable changes to phar-io/manifest are documented in this file using the Keep a CHANGELOG principles.
2.0.1 - 30.11.2020
- Allow use of PHP 8.0
Filename::isLink(): bool
can now be queried
2.0.0 - 17.05.2020
- BC break: When instantiated,
Directory
no longer automatically creates the given path - BC break:
__toString
removed. CallasString()
explicitly where needed
Directory::ensureExists(int $mode = 0755): void
has been added to ensure the directory exists with a given modeDirectory::exists(): bool
can now be queried