-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChanges
54 lines (40 loc) · 1.63 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
Revision history for CatalystX-Controller-Sugar
0.0702 Sun May 2 07:13:41 CEST 2010
- fix chain foo => $int => sub{}: Args is now set to the correct
value.
0.0701 Sat Apr 3 12:50:41 CEST 2010
- fix t/99-pod*.t
0.07 Sat Apr 3 11:19:53 CEST 2010
- update t/
- update Changes date
0.06 Tue Jan 5 22:07:00 CET 2010
- change "use Moose" is not required
- add namespace::clean to clean up droppings
0.05 Wed Dec 16 22:45:00 CET 2009
- add CatalystX::Controller::Sugar::Plugin can be injected into
non-existent controller
0.04 Mon Okt 5 21:01:08 CET 2009
- add CatalystX::Controller::Sugar::Plugin
- fix report check if $level is valid
- change stash() and session() can return the raw hash
0.03 Tue Sep 22 23:26:08 CET 2009
- add report() for logging
- fix while(1) bug in session()
0.02 Mon Sep 14 22:10:00 CET 2009
- fix root-action "inheritance"
- name of chains with captures is different
- "foo:$Int" instead of "foo", where $Int is the number of captures
0.01 Fri Aug 21 22:00:19 CET 2009
- add support for /absolute paths in chains
- add forward() and go()
- fix default/index page
0.00_010 Sun Aug 16 15:48:48 CET 2009
- change: chained() renamed to chain()
0.00_003 Sat Aug 15 15:39:53 CET 2009
- add c(), controller() and captured()
- add support for named captures
0.00_002 Sat Aug 15 02:43:16 CET 2009
- add chained() and private()
- add res() and req()
0.00_001 Thu Aug 6 20:00:36 CET 2009
- add stash() and session()