-
Notifications
You must be signed in to change notification settings - Fork 43
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
add remove-ember-data-is-new-serializer-api command #96
add remove-ember-data-is-new-serializer-api command #96
Conversation
@@ -82,12 +82,21 @@ program | |||
}); | |||
|
|||
program | |||
.command('replace-needs-with-injection [path]') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fivetanley it looks like the description here is incorrect? :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, not the description but the command.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
u caught me copying
and pasting
trying to catch me hackin'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍝
@fivetanley thanks! Looks good, can you fix the 🍝 issue and then I'll merge and release :) |
This adds a handy command for removing all the `isNewSerializerAPI` properties in serializers after you've finished upgrading.
Sorry, closed by mistake |
6afc08a
to
fdabd66
Compare
cool, think i got it! |
@fivetanley released under https://github.com/abuiles/ember-watson/releases/tag/v0.8.1 thanks :) |
This adds a handy command for removing all the
isNewSerializerAPI
properties in serializers after you've finished upgrading.