handle ) as last character of composite spec
[catagits/Web-Simple.git] / lib / Web / Dispatch / Parser.pm
2014-05-20 Matt S Trout handle ) as last character of composite spec
2012-07-15 Robert Sedlacek allow parameter names to contain dots
2012-04-27 Matt S Trout basic named path part matching
2012-01-30 Christian Walde added match_true and match_false
2012-01-30 Christian Walde the ... part of '/foo...' should match ONLY empty strin...
2012-01-30 Christian Walde allow matching of empty path with the spec ~
2012-01-30 Christian Walde allow subdispatch to apply even when the url has no...
2012-01-30 John Napiorkowski the "word" path part regex only allows singular period...
2012-01-30 Andrew Rodland Allow dots in path matchers, so that sub (/foo.html...
2011-10-04 Christian Walde enable matching of empty string specs
2011-10-03 Matt S Trout experimental upload support
2011-09-23 Matt S Trout add *.* and **.* dispatch patterns
2010-12-15 Matt S Trout isolate param matching in Predicates
2010-12-15 Matt S Trout factor out and simplify param parsing logic
2010-12-15 Matt S Trout cleanup match_ usage
2010-12-15 Matt S Trout factor out match_not
2010-12-15 Matt S Trout refactor dispatch some more
2010-12-15 Matt S Trout handle strings as well as prototypes
2010-12-14 Robin Edwards adapted to take dashes
2010-11-19 Matt S Trout factor dispatcher out into Web::Dispatch
2010-11-19 Matt S Trout make non-/-terminated path matches allow an extension
2010-11-19 Matt S Trout factor dispatch parser out