2025-12-01 27次浏览

Yii Files 2.1.0 版本已发布。该版本更新内容如下:

  • FileHelper::clearDirectory() 方法新增 filter 选项;
  • composer.json 中的 PHP 版本约束调整为 8.0 - 8.5
  • PathMatcher::only() PathMatcher::except() 方法中,将类型提示从注解迁移至代码中;
  • 为 PHP 内置函数使用完全限定名称(FQN),并对 FileHelper PathMatcher 进行小幅重构;
  • 抑制调用 FileHelper::lastModifiedTime() 方法且目标路径不存在时触发的警告;
  • 异常处理完成后恢复错误处理器。