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

BREAKING: allow id option to be passed through to built-ins, enforce single path rule #53

Merged
merged 2 commits into from
Apr 21, 2015

Conversation

Rich-Harris
Copy link
Contributor

The second part of #49 (comment). This causes an error to be thrown if you do node.grab('foo', 'bar') instead of node.grab('foo/bar'), and allows an options object (containing an id) to be passed through to the grab, moveTo, include and exclude builtins.

@Rich-Harris
Copy link
Contributor Author

It's a breaking change, so this'd need to be a 0.9 release.

Rich-Harris added a commit that referenced this pull request Apr 21, 2015
BREAKING: allow id option to be passed through to built-ins, enforce single path rule
@Rich-Harris Rich-Harris merged commit ff39e48 into master Apr 21, 2015
@Rich-Harris Rich-Harris deleted the builtins-options branch April 21, 2015 14:22
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.

1 participant