0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 18 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Regenerate xpath.js from latest canopy. More... over 11 years ago
Remove trailing whitespace. More... over 11 years ago
Some README updates. More... over 11 years ago
Use strict comparators, otherwise some form selectors become too greedy. More... over 11 years ago
Implement an indexOf() shim so things work in IE8. More... over 11 years ago
Allow subscripts for selecting by index at any point in a location step. More... over 11 years ago
Remove XPathResult#forEach(). More... over 11 years ago
Make Comparison's internals a bit more consistent. More... over 11 years ago
Implement the following-sibling axis. More... over 11 years ago
Implement selection of matches by numeric index. More... over 11 years ago
Implement predicates based on the text value of a child node. More... over 11 years ago
Gah, left a spec hack in by mistake. More... over 11 years ago
Allow concat() to process attribute values. More... over 11 years ago
Handle comparisons where the RHS is multivalued. More... over 11 years ago
Update the Canopy URL. More... over 11 years ago
Update the README. More... over 11 years ago
Generate a source map. More... over 11 years ago
Test behaviour of missing vs empty attributes. More... over 11 years ago
The not() function should consider all strings as true. More... over 11 years ago
If a predicate atomizes to an empty string, it should be considered true. More... over 11 years ago
Remove a console.log() call. More... over 11 years ago
Make normalize-space squash *all* space in the string. More... over 11 years ago
Remove runtime dependency on JS.Class. More... over 11 years ago
Migrate to the release version of Canopy. More... over 11 years ago
Get dependencies using npm. More... over 11 years ago
Implement the string() function. More... about 13 years ago
Update JS.Class and spec definitions. More... about 13 years ago
So apparently selected (and probably checked) aren't included in the #attributes list. More... over 13 years ago
Semi-functional implementation of implicit iteration when node sets are used in comparisons. More... over 13 years ago
Implement the name() function. More... over 13 years ago