Skip to content

Releases: koishijs/koishi

Koishi 4.17.12

15 Aug 06:21
d06e1e9
Compare
Choose a tag to compare

Features

Bug Fixes

Other Changes

Koishi 4.17.11

07 Aug 06:37
2e7e3e5
Compare
Choose a tag to compare

Features

Bug Fixes

Other Changes

Koishi 4.17.10

18 Jul 08:36
7c9d21d
Compare
Choose a tag to compare

Features

Bug Fixes

Other Changes

Koishi 4.17.9

19 Jun 21:56
b246289
Compare
Choose a tag to compare

Notable Changes

Features

Bug Fixes

Next Updates

以下变更属于开发中的 Cordis 生态,并不会影响 Koishi 的行为,但会在未来版本为 Koishi 提供更多功能。

Other Changes

Koishi 4.17.8

04 Jun 11:30
d985a51
Compare
Choose a tag to compare

Notable Changes

  • 新增内置服务 schema,重构了部分基于此服务的逻辑 (cordiverse/cordis@ab63f5f, cordiverse/http@d033173, edbeaec)
  • 将 HTTP 插件的配置项 proxyAgent 迁移至 proxy-agent 插件中 (会在启动时自动迁移,无需手动修改) (68d2001)
  • 修复了 package.jsontypes 的使用与规范不同的问题,此改动可能导致开发者本地的 TypeScript 编译错误,如果发现此问题,请按照下图修改你的 tsconfig.json
{
  "compilerOptions": {
-   "module": "commonjs",
+   "module": "esnext",
    "declaration": true,
+   "emitDeclarationOnly": true,
-   "moduleResolution": "node",
+   "moduleResolution": "bundler",
  },
}

Features

Bug Fixes

Next Updates

以下变更属于开发中的 Cordis 生态,并不会影响 Koishi 的行为,但会在未来版本为 Koishi 提供更多功能。

Other Changes

Koishi 4.17.7

26 May 09:52
090aa31
Compare
Choose a tag to compare

Notable Changes

Features

Bug Fixes

Next Updates

以下变更属于开发中的 Cordis 生态,并不会影响 Koishi 的行为,但会在未来版本为 Koishi 提供更多功能。

Other Changes

Koishi 4.17.6

12 May 16:17
e496ddb
Compare
Choose a tag to compare

Features

Bug Fixes

Next Updates

以下变更属于开发中的 Cordis 生态,并不会影响 Koishi 的行为,但会在未来版本为 Koishi 提供更多功能。

Other Changes

Koishi 4.17.5

26 Apr 13:37
809e6da
Compare
Choose a tag to compare

Notable Changes

Features

Bug Fixes

Next Updates

以下变更属于开发中的 Cordis 生态,并不会影响 Koishi 的行为,但会在未来版本替换 Koishi 的相关实现。

Other Changes

Koishi 4.17.4

11 Apr 22:24
50e4e0c
Compare
Choose a tag to compare

Notable Changes

Features

Bug Fixes

Other Changes

Koishi 4.17.3

25 Mar 19:44
e83e6bd
Compare
Choose a tag to compare

Features

Bug Fixes

Next Changes

以下变更属于开发中的 Cordis 生态,并不会影响 Koishi 的行为,但会在未来版本替换 Koishi 的相关实现。

Other Changes