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

Default field values should be added to responses as clones, rather than by reference #11

Merged
merged 1 commit into from
Apr 8, 2015

Commits on Apr 8, 2015

  1. Default field values will be returned in responses as clones, rather …

    …than the actual default field value
    
    This solves an issue where modifying responses would "pollute" default values for other queries.
    
    - Now using the `node-clone` package, version 1.0.2
    - Fixed the issue: default values will be cloned before being added to the response
    - Added a validation test
    Radagaisus committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    d9325e7 View commit details
    Browse the repository at this point in the history