Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1008 Bytes

CHANGELOG.md

File metadata and controls

36 lines (20 loc) · 1008 Bytes

Changelog

All notable changes to phar-io/manifest are documented in this file using the Keep a CHANGELOG principles.

2.0.1 - 30.11.2020

Changed

  • Allow use of PHP 8.0

Added

  • Filename::isLink(): bool can now be queried

2.0.0 - 17.05.2020

Changed

  • BC break: When instantiated, Directory no longer automatically creates the given path
  • BC break: __toString removed. Call asString() explicitly where needed

Added

  • Directory::ensureExists(int $mode = 0755): void has been added to ensure the directory exists with a given mode
  • Directory::exists(): bool can now be queried

Unreleased