Skip to content

Latest commit

 

History

History
242 lines (165 loc) · 3.93 KB

CHANGELOG.md

File metadata and controls

242 lines (165 loc) · 3.93 KB

My-MyBatis Plugin Changelog

Unreleased

2.1.5 - 2023-03-05

Changed

  • Update icon
  • 图标更新

Fixed

  • Fix issues
  • 修复了一些问题

2.1.4

Fixed

  • Fix issues
  • 修复了一些问题

2.1.3

Changed

  • Reduce the scope when parse xml
  • 减小了解析 XML 时影响的文件

Fixed

  • Fix parse the item attribute in <foreach />
  • 修复了 <foreach > 中的 item 属性的解析

2.1.2

Fixed

  • Add escape single quote
  • 添加对单引号的转义

2.1.1

Fixed

  • Fix xml resolve class alias #14
  • Fix generator loss field
  • 修复了 xml 中类别名的解析 #14
  • 修复了 mbg 会丢失字段的问题

2.1.0

Changed

  • Migrate to Kotlin UI DSL Version 2
  • Use inner method to get db password
  • Allow copy log directly
  • 迁移到 Kotlin UI DSL Version 2
  • 使用内部方法获取 db 密码
  • 可以直接复制日志

Fixed

  • Fix param completion in <foreach/> with the collection's type is java.lang.Collection
  • 修复了 <foreach/> 标签内 collection 类型为 Collection 时的参数提示

2.0.6

Fixed

  • Mapper interface check ignore some method #11
  • mapper 接口检查忽略基于注解和 default 方法 #11

2.0.5

Add

  • Generator allow remove table prefix and suffix with regex
  • Generator add model type as generic when rootInterface has generic param T
  • Generator 允许通过正则去除标名的前缀和后缀
  • Generator 在生成接口时如果设置了 rootInterface 并且有泛型参数 T 时会将 model 的类型作为接口泛型

2.0.4

Changed

  • Compatible with 2021.3
  • 适配 2021.3

2.0.3

Changed

  • Improve xml reference
  • 改进xml解析

2.0.2

Added

  • Add check if mapper method was bind to valid xml tag
  • Custom the pattern of file's name that generated by mbg
  • 添加检查是否 mapper 的方法被绑定到合法的 xml 标签上
  • 可以自定义 mbg 生成的文件的名称格式

Changed

  • Improve xml reference
  • Show mbg warnings
  • 改进 xml 解析
  • 显示 mbg 生成的警告

2.0.1

Changed

  • Compatible with 2021.2
  • Improve MyBatis Generator
  • Remove duplicate method and field in xml code completion
  • 适配 2021.2
  • 改进 MyBatis Generator
  • 删除 xml 代码提示中字段和方法的重复项

Fixed

  • Fix reference in sql
  • 修复 sql 中的代码跳转

2.0.0

Added

  • Add localization

Changed

  • Rewrite with kotlin
  • Improve UI
  • Improve XML completion and navigation

1.3.0

Added

  • Add mybatis generator

1.2.9

Fixed

  • Fix issues#6
  • Fix param contributor

1.2.8

Fixed

  • Fix param contributor
  • Fix tool window scale

1.2.7

Fixed

  • Fix param contributor

1.2.6

Fixed

  • Fix issues

1.2.5

Added

  • Add clean button in tool window

Fixed

  • Fix issues

1.2.4

Added

  • Add XML completion
  • Add Xml reference jump

1.2.3

Changed

  • Compatible with 2020.2

1.2.2

Added

  • Add tool window

Changed

  • Rewrite dialog
  • Replace druid sql parser with jsqlparser

Fixed

  • Fix issues

1.2.1

Added

  • Add tool window

Changed

  • Rewrite dialog
  • Replace druid sql parser with jsqlparser

Fixed

  • Fix resultMap reference

1.2.0

Added

  • Add tool window

Changed

  • Rewrite dialog
  • Replace druid sql parser with jsqlparser

1.1.4

Added

  • Add xml reference

Fixed

  • Fix issues

1.1.3

Added

  • Add xml reference

Fixed

  • Fix issues

1.1.2

Added

  • Add xml reference

Fixed

  • Fix issues

1.1.0

Added

  • Add mapper navigation

Changed

  • Modify sql dialog font to Jetbrains Mono

Fixed

  • Fix issues

1.0.1

Added

  • Add log format