Releases: TongchengOpenSource/smart-doc
Releases · TongchengOpenSource/smart-doc
smart-doc-1.7.3
New Features
- HTML5 doc support dropdown.
- ApiMethodDoc add methodId and name field.
Bug Fixes
- Fix bug #I13R3K on Gitee
- Fix bug #I13NR1 on Gitee
smart-doc-1.7.2
New Features
- Support Spring Mvc @RequestHeader annotation.
- Support Javadoc @APinote tag.
- Support Spring Mvc @RequestParam set value and default value.
- Support Spring Mvc ResponseEntity return data analysis.
- Support inner class analysis.
Bug Fixes
- Fix line break processing errors.
- Optimize the documentation generated by AllInOne template. Third-party js library support is not friendly.
- Fix analysis error,see Gtiee ##I13NR1, #I135PG.
smart-doc-1.7.1
New Features
- Support @requestHeader annotation.
Bug Fixes
- Fix line break processing errors.
- Optimize the documentation generated by AllInOne template. Third-party js library support is not friendly.
This is Deprecated, Please upgrade to 1.7.2.
smart-doc-1.7.0
New Features
- Support generating HTML documentation.
- Support generating AsciiDoc documentation.
- Added api document data interface.
- Supports the derivation of asynchronous interface returns such as Callable, Future, CompletableFuture.
- Support Spring Boot Web Flux (Controller mode writing).