Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 692 Bytes

CHANGELOG.md

File metadata and controls

32 lines (23 loc) · 692 Bytes

V1.4

  1. support export markdown.
  2. compare different api to last version.
  3. supoort @author
  4. ignore HttpServletRequest,HttpSession and some inner class.
  5. fix some bugs.

V1.4.1

  1. support ResponseEntity in SpringBoot
  2. use reflection when JavaBean without java source code
  3. fix some bugs

V1.4.2

  1. @Ignore 支持类和接口方法
  2. 修复泛型继承bug
  3. 修复List类型参数不显示bug
  4. 修复内部枚举类bug

V1.4.3

  1. 修复List返回值的bug
  2. 修复void方法bug
  3. 添加resultString自定义返回字符串
  4. 修复枚举类型参数bug

V1.4.4

  1. 修复LocateDate类型bug
  2. 修复反射模式下由于notNull引起的NullPoint异常