Skip to content

Koishi 1.1.0

Compare
Choose a tag to compare
@shigma shigma released this 03 Jan 14:08
· 3970 commits to master since this release

Features

  • core: ready 事件总是在 connect 事件之后触发 (21197df)
  • core: cmd.option() 允许略去 description 参数 (1c3b203)
  • core: 新增 app.executeCommandLine() 用于直接运行指令 (#9) (bcd3ed6)

Bug Fixes

  • core: ctx.command() 未传入 description 参数时,不会覆盖已有的值 (f1c3605)
  • utils: 优化了 CQCode.unescape() 中的替换顺序 (1c8e33c)
  • plugin-common: help 指令将不会将指令名显示为别名 (e22653b)

Dependencies

  • core: ws 版本从 7.2.0 更新至 7.2.1 (25a6359)
  • database-level: 将 @types/leveldown, @types/levelup 加入依赖 (3e53e9e)