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

Fix deprecation until versions #1995

Merged
merged 2 commits into from
Oct 31, 2019
Merged

Fix deprecation until versions #1995

merged 2 commits into from
Oct 31, 2019

Conversation

marcoow
Copy link
Member

@marcoow marcoow commented Oct 30, 2019

When deprecating the rejectWithResponse for the Devise and OAuth2PasswordGrant authenticators, we put the wrong until version in the deprecation - that version should be 3.0.0 of course, not 2.0.0 which is the version the deprecations were introduced with.

This also updates all previous deprecations that we took over from 1.x and didn't actually remove in 2.0.0 to now say until: '3.0.0'.

@marcoow marcoow added the bug label Oct 30, 2019
@sdebarros
Copy link
Contributor

@marcoow we should have updated all deprecation notices when releasing 2.0 😳https:/simplabs/ember-simple-auth/blob/ad52181f2995c53bddbc217776a179eadd3e40a0/addon/authenticators/devise.js#L87 for instance.

@marcoow
Copy link
Member Author

marcoow commented Oct 30, 2019

@marcoow we should have updated all deprecation notices when releasing 2.0 😳

Ouch, you're right of course 🤦‍♂ I fixed it now.

@marcoow marcoow changed the title Fix rejectWithResponse deprecation until versions Fix deprecation until versions Oct 30, 2019
@marcoow marcoow merged commit 7f02fb7 into master Oct 31, 2019
@delete-merged-branch delete-merged-branch bot deleted the fix-deprecations branch October 31, 2019 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants