v1.0.0
版本发布时间: 2021-03-08 23:58:34
YunYouJun/mirai-ts最新发布版本:v2.4.6(2023-04-03 01:24:14)
新堂爱(新堂 愛(しんどう あい),Shindo Ai
Refactor
- 移除原生事件队列,使用 events 兼容 Node.js 与浏览器端
- 使用枚举与 Map 重构 Status Code https://github.com/YunYouJun/mirai-ts/commit/91c2950d334ce61af6364fd0d3e58613715ae376
Optimize
- 为所有的 mirai-api-http 请求添加返回类型接口及注释(妈妈我再也不用看文档了)
Features
- 为
MiraiApiHttpConfig
添加可自定义的url
字段 https://github.com/YunYouJun/mirai-ts/pull/24 - resp 枚举类型 #27
- 为 msg 添加辅助函数
get
以获取消息链中出现的第一个对应类型消息,如msg.get('Quote')
获取Quote
消息
Fixes
- 修复
memberInfo
错误请求 https://github.com/YunYouJun/mirai-ts/pull/26 - 修复 mirai-api-http 忽略 Websocket 的问题 https://github.com/YunYouJun/mirai-ts/pull/28
- 修复 Poke name 字段类型错误问题 #31