update changelog in prep for release
[catagits/CatalystX-Declare.git] / t / lib / TestApp / Controller / Foo.pm
2009-12-21 Robert 'phaylon... fixed query parameter access
2009-08-21 Robert 'phaylon... implemented action dispatching by type
2009-08-16 Robert 'phaylon... added namespace test to normal suite
2009-08-03 Robert 'phaylon... fixed action signature error handling 0.002
2009-07-31 Robert 'phaylon... fixed capture args error in under blocks
2009-07-31 Robert 'phaylon... validation error now leads to 400 bad request
2009-07-30 Robert 'phaylon... complete overhaul, now with documentation
2009-07-28 Robert 'phaylon... moved to CatalystX::Declare
2009-05-11 Robert 'phaylon... allow under specification inside action syntax via <-
2009-05-11 Robert 'phaylon... private actions work again
2009-05-10 Robert 'phaylon... added final syntax element
2009-05-09 Robert 'phaylon... added action classes and roles
2009-05-09 Robert 'phaylon... accessing action in tests now, needs D:D fix
2009-05-09 Robert 'phaylon... allow nested under { } blocks
2009-05-08 Robert 'phaylon... cleanups and tests
2009-05-08 Robert 'phaylon... first rudimentary implementation