fix bug where first event isn't passed to filter during collect w/out inside
[catagits/HTML-Zoom.git] / lib / HTML / Zoom / FilterBuilder.pm
2011-02-14 Matt S Trout fix bug where first event isn't passed to filter during...
2011-02-14 Matt S Trout add strictures commit (out of order)
2011-01-24 Jakub Narebski Documenting HTML::Zoom::FilterBuilder further
2011-01-24 Jakub Narebski HTML::Zoom::FilterBuilder: =head2 sections should not...
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-23 John Napiorkowski remove stuff from synopsis that does not directly relat...
2010-09-23 John Napiorkowski got going on docs and a start on a reasonable synopsis
2010-09-22 John Napiorkowski further stubbing of methods
2010-09-22 John Napiorkowski stubbed out HZ:FB
2010-07-01 Matt S Trout shallow copy event hashes for is_in_place_close handlin...
2010-07-01 Matt S Trout make then() work on streams and fix up replace_content...
2010-03-17 Matt S Trout first cut at docs for Zoom.pm
2010-02-20 Matt S Trout refactor slightly and clean up selector code a bit
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-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 replace inside
2010-02-06 Matt S Trout add peek method to streams, implement 'inside' for...
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