Skip to content

Releases: orca-team/vscode-tswagger

v1.2.1

20 Dec 01:11
Compare
Choose a tag to compare

Changed

  • Modify the result modal title.

v1.2.0

19 Dec 12:45
Compare
Choose a tag to compare

Added

  • Support to map the basePath by adding basePathMapping config.

Fixed

  • Cannot generate correct request ts type of the array schema type.

v1.1.1

17 Dec 14:26
Compare
Choose a tag to compare

Fixed

  • Cannot show the diff content after renaming the interface.

v1.1.0

15 Dec 00:10
Compare
Choose a tag to compare

Changed

  • Compatible with the post and put method which has the query params.

Fixed

  • Duplicate generated interface name because of the same operationId.
  • Missing FormData type in the rename modal.

v1.0.9

13 Dec 11:04
Compare
Choose a tag to compare

Fixed

  • Generate wrong optional property.

v1.0.8

12 Dec 08:19
Compare
Choose a tag to compare

Fixed

  • Generate other interfaces failed in the same group.

v1.0.7

12 Dec 01:11
Compare
Choose a tag to compare

Fixed

  • Missing types caused by tsType.

v1.0.6

11 Dec 23:46
Compare
Choose a tag to compare

Fixed

  • Convert recursive array items failed.

v1.0.5

05 Sep 15:15
Compare
Choose a tag to compare

Fixed

  • Generated interface name does not match (#2).

v1.0.4

04 Sep 12:39
Compare
Choose a tag to compare

Fixed

  • Unable to generate typescript when opens local swagger json file