Skip to content

Conversation

nabiltntn
Copy link
Collaborator

When using the new intermediate flag to true, the result will include intermediate parent keys.
Exemple

var obj = {a : {b : {c : 1}}};
deepKeys(obj, true);
//=> ['a', 'a.b', 'a.b.c']

a8m added a commit that referenced this pull request Jan 21, 2016
add intermediate flag to include intermediate parent keys in the result
@a8m a8m merged commit 5867bca into a8m:master Jan 21, 2016
@a8m
Copy link
Owner

a8m commented Jan 21, 2016

Thanks, @nabiltntn
I released a new version and added you as a collaborator :shipit:

@nabiltntn nabiltntn deleted the intermed branch January 26, 2016 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants