Skip to content

Latest commit

 

History

History
461 lines (240 loc) · 20.7 KB

CHANGELOG.md

File metadata and controls

461 lines (240 loc) · 20.7 KB

Changelog

2.4.5 (2023-11-19)

Bug Fixes

  • 兼容频道私信,优化适配器类型定义 (1a4c734)

2.4.4 (2023-10-20)

Bug Fixes

  • 1、指令过滤类型声明错误 (07e4507)
    1. bot实例加入到适配器bots数组后再启动 (462aee4)

2.4.3 (2023-09-19)

Bug Fixes

  • message 事件添加before事件 (a4c3954)

2.4.2 (2023-09-09)

Bug Fixes

2.4.1 (2023-09-06)

Bug Fixes

2.4.0 (2023-08-28)

Features

  • add experimental decorator docs (60b957e)

Bug Fixes

2.3.24 (2023-08-24)

Bug Fixes

  • 支持管理员设定忽略指定用户的消息 (09d4f0e)

2.3.23 (2023-08-11)

Bug Fixes

  • 增加 Lifecycle:restart (67a8d0e)

2.3.22 (2023-08-04)

Bug Fixes

  • 标签属性解析错误 (3fc3314)

2.3.21 (2023-08-04)

Bug Fixes

2.3.20 (2023-08-04)

Bug Fixes

  • removeQuoteOnce error (3d5b2bb)
  • render结束后,清空cacheMap (cc61d38)

2.3.19 (2023-08-04)

Bug Fixes

2.3.18 (2023-08-01)

Bug Fixes

  • 兼容组件错误的render(session.render(undefiend)) (bdc6073)

2.3.17 (2023-07-31)

Bug Fixes

  • 循环渲染错误问题 (654ed98)
  • 循环渲染错误问题 (e80e9a1)

2.3.16 (2023-07-31)

Bug Fixes

  • 循环渲染错误问题 (207f0ad)

2.3.15 (2023-07-31)

Bug Fixes

2.3.14 (2023-07-31)

Bug Fixes

  • 指令循环优化 (f8d74e8)
  • 更新指令提示优化,element解析错误优化 (217e27d)

2.3.13 (2023-07-30)

Bug Fixes

  • all config output error (b0f0167)
  • 尝试标签属性值中有空白字符时报错 (c377b0f)

2.3.12 (2023-07-30)

Bug Fixes

2.3.11 (2023-07-30)

Bug Fixes

2.3.10 (2023-07-30)

Bug Fixes

  • 嵌套模板解析错误 (f235fa6)

2.3.9 (2023-07-29)

Bug Fixes

2.3.8 (2023-07-29)

Bug Fixes

  • middleware not remove when context dispose (4aaefa3)

2.3.7 (2023-07-22)

Bug Fixes

  • command参数验证错误 (af10abc)

2.3.6 (2023-07-22)

Bug Fixes

  • fix md err & typo error (eb6e855)
  • 内置适配器优化,格式化控制台输入输出,修复内置类型user_id错误 (652d029)
  • 服务生命周期优化 (b1189af)
  • 生命周期优化 (0a41a27)
  • 生命周期优化 (a000836)
  • 生命周期类型优化 (c15c6d1)

2.3.5 (2023-07-19)

Bug Fixes

  • 保护更多危险变量 (a701f1b)

2.3.4 (2023-07-19)

Bug Fixes

  • 嵌套标签解析错误 (0c64975)

2.3.3 (2023-07-19)

Bug Fixes

  • 修复内置组件prompt错误 (ce7ae54)

2.3.2 (2023-07-18)

Bug Fixes

  • jsx Runtime (bca1225)
  • update docs (8fa5320)
  • 优化command注册数据类型流程; (1ae2956)
  • 内置组件语法优化,修复函数式组件类型错误 (fc29bb1)
  • 函数组件支持异步 (fc65c92)
  • 支持函数式组件,增强代码健壮性 (b620625)

2.3.1 (2023-07-16)

Bug Fixes

  • daemon 增加zhin升级指令(update),可快速升级zhin到指定版本 (0b9e5a5)

2.3.0 (2023-07-16)

Features

  • 指令筛选功能初版 (7929f91)
  • 重构command,破坏更新,请谨慎升级,与旧版command不兼容 (8a2f644)

Bug Fixes

  • fix: (36df4f0)
  • 1.更新文档, (47714ba)
  • allow loop and when (1313491)
  • baseType add user_id,set command action return string (29dbfd7)
  • bug fix (7cf19ff)
  • bug fix (4840c91)
  • built plugin(config) error (93a3f9b)
  • element transform bug (fb00359)
  • execute组件错误 (f489715)
  • fake console (c96b88a)
  • fake global (dfa70e2)
  • icqq isAtMe bug (8b29abb)
  • plugin load error (052151e)
  • type error (9557d14)
  • 上下文过滤bug修复 (36d6da3)
  • 优化plugin文本 (adc75d4)
  • 修复版本号错误 (40531fd)
  • 允许定义指令时,通过/定义父级指令 (269ab97)
  • 内置类型增加json、function (b38b9ca)
  • 内置类型增加json、function (7b6169f)
  • 参数/选项类型判断错误 (b32eeee)
  • 参数类型添加integer (052d105)
  • 同步更改内置指令 (3b2b26c)
  • 增加图片、语音、视频云端加载方案 (1e2dd39)
  • 子进程管道错误 (35eebb8)
  • 子进程管道错误 (6820c7a)
  • 子进程管道错误 (9ddcba8)
  • 将icqq 移入peerDependencies,并指定为最新版本(latest) (d3eecdf)
  • 指令解析优化,elementBuffer传输错误 (f06ee2b)
  • 日志优化 (5a09713)
  • 消息限速、文本超长自动转发 (a1db268)
  • 登录失败输出错误信息,指令定义错误 (49a7986)
  • 类型补充 (5749c35)
  • 系统保护 (6a7f289)
  • 调试参数移除 (e562917)
  • 返回值允许是boolean、number (6948dbf)
  • 返回值允许是boolean、number (2c965e3)
  • 适配器引用错误 (aeb9459)
  • 默认指令写法更改 (387582f)

2.2.1 (2023-07-16)

Bug Fixes

2.2.0 (2023-06-30)

Features

  • 指令筛选功能初版 (7929f91)

Bug Fixes

  • 指令解析优化,elementBuffer传输错误 (f06ee2b)
  • 调试参数移除 (e562917)

2.1.12 (2023-06-21)

Bug Fixes

2.1.11 (2023-06-21)

Bug Fixes

  • 登录失败输出错误信息,指令定义错误 (49a7986)

2.1.10 (2023-06-16)

Bug Fixes

2.1.9 (2023-06-16)

Bug Fixes

2.1.8 (2023-06-13)

Bug Fixes

  • 内置类型增加json、function (b38b9ca)
  • 内置类型增加json、function (7b6169f)

2.1.7 (2023-06-13)

Bug Fixes

  • 上下文过滤bug修复 (36d6da3)

2.1.6 (2023-06-12)

Bug Fixes

2.1.5 (2023-06-12)

Bug Fixes

2.1.4 (2023-06-12)

Bug Fixes

  • 参数类型添加integer (052d105)

2.1.3 (2023-06-12)

Bug Fixes

  • 返回值允许是boolean、number (6948dbf)
  • 返回值允许是boolean、number (2c965e3)

2.1.2 (2023-06-12)

Bug Fixes

  • 允许定义指令时,通过/定义父级指令 (269ab97)
  • 参数/选项类型判断错误 (b32eeee)
  • 同步更改内置指令 (3b2b26c)

2.1.1 (2023-06-12)

Bug Fixes

  • baseType add user_id,set command action return string (29dbfd7)
  • 默认指令写法更改 (387582f)

2.1.0 (2023-06-10)

Features

  • 重构command,破坏更新,请谨慎升级,与旧版command不兼容 (8a2f644)

2.0.7 (2023-05-06)

Bug Fixes

2.0.6 (2023-05-06)

Bug Fixes

2.0.5 (2023-05-06)

Bug Fixes

2.0.4 (2023-04-04)

Bug Fixes

  • 将icqq 移入peerDependencies,并指定为最新版本(latest) (d3eecdf)

2.0.3 (2023-04-03)

Bug Fixes

1.0.1 (2023-04-03)

Bug Fixes

1.0.0 (2023-04-03)

Bug Fixes