Releases: TongchengOpenSource/smart-doc
Releases · TongchengOpenSource/smart-doc
smart-doc-2.0.0
New Features
- Support open api grouping.
- Support to create debug page.
Bug Fixes
- Optimize the support of openapi 3.0 document specification, fix some bugs.
- Optimize the support of postman collection 2.0 and fix some bugs.
smart-doc-1.9.9.2
Bug Fixes
- Fix error while use SpringMVC ResponseBodyAdvice.
smart-doc-1.9.9.1
New Features
- Support verification and analysis of basic type parameters on the controller.
Bug Fixes
- Fix error when there is a non-path mapping method in the controller of version 1.9.9.
smart-doc-1.9.9
New Features
- Added support for parsing the path attribute of @RequestMapping annotation.
Bug Fixes
- Fix the bug in 1.9.8 enabling strict check comment mode.
- Fix parsing error when using generic array parameters.
- Fix the array parsing error in ResponseEntity.
- Fix the document serial number error after the controller method is labeled ignore.
- Fix the problem that the formdata form in postman does not display description information.
Enhancement
- The html5 allInOne template supports code highlighting.
smart-doc-1.9.8
New Features
- Add support for abstract Controller.
- Support Spring MVC ResponseBodyAdvice general interface response
Bug Fixes
- Fix name resolution error for Alibaba version dubbo annotation.
- Fix mock value generation error
- Fix the bug that fields may be duplicated when the JAVA class inherits the base class and implements the interface at the same time.
Enhancement
- Ignore the analysis of java.lang.Class.
smart-doc-1.9.7
New Features
- Support alibaba dubbo.
- Support @RequestMapping headers.
Bug Fixes
- Fix generic inheritance parsing error.
Enhancement
- Optimize the smart-doc gradle plug-in to improve the user experience under multiple modules.
smart-doc-1.9.6
New Features
- Add display switch control of generic actual type.
Bug Fixes
- Fix #56 .
- Fix RequestParam annotation parsing error.
- Fix generic inheritance parsing error.
- Modify the default value of serverUrl to an empty string.
Enhancement
- Optimize the smart-doc maven plug-in to improve the user experience under multiple modules.
smart-doc-1.9.5
Bug Fixes
- Set required to false when Spring Web interface parameters are not annotated.
- Increase adaptive for html documents of non-all in one template.
smart-doc-1.9.4
New Features
- Add order taglet to support api sorting
Enhancement
- Optimize duplicate code.
Bug Fixes
- Fix the problem of spaces when using constants as paths in the base URL.
smart-doc-1.9.3
Bug Fixes
- Fix the error that the space of the parameter value of the Get request use case is forced to be removed.
- Fix the error of parameter conversion into tree structure.
- Fix template rendering errors.
- Fix the error in handling of MultipartFile file upload parameters.