Skip to content

Latest commit

 

History

History
113 lines (63 loc) · 2.11 KB

File metadata and controls

113 lines (63 loc) · 2.11 KB

@common-grants/cli

0.3.1

Patch Changes

  • c2b9145: Updates dependencies

0.3.0

Minor Changes

  • 9f86b7b: Supports checking APIs against the v0.3.0 CommonGrants OpenAPI spec.

    Enables CLI users to check against the v0.3.0 CommonGrants OpenAPI spec. This will be the new default version when running cg check spec

    Users can still validate against previous versions of the CommonGrants OpenAPI spec by specifying the --protocol-version flag. For example:

    cg check spec openapi.yaml --protocol-version 0.2.0

0.2.5

Patch Changes

  • 4ad6c73: Updates dependencies
    • Updates both @common-grants/core and @common-grants/cli to use the latest TypeSpec library versions
    • Updates @common-grants/cli to reference @common-grants/core as a dev dependency instead of a direct dependency

0.2.4

Patch Changes

  • 7879307: Bumping version to fix release/tags issue

0.2.3

Patch Changes

  • a24bcc0: Fix type comparison for OpenAPI spec in check spec

0.2.2

Patch Changes

  • f5187cb: Updates dependencies
  • Updated dependencies [f5187cb]
    • @common-grants/core@0.2.3

0.2.1

Patch Changes

  • Updated dependencies [300e191]
    • @common-grants/core@0.2.2

0.2.0

Minor Changes

  • d19c7b8: Adds support for checking against multiple protocol versions

    Enables users to specify which protocol version they want to check their API against.

    cg check spec --protocol-version 0.1.0

0.1.6

Patch Changes

  • 6edb983: Fix circular reference bug in cg check spec

0.1.5

Patch Changes

  • Updated dependencies [e50db9c]
    • @common-grants/core@0.2.1

0.1.4

Patch Changes

  • Updated dependencies [66b75a7]
    • @common-grants/core@0.2.0

0.1.3

Patch Changes

  • 4ccacfc: Fix bug in version command

0.1.2

Patch Changes

  • 57c75e7: Update checkSpec command to not throw error when optional props are missing

0.1.1

Patch Changes

  • Updated dependencies [81ab1fe]
    • @common-grants/core@0.1.1

0.1.0

Minor Changes

  • b26d075: Extend check spec to support OpenAPI v3.1 and remove alpha tag from CLI version number