Skip to content

Releases: orca-team/vscode-tswagger

v1.3.3

28 Jan 11:52
Compare
Choose a tag to compare

Changed

  • Modify start command title.

v1.3.2

26 Jan 06:55
Compare
Choose a tag to compare

Changed

  • Add query params of the delete method in the path.

v1.3.1

26 Jan 04:30
Compare
Choose a tag to compare

Fixed

  • Update local file failed if not renaming.

v1.3.0

20 Jan 14:31
Compare
Choose a tag to compare

Added

  • Compare the local result and latest result in the result modal.

Changed

  • Compatible with more situations of the api definition.

v1.2.8

14 Jan 03:10
Compare
Choose a tag to compare

Fixed

  • Duplicate results were generated after refresh.

v1.2.7

11 Jan 14:42
Compare
Choose a tag to compare

Changed

  • Unnecessary to rename pathParamName.

v1.2.6

10 Jan 12:18
Compare
Choose a tag to compare

Changed

  • Error notification will be closed after 5 seconds.

Fixed

  • Generate interface failed beacuse of the definition which has the name with slash.

v1.2.4

03 Jan 11:55
Compare
Choose a tag to compare

Fixed

  • Compatible with the get and delete method which has the request body params.

v1.2.3

01 Jan 07:32
Compare
Choose a tag to compare

Fixed

  • The service files exported in the entry file end with .ts extension.

v1.2.2

31 Dec 01:40
Compare
Choose a tag to compare

Added

  • Support displaying whether the api has been recorded locally.

Fixed

  • Export repetitive service files in the index.ts file.