Skip to content

Releases: TongchengOpenSource/smart-doc

smart-doc-1.8.2

13 Mar 14:06
Compare
Choose a tag to compare

New Features

Bug Fixes

  • Fixed the problem that the input parameters of Date type interface could not be displayed in the document correctly.
  • Fix wrong title setting in document template.
  • Fixed parsing errors of array type interface input parameters.

smart-doc-1.8.1

13 Mar 13:57
Compare
Choose a tag to compare

New Features

Bug Fixes

  • Fix the bug that the request example put the header into the common parameter after the 1.8.0 refactor.
  • Fix the parameter without the parameter information after @validated annotation.
  • Upgrade and release the smart-doc-maven-plugin 1.0.2 plugin to solve the problem of using the plugin in the maven project.

smart-doc-1.8.0

01 Jan 04:48
Compare
Choose a tag to compare

New Features

  • Enhanced support for spring mvc form parameter binding.
  • Merge github book html5 template from fork branch, add search and anchor.
  • Added custom @mock tag for specifying field mock value of JavaBean
  • Enhanced support for jsr303 validation annotations.
  • Enhanced support for spring mvc file upload parameter binding.

Bug Fixes

  • Fix postman json data error generated by smart-doc. #19 #16 #14 #15
  • Fix smart-doc-maven-plugin does not support maven multi-module project. #17

smart-doc-1.7.9

31 Dec 15:48
Compare
Choose a tag to compare

New Features

  • Release smart-doc-maven-plugin 1.0.0.
  • Support show author.
  • Added ApiDataBuilder to get document data generated by smart-doc, including header, dictionary, error code, etc.
  • Support for binding arrays using @PathVariable annotation

Bug Fixes

  • Fix request error generated by smart-doc. #9

smart-doc-1.7.8

31 Dec 15:39
Compare
Choose a tag to compare

New Features

  • Support setting project name in html document.
  • Add and export PostMan json data.

Bug Fixes

  • Fix smart-doc parsing endless loop when using Void type in generics. #4
  • Fixed enumeration parameter parsing with a null pointer exception. #5

smart-doc-1.7.7

01 Dec 08:16
Compare
Choose a tag to compare

New Features

  • Optimized the parsing of java.util.concurrent.ConcurrentMap.

Bug Fixes

  • Fix bug of creating json example for timestamp type field.
  • Fix the problem of smart-doc analysis error when multiple sets of values in the Spring Boot url path.
  • Modify some URLs to generate white space.

smart-doc-1.7.6

01 Dec 08:10
Compare
Choose a tag to compare

New Features

  • Add request parameter enum field parsing (trial function).

Bug Fixes

  • Solve the problem of repeated header rendering to the document.
  • Solve null pointer error without setting dataDictionaries.

smart-doc-1.7.5

01 Dec 08:05
Compare
Choose a tag to compare

New Features

  • Optimize the title of the error list in the document to display Chinese or English according to locale changes.
  • Supports circular dependency analysis.
  • Support setting project name as first-level title of markdown.
  • Add an overlay configuration item that generates AllInOne. By default, the version number is not automatically overwritten.
  • Added the ability to enumerate dictionary codes to a document.

Bug Fixes

  • Solve the bug that the internal classes in the external jar of the project generate documentation errors.
  • Modified the display of Content-Type of the interface when uploading using SpringMvc or SpringBoot.
  • Modify the html link jump error caused by the same method comment.

smart-doc-1.7.4

30 Oct 14:27
Compare
Choose a tag to compare

New Features

  • Optimize the title display of the error list, after optimization, change according to language settings.
  • Optimize the AllInOne.md template, and the generated interface document automatically adds serial numbers.

Bug Fixes

  • Fix bug #I1426C on Gitee.
  • Fix bug #I13ZAL on Gitee.
  • Fix bug #I13U4C on Gitee.

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