v2.2.0
版本发布时间: 2022-01-02 17:28:30
YunYouJun/mirai-ts最新发布版本:v2.4.6(2023-04-03 01:24:14)
Break Changes
- 使用 tsup(基于 esbuild) 进行打包,提高构建速度,缩小体积
- 更改为单入口模式,所有类型、工具函数均从
mirai-ts
导出,不再需要从mirai-ts/dist/xxx
导入 - 提供
index.mjs
(ES Module) 与index.js
(CJS) 两种版本(以及我相信在未来随着 ES Module 的推广,本项目最后将会只需要释出 ESM 版本)
More info see https://github.com/YunYouJun/mirai-ts/pull/46.
Features
- 添加
botProfile
friendProfile
memberProfile
mirai-api-http API
More info see 获取 Bot 资料.