-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathChanges
60 lines (46 loc) · 2.13 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
0.15 Thu, 26 Aug 2010 00:22:42 +0200
* Improvements to documentation (William King, Tomas Doran)
* Don't apply roles to special internal catalyst actions
(Alex J. G. Burzyński)
* Honour action_args configuration to allow setting role attributes
(John Napiorkowski)
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.