Skip to content

2.0.0

Choose a tag to compare

@webmozart webmozart released this 21 May 10:44
· 67 commits to master since this release
  • added support for streams, e.g. "phar://C:/path/to/file"
  • added Path::join()
  • all Path methods now throw exceptions if parameters with invalid types are
    passed
  • added an internal buffer to Path::canonicalize() in order to increase the
    performance of the Path class