Skip to content

Releases: top-think/framework

V6.1.2

10 Feb 01:54
Compare
Choose a tag to compare

兼容PHP8.2
移除基础类中Filesystem申明属性
fix: container绑定参数时可变参数处理
File类增加setExtension方法设置保存文件的实际后缀名
ValidateRule注释调整
Fix: 参数类型为多个时导致的报错
更新orm版本依赖支持3.0

V8.0.0Beta

07 Feb 10:12
Compare
Choose a tag to compare
V8.0.0Beta Pre-release
Pre-release

基于PHP8的重构版本
架构不变

v6.1.1

27 Oct 08:01
Compare
Choose a tag to compare
移除filesystem门面

V6.1.0

25 Oct 14:52
Compare
Choose a tag to compare

think-filesystem类库包改为单独依赖

V6.0.14

25 Oct 14:47
Compare
Choose a tag to compare
  • 删除废弃方法
  • 优化多语言检测
  • 修正命令行模式下的默认request

V5.1.42

25 Oct 15:08
Compare
Choose a tag to compare

改进多语言判断机制

V5.0.25

12 Dec 07:59
Compare
Choose a tag to compare

修正多语言判断

V6.0.13

15 Jul 02:44
Compare
Choose a tag to compare
  • 改进Request类filterValue方法的兼容性
  • 更新 prettify.js 为新的 cdn 地址
  • FIX:remember缓存读取问题修复
  • 优化IDE支持
  • Redirect remember 支持完整url设置
  • 调整路由初始化位置
  • Bugfix: 修复 PSR-7 Response 用法
  • Fix switchLangSet missing setLangSet (#2705)
  • 兼容 PHP 8.1
  • Windows环境下文件访问地址不正确
  • 修复传空值被忽略的情况
  • 优化 IDE 支持,忽略 zend studio 的无关文件
  • 增加 HEAD 路由支持,可以用来做健康检测 head /health

V6.0.12

21 Jan 06:33
Compare
Choose a tag to compare

改进缓存驱动unserialize方法参数类型限制
优化代码使IDE友好
修正命令行对8.1的兼容性
路由增加闭包检测有效性

V6.0.11

05 Jan 08:07
Compare
Choose a tag to compare

修正ENV读取问题