make FilterStream and MappedStream sensitive to being peeked so they peek the next...
[catagits/HTML-Zoom.git] / t /
2010-10-10 Matt S Trout make FilterStream and MappedStream sensitive to being...
2010-10-10 Matt S Trout mark todo-repeat.t as broken to prevent test fails
2010-10-10 Matt S Trout fixup todo-forms.t and rename to forms.t (now works)
2010-10-10 Matt S Trout rename span from todo since it now works
2010-10-04 John Napiorkowski trying to make the documentation a little more straight...
2010-10-01 John Napiorkowski added more docs
2010-09-30 John Napiorkowski started to fill out the set_attribute stub
2010-09-25 John Napiorkowski starting to work down the list of methods and figuring...
2010-09-24 John Napiorkowski changed add_attribute to add_to_attribute
2010-09-24 John Napiorkowski made the new FilterBuilder synopsis pass its test
2010-09-24 John Napiorkowski I am synopsis extractor!
2010-08-21 Matt S Trout the \G? means that the string in theory always matches...
2010-07-01 Matt S Trout make then() work on streams and fix up replace_content...
2010-05-28 Matt S Trout factor out ArrayStream, update new stream types to...
2010-05-28 Matt S Trout factor some code-based stream types out into classes
2010-05-28 Matt S Trout extend selector tests to check negative as well as...
2010-05-27 Joe Higton Improved selector parsing.
2010-05-27 Arthur Axel 'fREW... Commit tests
2010-05-26 Matt S Trout make comments and doctypes get passed through
2010-03-24 Oliver Charles Failing test for doctypes.
2010-03-24 Simon Elliott doctype test
2010-03-21 Oliver Charles Added failing tests
2010-02-18 Matt S Trout add stub synopsis.t to fail if you forgot to extract...
2010-02-18 Matt S Trout introduce ZConfig system, first cut at HTML::Zoom itself
2010-02-18 Matt S Trout add repeat_between option to repeat filter
2010-02-18 Matt S Trout pre-filter for collect/repeat/replace
2010-02-18 Matt S Trout switch from 'inside' to 'content' terminology wise
2010-02-18 Matt S Trout nuke debugging code
2010-02-18 Matt S Trout first cut at repeater
2010-02-06 Matt S Trout test append_inside
2010-02-06 Matt S Trout test replace inside
2010-02-06 Matt S Trout add peek method to streams, implement 'inside' for...
2010-02-06 Matt S Trout test attribute manglers
2010-02-05 Matt S Trout test collect in isolation
2010-02-03 Matt S Trout basic stuff working