Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor!: Removed backwards compatibility for getDeveloperVars(). #6385

Merged
merged 1 commit into from
Aug 25, 2022

Conversation

gonfunko
Copy link
Contributor

The basics

  • I branched from develop
  • My pull request is against develop
  • My code follows the style guide
  • I ran npm run format and npm run lint

The details

Proposed Changes

Removes checks for getDeveloperVars(), which was deprecated and replaced by getDeveloperVariables() 4 years ago.

Behavior Before Change

getDeveloperVars() method would be called if present.

Behavior After Change

Only getDeveloperVariables() will be invoked.

@gonfunko gonfunko requested a review from a team as a code owner August 25, 2022 16:16
@rachel-fenichel rachel-fenichel added type: cleanup component: developer apis breaking change Used to mark a PR or issue that changes our public APIs. labels Aug 25, 2022
@gonfunko gonfunko merged commit 3bc42c5 into google:develop Aug 25, 2022
@gonfunko gonfunko deleted the developerVars branch August 25, 2022 20:32
@gonfunko
Copy link
Contributor Author

gonfunko commented Oct 3, 2022

Workaround if this breaks you: update uses to getDeveloperVars() to getDeveloperVariables().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Used to mark a PR or issue that changes our public APIs. component: developer apis type: cleanup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants