Releases: TongchengOpenSource/smart-doc
Releases · TongchengOpenSource/smart-doc
smart-doc-2.1.0
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
New Features
- Support UUID and ZonedDateTime field types, #89 .
- Add Torna support for document automation .
smart-doc-2.0.8
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
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
Bug Fixes
- Enhance the analysis and compatibility of historical codes.
- Fix #81 .
smart-doc-2.0.5
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
Bug Fixes
- Fix json format.
smart-doc-2.0.3
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
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
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.