Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

58 lines (35 loc) · 1.07 KB

Change Log - @cadl-lang/openapi

This log was last generated on Mon, 13 Jun 2022 23:42:28 GMT and should not be manually modified.

0.10.0

Mon, 13 Jun 2022 23:42:28 GMT

Minor changes

  • Uptake changes to decorator context

0.9.0

Fri, 06 May 2022 17:19:57 GMT

Minor changes

  • Move decorators into OpenAPI namespace
  • Remove node 14 support
  • Add shared helpers for OpenAPI 2 and 3 emit

0.8.0

Thu, 31 Mar 2022 17:10:49 GMT

Minor changes

  • Update @extension to allow value to be a complex object or array
  • @defaultResponse set status code for model

0.7.0

Wed, 09 Mar 2022 17:42:09 GMT

Minor changes

  • Added @externalDocs decorator to specify externalDocs OpenAPI field

0.6.1

Tue, 15 Feb 2022 22:35:02 GMT

Version update only

0.6.0

Mon, 14 Feb 2022 03:01:07 GMT

Minor changes

  • refactor status code handling to http library
  • Validate @extension decorator extension name start with x-
  • Update decorators to take in api change

Patches

  • Bump dependency versions

0.5.1

Fri, 04 Feb 2022 18:00:18 GMT

Initial release