Skip to content

Koishi 3.13.0

Compare
Choose a tag to compare
@shigma shigma released this 30 Jul 19:39
· 1821 commits to master since this release
  • koishi-adapter-discord@1.3.3
  • koishi-core@3.13.0
  • koishi-plugin-common@4.3.2
  • koishi-plugin-eval@3.2.3
  • koishi-plugin-mongo@2.3.0
  • koishi-plugin-mysql@3.4.0
  • koishi-plugin-teach@2.2.2
  • koishi-test-utils@6.1.0
  • koishi@3.13.0

Features

  • orm: support query expression and regex (#305) (657e4b2)
  • orm: support IndexType as Shorthand (3cc390a)
  • orm: support $regexFor (8e5fe1a)
  • discord: send rest part when error occurs, fix #267 (7dd8292)
  • eval: support to use await on the top level evaluation when using the coffee loader (#319) (b009642)

Bug Fixes

  • cli: make 'koishi start' works with koishi.config.yml (#306) (bac8a01)
  • teach: regexp should use unescaped segments, fix #309 (ce19057)
  • mongo: unset the default port 27017 to avoid MongoParseError (#312) (11bbad7)
  • eval: fix the conflict of useSpread and useBuiltIns (#316) (ad05b4e)

Other Changes