Skip to content

Releases: MinecraftChampions/DodoOpenJava

DodoOpenJava-3.3.2

13 Dec 05:15
Compare
Choose a tag to compare

Others

docs

chore

perf

DodoOpenJava-3.3.2-SNAPSHOT

31 Jul 14:24
Compare
Choose a tag to compare

refactor

fix

chore

others

DodoOpenJava-3.3.1

17 Jul 07:00
Compare
Choose a tag to compare

chore

fix

others

DodoOpenJava-3.3.0

15 Jul 15:07
Compare
Choose a tag to compare

chore

fix

others

3.3.0-SNAPSHOT

09 Jun 09:55
Compare
Choose a tag to compare

更新内容

  • 添加了部分注释
  • AbstractTextElement 更名为 TextElement
  • 优化了部分代码
  • 修改了部分方法名
  • 修复了部分bug
  • 删除部分无用方法
  • 修改了部分方法的返回类型
  • 新增了许多接口与实现
    1. Bot -> api.Bot & impl.BotImpl
    2. api.Island & impl.IslandImpl
    3. api.Role & impl.RoleImpl
    4. api.Channel & imp.ChannelImpl & impl.ArticleChannel & impl.VoiceChannel & impl.MessageChannel
    5. api.VoiceMember extends api.User & impl.VoiceMemberImpl
  • message 包下 新建 Emoji

简言

总之,更面向对象了(依然有屎山)

3.2.8

16 Feb 04:35
Compare
Choose a tag to compare
  • 添加permission包
  • 修改RoleApi下的私密方法senResult为sendResult(拼写错误)

3.2.8-SNAPSHOT

15 Feb 07:45
Compare
Choose a tag to compare
  • 遵守阿里巴巴编码规范
  • 删除无用文件
  • 删除配置模块
  • 删除部分无用工具类
  • 添加部分JavaDoc注释
  • 内部修改一些代码逻辑
  • 更新依赖
  • 改部分变量,常量,类,方法改名
  • 修复一些错误
  • 减少代码重复

3.2.7

05 Feb 04:11
Compare
Choose a tag to compare
  • 修Bug
  • 改WebHook
  • 删东西

3.2.6

30 Jan 15:25
Compare
Choose a tag to compare
  • 修bug
  • 一些内部修改
  • 重构卡片消息
  • 修改NetUtil的一些方法的方法名
  • 将TextMessageBuilder改为TextMessage的内部类Builder

3.2.5

14 Jan 02:08
Compare
Choose a tag to compare
  • 新增User,CommandSender接口
  • 新增DodoUserImpl,CommandSenderImpl实现类
  • 新增方法
  • 小修改