catagits/HTML-Zoom.git
2010-06-03 Rok Ružič CSS parser implementation rox
2010-04-27 Rok Ružič added the other example to synopsis.t
2010-04-17 Arthur Axel... Merge branch 'master' of catagits@git.shadowcat.co...
2010-04-17 Arthur Axel... more tests
2010-04-16 Arthur Axel... commit tests, uncomment codez
2010-04-14 Arthur Axel... fix tests and make them pass woo!
2010-04-13 Arthur Axel... some refactor plus actual tests for selectors
2010-04-12 Arthur Axel... E[attr*="foo"]
2010-04-12 Arthur Axel... E[attr$="foo"]
2010-04-12 Arthur Axel... E[attr]
2010-04-12 Arthur Axel... el[attr~="foo"]
2010-04-12 Arthur Axel... need to rearrange things to keep them working
2010-04-11 Arthur Axel... el[attr="foo"]
2010-04-11 Arthur Axel... el#id
2010-04-11 Arthur Axel... el.class
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-03-17 Matt S Trout first cut at docs for Zoom.pm
2010-02-22 markie Template::Tiny support for text filtering
2010-02-20 Matt S Trout refactor slightly and clean up selector code a bit
2010-02-19 Matt S Trout few extra utility routines
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 add .gitignore file
2010-02-18 Matt S Trout nuke debugging code
2010-02-18 Matt S Trout first cut at repeater
2010-02-17 Matt S Trout introduce superclass for streams
2010-02-17 Matt S Trout move collector construction outside filter subs
2010-02-17 Matt S Trout change collect to empty its into argument at the start...
2010-02-17 Matt S Trout switch replace to collect then emit, document that...
2010-02-17 Matt S Trout move collect method to a more sensible place in FilterB...
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-05 Matt S Trout move into arg into options too
2010-02-05 Matt S Trout make collect API take a hashref for options
2010-02-03 Matt S Trout let collect handle the in_place_close logic for add_aft...
2010-02-03 Matt S Trout basic stuff working