2.2.2
版本发布时间: 2021-07-18 01:07:07
TongchengOpenSource/smart-doc最新发布版本:3.0.8(2024-09-16 11:10:42)
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