Skip to content

feature: operationId generator v2 compatibility mode#1283

Merged
shockey merged 4 commits intoswagger-api:masterfrom
shockey:ft/1269-op-id-generator-v2-mode
Apr 13, 2018
Merged

feature: operationId generator v2 compatibility mode#1283
shockey merged 4 commits intoswagger-api:masterfrom
shockey:ft/1269-op-id-generator-v2-mode

Conversation

@shockey
Copy link
Copy Markdown
Contributor

@shockey shockey commented Apr 13, 2018

Description

This PR adds a top-level v2OperationIdCompatibilityMode option to Swagger-Client.

Motivation and Context

Fixes #1269!

How Has This Been Tested?

I added a handful of unit tests that should cover the ID generator code, and the top-level option efficacy.

Types of changes

  • No code changes (changes to documentation, CI, metadata, etc)
  • Dependency changes (any modification to dependencies in package.json)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@shockey shockey changed the title feature: operation id generator v2 compatibility mode feature: operationId generator v2 compatibility mode Apr 13, 2018
@shockey shockey merged commit 7cec49c into swagger-api:master Apr 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Name generation changes

1 participant