Releases: TongchengOpenSource/smart-doc
Releases · TongchengOpenSource/smart-doc
smart-doc-1.8.3
Enhancement
- Support multiple presentation of multiple authors into a document.
- Supports reading comments from the getter or setter methods of the java interface as field comment information.
Bug Fixes
- Modify the default encoding to UTF-8.correctly.
smart-doc-1.8.2
New Features
- Added @validated grouping support.
Bug Fixes
- Fixed the problem that the input parameters of Date type interface could not be displayed in the document correctly.
- Fix wrong title setting in document template.
- Fixed parsing errors of array type interface input parameters.
smart-doc-1.8.1
New Features
- Added @deprecated annotation interface support.
Bug Fixes
- Fix the bug that the request example put the header into the common parameter after the 1.8.0 refactor.
- Fix the parameter without the parameter information after @validated annotation.
- Upgrade and release the smart-doc-maven-plugin 1.0.2 plugin to solve the problem of using the plugin in the maven project.
smart-doc-1.8.0
New Features
- Enhanced support for spring mvc form parameter binding.
- Merge github book html5 template from fork branch, add search and anchor.
- Added custom @mock tag for specifying field mock value of JavaBean
- Enhanced support for jsr303 validation annotations.
- Enhanced support for spring mvc file upload parameter binding.
Bug Fixes
smart-doc-1.7.9
New Features
- Release smart-doc-maven-plugin 1.0.0.
- Support show author.
- Added ApiDataBuilder to get document data generated by smart-doc, including header, dictionary, error code, etc.
- Support for binding arrays using @PathVariable annotation
Bug Fixes
- Fix request error generated by smart-doc. #9
smart-doc-1.7.8
smart-doc-1.7.7
New Features
- Optimized the parsing of java.util.concurrent.ConcurrentMap.
Bug Fixes
- Fix bug of creating json example for timestamp type field.
- Fix the problem of smart-doc analysis error when multiple sets of values in the Spring Boot url path.
- Modify some URLs to generate white space.
smart-doc-1.7.6
New Features
- Add request parameter enum field parsing (trial function).
Bug Fixes
- Solve the problem of repeated header rendering to the document.
- Solve null pointer error without setting dataDictionaries.
smart-doc-1.7.5
New Features
- Optimize the title of the error list in the document to display Chinese or English according to locale changes.
- Supports circular dependency analysis.
- Support setting project name as first-level title of markdown.
- Add an overlay configuration item that generates AllInOne. By default, the version number is not automatically overwritten.
- Added the ability to enumerate dictionary codes to a document.
Bug Fixes
- Solve the bug that the internal classes in the external jar of the project generate documentation errors.
- Modified the display of Content-Type of the interface when uploading using SpringMvc or SpringBoot.
- Modify the html link jump error caused by the same method comment.
smart-doc-1.7.4
New Features
- Optimize the title display of the error list, after optimization, change according to language settings.
- Optimize the AllInOne.md template, and the generated interface document automatically adds serial numbers.
Bug Fixes
- Fix bug #I1426C on Gitee.
- Fix bug #I13ZAL on Gitee.
- Fix bug #I13U4C on Gitee.