Skip to content

Releases: simioni/nest-standard-response

release-v1.2.2

18 Oct 22:33
Compare
Choose a tag to compare

@StandardResponse now accepts undefined as a return type for routes that dont return anything (like http 204: no content), and will produce an empty swagger schema for it.

V1.2.0

18 Oct 13:58
Compare
Choose a tag to compare

You can now pass an HTTP status code in the @StandardResponse() decorator auto-documentation options to configure standard responses for codes other than 200.

release-v1.1.2

17 Oct 12:51
Compare
Choose a tag to compare