Skip to content

1.1.0

Compare
Choose a tag to compare
@webmozart webmozart released this 19 Mar 10:59
· 86 commits to master since this release
  • added Path::getFilename()
  • added Path::getFilenameWithoutExtension()
  • added Path::getExtension()
  • added Path::hasExtension()
  • added Path::changeExtension()
  • Path::makeRelative() now works when the absolute path and the base path
    have equal directory names beneath different base directories
    (e.g. "/webmozart/css/style.css" relative to "/puli/css")