Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 959 Bytes

CHANGELOG.md

File metadata and controls

53 lines (31 loc) · 959 Bytes

Change Log - @azure-tools/openapi

This log was last generated on Wed, 08 Sep 2021 15:39:22 GMT and should not be manually modified.

3.2.1

Wed, 08 Sep 2021 15:39:22 GMT

Patches

  • Types update
  • Tweaks types to allow string enums value to accept string literals

3.2.0

Mon, 19 Jul 2021 15:15:42 GMT

Minor changes

  • Drop support for node 10
  • Update include/exclude x-dash properties utils types

3.1.3

Thu, 20 May 2021 16:41:13 GMT

Patches

  • Update includeXDashProperties

3.1.2

Tue, 27 Apr 2021 17:48:43 GMT

Patches

  • Update deprecatable models
  • Fix SecurityRequirement type incorectly defining scopes as string instead of string[]

3.1.1

Tue, 16 Mar 2021 15:52:56 GMT

Patches

  • Bump dependencies versions

3.1.0

Thu, 04 Feb 2021 19:05:18 GMT

Minor changes

  • Change types from using : Optional<T> to ?: T

Patches

  • Internal: Moved from Azure/perks and update formatting