Michael Ficarra
|
07dc2b696b
fix node 0.6 SSL error during tests
|
11 years ago |
Michael Ficarra
|
8b98875f8d
fixes #10: document "field" selector
|
11 years ago |
Michael Ficarra
|
fe32012086
fixes #22: document class selector
|
11 years ago |
Michael Ficarra
|
140ea703d6
link selectors in README to CSS docs
|
11 years ago |
Michael Ficarra
|
0c989ea403
change demo link to use index.html; http://jrfeenst.github.io/esquery/
|
11 years ago |
Michael Ficarra
|
f22ae8998b
remove demo.html from master branch; it now lives only in gh-pages
|
11 years ago |
Michael Ficarra
|
6031ae0b4f
add make target for browser bundle
|
11 years ago |
Michael Ficarra
|
a539c70373
fixes #18: add test for numeric attribute selector
|
11 years ago |
jrfeenst
|
49584715ab
Merge pull request #19 from michaelficarra/GH-6
|
11 years ago |
jrfeenst
|
b5323f7626
Merge pull request #20 from michaelficarra/GH-16
|
11 years ago |
Michael Ficarra
|
33d64d95ab
make class selectors case insensitive
|
11 years ago |
Michael Ficarra
|
8dbce52625
fixes #6: add selector for classes of node types
|
11 years ago |
Michael Ficarra
|
9f32c8f217
fixes #16: allow attribute selector to match non-String values
|
11 years ago |
Joel Feenstra
|
e81ac4686f
Update the version number in prep for release.
|
11 years ago |
jrfeenst
|
a31399fe6b
Merge pull request #14 from michaelficarra/peg-parser
|
11 years ago |
jrfeenst
|
4a1ce96fd4
Merge pull request #15 from michaelficarra/no-assignment-in-tests
|
11 years ago |
Michael Ficarra
|
d2c4fb968f
move assignments out of tests
|
11 years ago |
Michael Ficarra
|
515f920417
fixes #11: generate parser using PEG.js; fixes #7; fixes #9
|
11 years ago |
jrfeenst
|
423ee6f6eb
Merge pull request #12 from michaelficarra/rewrite
|
11 years ago |
Michael Ficarra
|
1e3057e5ca
manually lift variable declarations to top of scope
|
11 years ago |
Michael Ficarra
|
9014edcf6b
death by 1000 gratuitous braces
|
11 years ago |
Michael Ficarra
|
99985668bf
refactor, clean up, and comment sibling, adjacent, and nthChild
|
11 years ago |
Michael Ficarra
|
40aaeb1440
DRY sibling, adjacent, nth-child, and nth-last-child matchers
|
11 years ago |
Michael Ficarra
|
84bb4f7797
implement arbitrary subject matching; fix sibling and adjacent matches
|
11 years ago |
Michael Ficarra
|
0e2f652ecb
add comments
|
11 years ago |
Michael Ficarra
|
83aa67afe4
consistent styling
|
11 years ago |
Michael Ficarra
|
f612a2f19e
use consistent (node, selector) ordering for interfaces
|
11 years ago |
Michael Ficarra
|
68515da350
fix field implementation
|
11 years ago |
Michael Ficarra
|
4c707914fa
rewrite
|
11 years ago |
Joel Feenstra
|
238960c39a
Make node type matching case insensitive.
|
11 years ago |