Skip to content

Releases: TongchengOpenSource/smart-doc

smart-doc-2.0.0

12 Dec 17:04
Compare
Choose a tag to compare

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

06 Dec 07:50
Compare
Choose a tag to compare

Bug Fixes

  • Fix error while use SpringMVC ResponseBodyAdvice.

smart-doc-1.9.9.1

06 Dec 04:43
Compare
Choose a tag to compare

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

21 Nov 07:57
Compare
Choose a tag to compare

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

07 Nov 15:26
Compare
Choose a tag to compare

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

24 Oct 07:46
Compare
Choose a tag to compare

New Features

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

09 Oct 16:07
Compare
Choose a tag to compare

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

24 Sep 16:55
Compare
Choose a tag to compare

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

05 Sep 06:49
Compare
Choose a tag to compare

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

29 Aug 15:22
Compare
Choose a tag to compare

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.