Skip to content

Releases: YunYouJun/mirai-ts

v2.4.8

18 Aug 16:28
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v2.4.6

02 Apr 17:24
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v2.4.4

03 Jan 14:12
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.4.3

13 Oct 21:32
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v2.4.2

13 Oct 21:22
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.4.1

02 Oct 12:12
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v2.4.0

07 Jul 14:36
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.2.0 ES Module

02 Jan 09:28
Compare
Choose a tag to compare

Break Changes

  • 使用 tsup(基于 esbuild) 进行打包,提高构建速度,缩小体积
  • 更改为单入口模式,所有类型、工具函数均从 mirai-ts 导出,不再需要从 mirai-ts/dist/xxx 导入
  • 提供 index.mjs (ES Module) 与 index.js (CJS) 两种版本(以及我相信在未来随着 ES Module 的推广,本项目最后将会只需要释出 ESM 版本)

More info see #46.

Features

  • 添加 botProfile friendProfile memberProfile mirai-api-http API

More info see 获取 Bot 资料.

image

v2.1.0

22 Nov 08:15
Compare
Choose a tag to compare

Features

  • 添加 mahSetting 默认配置,不再强制输入参数(但推荐自定义 verifyKey
    • 如:const mirai = new Mirai({verifyKey: 'el-psy-congroo'})
  • Mirai 类添加第二个参数 options: MiraiOptions,可自定义 websocket 心跳间隔、强制覆盖 ws/http address URL 等(默认无需传入)

miraiOptions 与 mahSetting 相区别,mahSetting 总是与 mirai-api-http 中的 setting.yml 类型保持一致,miraiOptions 为 mirai-ts 内部为方便使用的相关参数配置扩展。

v2.0.0 Mitsuki

03 Nov 05:05
Compare
Choose a tag to compare

名瀬 美月(なせ みつき),Nase Mitsuki

美月喊哥哥

mirai-ts@2.x 兼容 mirai-api-http@2.xmah@1.x 版本请使用 mirai-ts@1.x

Break Changes

  • MiraiApiHttpConfig 类型移除,添加 MiraiApiHttpSetting 类型(与 setting.yml 中的配置一致)
  • authKey 重命名为 verifyKey
  • auth 函数重命名为 verify
  • verify 函数重命名为 bind
  • adapters 字段中含有 ws 时,自动启用 Websocket

Features

Optimize

  • 简化 websocket,all message event channel 建立逻辑
  • 优化 axios TypeScript 类型