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

Array prefixes do not get resolved #11

Closed
wilmoore opened this issue Dec 15, 2014 · 0 comments · Fixed by #23
Closed

Array prefixes do not get resolved #11

wilmoore opened this issue Dec 15, 2014 · 0 comments · Fixed by #23
Assignees
Labels
Milestone

Comments

@wilmoore
Copy link
Owner

For example [1].blah does not work while blah[1].blah does work. This can be resolved by simply replacing the regex and split with brackets2dots and dotsplit.

@wilmoore wilmoore added the bug label Dec 15, 2014
@wilmoore wilmoore self-assigned this Dec 15, 2014
@wilmoore wilmoore added this to the 1.0.0 milestone Dec 15, 2014
wilmoore pushed a commit that referenced this issue Jan 25, 2016
- Drop support for traversing into falsey objects (fixes #22)
- Failing on undefined param (fixes #21)
- Array prefixes do not get resolved (fixes #11)
- remove automatic global handling (fixes #10)
- Convert `History.md` to `changelog.md` (keepachangelog.com).
- Drop LICENSE, Makefile, component.json, selectn.js, and test directory.
- Dropped mocha tests in favor of tape.
- Updated code style to standard.
- Added files `gitattributes` and `contributing.md`.
- Updated `readme.md`.
wilmoore pushed a commit that referenced this issue Feb 1, 2016
- Drop support for traversing into falsey objects (fixes #22)
- Failing on undefined param (fixes #21)
- Array prefixes do not get resolved (fixes #11)
- remove automatic global handling (fixes #10)
- Convert `History.md` to `changelog.md` (keepachangelog.com).
- Drop LICENSE, Makefile, component.json, selectn.js, and test directory.
- Dropped mocha tests in favor of tape.
- Updated code style to standard.
- Added files `gitattributes` and `contributing.md`.
- Updated `readme.md`.
- Drop PhantomJS testing in favor of zuul and open sauce.
- Test in browsers: latest android, chrome, firefox, safari, iphone, ie 9..latest
- Update contributing.md detailing tasks for running tests in browsers.
- Refactored readme and updated package description and package keywords.
- Add sauce matrix badge.
- Add supported browsers to readme.md.
wilmoore pushed a commit that referenced this issue Feb 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant