We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Comparison between 0.6.2 and 0.6.1.
This bug is available in the latest version of the deepcopy (0.6.2), the version (0.6.1) if fine.
Code
var services = { 'name': 'datatable_users', 'path': '/datatable/users', 'method': 'get', 'params': { 'aaa': { 'required': false } } }; console.log(deepcopy(services));
Output
{ name: 'datatable_users', path: '/datatable/users', method: 'get', params: 'get' }
The params gets the value of the previous key.
params
The text was updated successfully, but these errors were encountered:
added test for #11, #12
28efe08
fixed #10, #11, #12
5f532e6
I fixed it. Thanks!
Sorry, something went wrong.
No branches or pull requests
Comparison between 0.6.2 and 0.6.1.
This bug is available in the latest version of the deepcopy (0.6.2), the version (0.6.1) if fine.
Code
Output
The
params
gets the value of the previous key.The text was updated successfully, but these errors were encountered: