0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated version info to 0.1.1 More... over 16 years ago
Added generic Find and FindAll More... over 16 years ago
Added findall and find to tags and document More... over 16 years ago
Fixed bug with quoted attribute matchers and added test for it More... over 16 years ago
No longer need invalid closing tags to make tests pass in the Simple.html More... over 16 years ago
Fixed a lot of parsing problems with nestable tags that allow nesting themselves, and an incorrect list of self closing tags More... over 16 years ago
Got :not selector working I think More... over 16 years ago
Added lang filter More... over 16 years ago
Added checked, disabled, empty, enabled, first-child, nth-of-type, only-child, only-of-type selector filters More... over 16 years ago
Added first-child, first-of-type, last-child, last-of-type selectors More... over 16 years ago
Added pseudo function selectors, need to add no-paramater versions for them into the parser More... over 16 years ago
Added nth-child filter More... over 16 years ago
Added root filter More... over 16 years ago
Added the rest of the attribute tests and implementations. Need to fix html parser's problem with self closing tags More... over 16 years ago
Added attribute exact filter tests and implementation More... over 16 years ago
Added attribute exists test and passing code More... over 16 years ago
Added universal selector test More... over 16 years ago
Added all the combinators and id and class filters More... over 16 years ago
Added child combinator More... over 16 years ago
Added filter interface and descendant combinator apply More... over 16 years ago
Updated test run config to deploy the simple.html to the test folder so the test can read that file More... over 16 years ago
Fixed a problem with empty documents and missing the last node More... over 16 years ago
First selector test working (TypeSelector) More... over 16 years ago
Started adding selector tests, and fixed NextSibling and PreviousSibling since they were broken and they're need for combinators More... over 16 years ago
Added negation filter tests and passing parser code More... over 16 years ago
Changed method names to be about filters instead of selectors for the filtering stuff More... over 16 years ago
Refactored ParseAttributeSelector More... over 16 years ago
Refactored parsing of pseudo filters More... over 16 years ago
Started on refactoring More... over 16 years ago
Merge branch 'master' of [email protected]:wallerdev/htmlsharp More... over 16 years ago