Skip to content

Koishi 3.10.0

Compare
Choose a tag to compare
@shigma shigma released this 25 Apr 19:17
· 1997 commits to master since this release
  • koishi-adapter-discord@1.1.0
  • koishi-adapter-kaiheila@1.1.0
  • koishi-core@3.10.0
  • koishi-plugin-common@4.2.4
  • koishi-plugin-eval@3.1.2
  • koishi-plugin-mongo@2.2.3
  • koishi-plugin-mysql@3.3.2
  • koishi-plugin-puppeteer@2.1.1
  • koishi-plugin-teach@2.1.5
  • koishi-plugin-webui@4.4.1
  • koishi-test-utils@6.0.0-beta.12
  • koishi-utils@4.2.2
  • koishi@3.10.0

Features

  • puppeteer: enhance typings (db51775)
  • mysql: support orm foreign key, fix #243 (6104b9a)
  • utils: deep merge template def instead of overriding, fix #244 (8d05514)
  • webui: support webui without database, fix #234 (b211cd8)
  • core: drop remove api in favor of orm (10d1570)
  • kaiheila: support card message (41566d9)
  • kaiheila: support image, video and file (6d82272)
  • discord: support endpoint (1646d9c)

Other Changes