Skip to content

Releases: TongchengOpenSource/smart-doc

smart-doc-1.7.3

24 Oct 12:30
Compare
Choose a tag to compare

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

19 Oct 15:39
Compare
Choose a tag to compare

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

12 Oct 06:21
Compare
Choose a tag to compare

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

30 Sep 15:11
Compare
Choose a tag to compare

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).