-
Notifications
You must be signed in to change notification settings - Fork 299
Rest Framework <-> Ember Data key format conversion #15
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
Conversation
@gaker any chance for a merge?
This looks good to me @gaker. I'm ok with merge if you're 👍
@gaker ?
Rest Framework <-> Ember Data key format conversion
@erichonkanen thanks for this and sorry about the delay. I want to get a couple more things in yet and then will tag another release
@jerel np, thanks for the merge! looks like error with test build but it should be quick fix...
@erichonkanen yeah, the tests passed when your PR was opened and I didn't think to rerun them. Consequently I'm guessing most if not all of the errors stem from the new DRF version.
Added camelize/pluralize/underscore conversion via format_keys function with optional usage via new settings values. Updated README.
(Cleaned up commit history).