0.14 Sun, 02 May 2010 00:58:39 +0200
* Add repository metadata (Tomas Doran).
0.13 Sat, 20 Mar 2010 12:23:14 +0100
* Make the reader methods for _action_roles and _action_role_args not be
context-sensitive and always return a plain list.
0.12 Sat, 18 Jul 2009 00:41:15 +0100
* More correct method for getting the app class. Can't test this yet,
as the canonical example ($self being an anon class) doesn't work in
core Catalyst yet :(
* Do not need an _action_role_prefix method, so that in future it is easier to
pull the code out into a role.
* Add tests for compatibility when used with Action::REST
0.11 Sun, 24 May 2009 17:57:15 +0200
* Retain compatibility with latest Catalyst-Runtime (NAKAGAWA Masaki).
0.10 Fri, 10 Apr 2009 01:46:36 +0200
* No changes since 0.09, except for actually including the changelog entries.
0.09 Fri, 10 Apr 2009 01:45:48 +0200
* Change the default role search path from ::Action::Role:: to
::ActionRole::.
0.08 Thu, 02 Apr 2009 12:00:59 -0700
* Minor POD tweaks (hdp)
0.07 Wed, 01 Apr 2009 12:18:43 -0700
* Make empty prefix ('Foo') search MyApp::Action::Role before falling back to
Catalyst::Action::Role (hdp)
0.06 Wed, 01 Apr 2009 16:29:37 +0200
* Don't depend on parent.pm for the tests.
0.05 Tue, 31 Mar 2009 00:27:54 +0200
* Replace BUILDARGS hack that also doesn't work with
Catalyst-Runtime 5.71001 (hdp)
0.04_01 Sun, 29 Mar 2009 13:28:24 +0200
* Remove moose component backward-compatibility hacks. Depend
on Catalyst 5.71001 instead, which should provide sufficient
backward-compat now.
0.03 Sat, 28 Mar 2009 04:12:49 +0100
* Don't screw up ActionClass attributes.
- Add tests for this (Jason Kohles).
0.02 Sat, 21 Feb 2009 02:08:40 +0100
* Don't rely on parent being installed for the test suite.
0.01 Fri, 20 Feb 2009 13:43:10 +0100
* Initial release.