Skip to content

Releases: swaggest/swac

v0.1.35

19 Feb 17:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.34...v0.1.35

v0.1.34

19 Dec 02:11
f0f2eef
Compare
Choose a tag to compare

What's Changed

  • Fix operation names in JS, improve Markdown formatting by @vearutop in #48

Full Changelog: v0.1.33...v0.1.34

v0.1.33

04 Aug 09:44
Compare
Choose a tag to compare
Add summary to markdown table of contents

v0.1.32

03 Aug 23:10
98ccdb2
Compare
Choose a tag to compare

What's Changed

  • Fix Markdown rendering for multiline table cells, duplicate unnamed types, operation tags by @vearutop in #47

Full Changelog: v0.1.31...v0.1.32

v0.1.31

20 Sep 13:06
47f5738
Compare
Choose a tag to compare
Update deps (#45)

v0.1.30

12 Aug 18:21
2a7a629
Compare
Choose a tag to compare
Use schema descriptions in parameters (#44)

v0.1.29: Update dependencies (#40)

28 Apr 20:49
6684225
Compare
Choose a tag to compare

Added

  • Support for PHP 8.1.
  • Dependencies update.

Fixed

  • Handling of slices of named types in Go.
  • Gateway Time Out status name in Go.

File uploads in generated Go client

02 Jan 19:20
a7fa511
Compare
Choose a tag to compare

Added

  • Support for file uploads in Go client (streaming implementation optimized for large files).
  • STDIN support (with - as file name) for schema loading.
  • Dependencies updated.

Fixed

  • Formatting in JS client.
  • Non-JSON response handling in JS client.
  • Unnecessary properties (untyped/empty bodies) in Go client responses.
  • Scalar named types in header parameters in Go client.

v0.1.27

09 Aug 10:40
bc35101
Compare
Choose a tag to compare
Fix error during decoding of a response with no content in Go client …

v0.1.26

22 Jul 13:58
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'