- c2b9145: Updates dependencies
-
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 specUsers can still validate against previous versions of the CommonGrants OpenAPI spec by specifying the
--protocol-versionflag. For example:cg check spec openapi.yaml --protocol-version 0.2.0
- 4ad6c73: Updates dependencies
- Updates both
@common-grants/coreand@common-grants/clito use the latest TypeSpec library versions - Updates
@common-grants/clito reference@common-grants/coreas a dev dependency instead of a direct dependency
- Updates both
- 7879307: Bumping version to fix release/tags issue
- a24bcc0: Fix
typecomparison for OpenAPI spec incheck spec
- f5187cb: Updates dependencies
- Updated dependencies [f5187cb]
- @common-grants/core@0.2.3
- Updated dependencies [300e191]
- @common-grants/core@0.2.2
-
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
- 6edb983: Fix circular reference bug in
cg check spec
- Updated dependencies [e50db9c]
- @common-grants/core@0.2.1
- Updated dependencies [66b75a7]
- @common-grants/core@0.2.0
- 4ccacfc: Fix bug in version command
- 57c75e7: Update checkSpec command to not throw error when optional props are missing
- Updated dependencies [81ab1fe]
- @common-grants/core@0.1.1
- b26d075: Extend check spec to support OpenAPI v3.1 and remove alpha tag from CLI version number