Skip to content

Releases: TongchengOpenSource/smart-doc

smart-doc-2.1.0

21 Mar 06:45
Compare
Choose a tag to compare

New Features

  • Postman url add protocol.
  • Add ignoreParams tag.
  • Support the url suffix of the old SpringMVC project.

Bug Fixes

  • Fix the bug of pushing documents to torn .

smart-doc-2.0.9

13 Mar 15:46
Compare
Choose a tag to compare

New Features

  • Support UUID and ZonedDateTime field types, #89 .
  • Add Torna support for document automation .

smart-doc-2.0.8

13 Mar 15:43
Compare
Choose a tag to compare

Bug Fixes

  • Repair parameter comment loss of file upload .
  • Fix 2.0.7 added the missing comment bug when parsing the parent class field after ignoring interface methods .
  • Modify the conversion of byte type to int8 .

smart-doc-2.0.7

30 Jan 14:18
Compare
Choose a tag to compare

New Features

  • Support rewriting to ignore the implementation in the default interface,#75.

Bug Fixes

  • Fix the context-path missing in postman url .
  • Fixed an out-of-bounds error in path parameter parsing with regular expressions. .
  • Fix the display error of custom mock values of field types such as array and map.
  • Fix the processing error of a single header in the mapping headers attribute.

smart-doc-2.0.6

18 Jan 12:33
Compare
Choose a tag to compare

Bug Fixes

  • Enhance the analysis and compatibility of historical codes.
  • Fix #81 .

smart-doc-2.0.5

09 Jan 14:14
Compare
Choose a tag to compare

Bug Fixes

  • Fix the array out of bounds when the collection type is used as the input parameter and the output parameter is not generic.
  • Fix #80 .

smart-doc-2.0.4

01 Jan 13:22
Compare
Choose a tag to compare

Bug Fixes

  • Fix json format.

smart-doc-2.0.3

01 Jan 07:07
Compare
Choose a tag to compare

Bug Fixes

  • Fix header syntax error of curl command on debug page.
  • Fix the bug that the json parameter input box on the debug page is not allowed to paste small texts.
  • Fix Error analyzing the built-in DubboSwaggerService interface of dubbo #77.

smart-doc-2.0.2

27 Dec 06:00
Compare
Choose a tag to compare

New Features

  • The debug page supports dynamically updating the curl command according to the request.
  • The debug page supports static page rendering test.
  • Support display of generic enumeration values in collection type fields.
  • Highlight support is added to the debug page.

Enhancement

  • Optimize the file download test in the debug page.
  • Optimize enum entry test sample.
  • Optimize the type display of set and other collection classes in the document. #76 .
  • Support annotations such as JsonValue to process enumeration serialization.

Bug Fixes

  • Fix null pointer exception when creating openapi.
  • Fix debug page does not use mock values to fill input problems. #74 .

smart-doc-2.0.1

19 Dec 14:58
Compare
Choose a tag to compare

New Features

  • The debug page supports file upload and download.

Enhancement

  • HTML documents support interface title search.
  • Remove the flexmark dependency, delete the old non-allInOne template, and unify the h5 document style

Bug Fixes

  • Fix some parameter type mock value error.