Releases: TongchengOpenSource/smart-doc
Releases · TongchengOpenSource/smart-doc
smart-doc-v2.6.7
Merge pull request #464 from shalousun/master update: license
smart-doc-v2.6.6
release 2.6.6
smart-doc-v2.6.5
Merge pull request #440 from shalousun/master release 2.6.5
smart-doc-2.2.7
Bug Fixes
- Fix css reference error in dubbo document.
- Fix grouping logic errors.
- Fix the bug of replacing incorrectly when the path constants are similar.
- JSR303 group optimization, the group field marked with Null will no longer be displayed in the document.
smart-doc-2.2.6
Bug Fixes
- Fix html document static resource reference error.
- Modify the grouping strategy, do not group when the group option is not set.
- Fix catalog item search error after grouping.
- Optimize the maven plugin prompt.
smart-doc-2.2.5
This version is deprecated.
smart-doc-2.2.4
smart-doc-2.2.3
New Features
- Add pathPrefix option to configure web context .
- Support parsing constants in request headers .
- Support using JsonIgnoreProperties and JSONType annotations to ignore fields .
- Support the configuration of the global request parameters set in the add interceptor, ##132.
Bug Fixes
- Modify the issue that allInOneDocFileName is invalid for some documents, #131.
- Fix the problem that some types of mocks are not pushed to Torna.
smart-doc-2.2.2
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
smart-doc-2.2.1
- Remove unnecessary System.out.print printing in the code.