Skip to content

smart-doc-2.2.2

Compare
Choose a tag to compare
@shalousun shalousun released this 17 Jul 17:07
· 1277 commits to master since this release

New Features

  • Add ignore HttpServlet object .
  • Built-in Jpa Pageable paging processing. Like swagger PageableAsQueryParam.
  • The gradle plugin adds support for gradle 7.x version

Enhancement

  • Enhance the processing of html special characters in the document, and solve the display error after html rendering.
  • Enhanced request header settings to support configuring two attributes urlPatterns and excludePathPatterns to match the corresponding interface.
  • Optimized the prompt of the maven plug-in. The path of the loaded code can be printed to the console.
  • Enhance the configuration of packageFilters, which can be configured using regular expressions

Bug Fixes

  • Fix the problem of smart-doc parsing errors when using regular expressions in URLs.
  • Fix json formatting error .
  • Fix dictionary code template error , #119 .
  • Fix the data error of dubbo rpc interface document pushed to torna .
  • Fix the bug that fields with the same name from different classes in customResponseFields and customRequestFields are overwritten