update changelog in prep for release
[catagits/CatalystX-Declare.git] / lib /
2010-10-06 John Napiorkowski reverted meaningless code style changes
2010-10-05 John Napiorkowski fixed typo
2010-10-05 John Napiorkowski shifting around makefile stuff and get rid of attribute...
2010-10-05 John Napiorkowski fixed problem with deep trait parameters
2010-08-31 John Napiorkowski versioned and tagged for release 0.014
2010-08-31 John Napiorkowski fixed regression with action_role namespaces being...
2010-08-25 John Napiorkowski prepping for release 0.013
2010-08-13 John Napiorkowski more docs and examples
2010-08-13 John Napiorkowski more docs for action traits and additional compat wedges
2010-08-13 John Napiorkowski support multiply attributes of the same name using...
2010-08-10 John Napiorkowski parse actionrole params and pass them to attributes
2010-08-10 John Napiorkowski use roles_with_args
2010-08-10 John Napiorkowski let us use CCAR instead of doing our own thing
2010-08-10 John Napiorkowski add minimum perl
2010-08-10 Robert 'phaylon... preparation for 0.12
2010-08-10 Robert 'phaylon... small parameter match fix
2010-01-13 Robert 'phaylon... small fix
2009-12-21 Robert 'phaylon... fixed query parameter access
2009-10-11 Robert 'phaylon... ah, to hell with it. private trait now documented
2009-10-11 Robert 'phaylon... private actions now have default signature of (@)
2009-10-11 Robert 'phaylon... all roles are now applied at once
2009-10-11 Robert 'phaylon... some minor fixes
2009-09-18 Robert 'phaylon... dynamic runtime and role fixes
2009-09-18 Robert 'phaylon... better comments for weird parts of code
2009-09-18 Robert 'phaylon... action names are now parameterizable
2009-09-18 Robert 'phaylon... better docs for params and complex string test
2009-09-18 Robert 'phaylon... 'under' and 'as' are parameterizable
2009-09-17 Robert 'phaylon... parameterized roles now available
2009-09-17 Robert 'phaylon... version bump
2009-09-13 Robert 'phaylon... version 0.010 api fixes 0.010
2009-08-21 Robert 'phaylon... validation docs were in wrong order
2009-08-21 Robert 'phaylon... bumped version
2009-08-21 Robert 'phaylon... prereq update
2009-08-21 Robert 'phaylon... added context var description
2009-08-21 Robert 'phaylon... implemented action dispatching by type
2009-08-20 Robert 'phaylon... fixed bug with under block leaking its setting to follo...
2009-08-20 Robert 'phaylon... fixed bug where setup wasn't called without plugins
2009-08-20 Robert 'phaylon... fixed non-moosey action classes and documented isa...
2009-08-18 Robert 'phaylon... version bump
2009-08-18 Robert 'phaylon... preparations for new MXDs MXRP usage, signature api fix
2009-08-16 Robert 'phaylon... default_inner doesn't care about arguments anymore
2009-08-16 Robert 'phaylon... version bump
2009-08-16 Robert 'phaylon... allow ::Namespace shortcut to be used in controller...
2009-08-16 Robert 'phaylon... bumped version
2009-08-16 Robert 'phaylon... fixed up to new MXD api
2009-08-13 Robert 'phaylon... fix for new MXMS powered MooseX-Declare
2009-08-12 Robert 'phaylon... bumped version
2009-08-07 Robert 'phaylon... updated changes and docs
2009-08-07 Robert 'phaylon... changed type validation error to 404
2009-08-05 Robert 'phaylon... bumped version after 0.004 release
2009-08-04 Robert 'phaylon... added model and controller
2009-08-04 Robert 'phaylon... component_role -> controller_role
2009-08-03 Robert 'phaylon... bumped version after 0.003 release
2009-08-03 Robert 'phaylon... bumped version after 0.002 push to cpan
2009-08-03 Robert 'phaylon... fixed action signature error handling 0.002
2009-08-01 Robert 'phaylon... fixed missed Changes date, bumped version
2009-08-01 Robert 'phaylon... controller_role => component_role 0.001
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-31 Robert 'phaylon... doc fixups, actions default to no chaining
2009-07-31 Robert 'phaylon... added experimental warning to main pod
2009-07-31 Robert 'phaylon... more and a bit better organized tests
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... allow nested under { } blocks
2009-05-08 Robert 'phaylon... cleanups and tests
2009-05-08 Robert 'phaylon... first rudimentary implementation