Koishi 4.3.0
Notable Changes
- create: 改为使用在线 boilerplate 创建项目 (a34904b, b956b81)
- scripts: 新增工具包 @koishijs/scripts,提供了一系列用于工作区开发的指令
Features
- client: 支持了 schema description 中使用 markdown 语法 (#534) (19e9e2d)
- console:
devMode
配置项的默认值更改为NODE_ENV
环境变量 (350ed2d) - create: 支持了在创建的项目中初始化 git (e374267)
- scripts: 支持了 init 指令 (8231e34, b35a180)
- scripts: 支持了 publish 指令 (9911e72)
- scripts: 支持了 build 指令 (a8e19a3)
- scripts: 支持了 bump 指令 (673e6db, c19798c)
- segment: 使用默认导出以确保命名空间中的类型可用 (d25dadb)
Bug Fixes
- cli: 修复了使用 js/ts 配置文件时无法使用热重载的问题 (#526) (3399d3e)
- cli: 修复了重复的
execArgv
选项会导致进程无法启动的问题 (9435779) - manger: 修复了全局配置更新按钮点击无效的问题 (#505) (e1f5087)
- orm: 在 eval 表达式中支持了
Date
相关类型 (7e65450) - sandbox: 修复了聊天面板的布局和滚动问题 (#535) (8451688)
Other Changes
- chore: fix typo (830e6c3)
- chore: lint build (64c5aa0)
- chore: remove option port assertions (#528) (ee4a3fe)
- chore: add .editorconfig (#533) (1d18ae4)
- chore: update repo info for qa-bot (#531) (608fbd2)
- docs: add
align-content: stretch
to.navigation
media (#532) (5e08fb6) - docs: add action buttons on index (#537) (2a0b2eb)
- chore: bump create-koishi version (3083af3)
- chore: bump versions (c6e9b8e)