Skip to content

Releases: TongchengOpenSource/smart-doc

smart-doc-v2.6.7

28 Mar 15:12
069f4bc
Compare
Choose a tag to compare
Merge pull request #464 from shalousun/master

update: license

smart-doc-v2.6.6

09 Mar 06:40
Compare
Choose a tag to compare
release 2.6.6

smart-doc-v2.6.5

27 Feb 13:56
ef86128
Compare
Choose a tag to compare
Merge pull request #440 from shalousun/master

release 2.6.5

smart-doc-2.2.7

16 Sep 03:40
Compare
Choose a tag to compare

Bug Fixes

  • Fix css reference error in dubbo document.
  • Fix grouping logic errors.
  • Fix the bug of replacing incorrectly when the path constants are similar.
  • JSR303 group optimization, the group field marked with Null will no longer be displayed in the document.

smart-doc-2.2.6

16 Sep 03:34
Compare
Choose a tag to compare

Bug Fixes

  • Fix html document static resource reference error.
  • Modify the grouping strategy, do not group when the group option is not set.
  • Fix catalog item search error after grouping.
  • Optimize the maven plugin prompt.

smart-doc-2.2.5

16 Sep 03:28
Compare
Choose a tag to compare

This version is deprecated.

smart-doc-2.2.4

28 Aug 03:29
Compare
Choose a tag to compare

New Features

  • Added support for jsr303 @SiZe and @Length.
  • Added isReplace option.

Bug Fixes

  • Fix the error when the dictionary code is pushed to torna.
  • Fix html template style error.
  • Fix postman error #I41G2E.

smart-doc-2.2.3

28 Aug 03:16
Compare
Choose a tag to compare

New Features

  • Add pathPrefix option to configure web context .
  • Support parsing constants in request headers .
  • Support using JsonIgnoreProperties and JSONType annotations to ignore fields .
  • Support the configuration of the global request parameters set in the add interceptor, ##132.

Bug Fixes

  • Modify the issue that allInOneDocFileName is invalid for some documents, #131.
  • Fix the problem that some types of mocks are not pushed to Torna.

smart-doc-2.2.2

17 Jul 17:07
Compare
Choose a tag to compare

New Features

  • Add ignore HttpServlet object .
  • Built-in Jpa Pageable paging processing. Like swagger PageableAsQueryParam.
  • The gradle plugin adds support for gradle 7.x version

Enhancement

  • Enhance the processing of html special characters in the document, and solve the display error after html rendering.
  • Enhanced request header settings to support configuring two attributes urlPatterns and excludePathPatterns to match the corresponding interface.
  • Optimized the prompt of the maven plug-in. The path of the loaded code can be printed to the console.
  • Enhance the configuration of packageFilters, which can be configured using regular expressions

Bug Fixes

  • Fix the problem of smart-doc parsing errors when using regular expressions in URLs.
  • Fix json formatting error .
  • Fix dictionary code template error , #119 .
  • Fix the data error of dubbo rpc interface document pushed to torna .
  • Fix the bug that fields with the same name from different classes in customResponseFields and customRequestFields are overwritten

smart-doc-2.2.1

17 Jul 16:52
Compare
Choose a tag to compare
  • Remove unnecessary System.out.print printing in the code.