-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathChanges
50 lines (35 loc) · 1.27 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
Revision history for Mojolicious-Plugin-Directory
{{$NEXT}}
0.14 2017-04-30T04:13:45Z
- changed required version to Mojolicious 7.15 or higher.
0.13 2017-04-30T03:54:40Z
- fixed issue #5. thanks plicease@github
0.12 2016-07-22T02:21:24Z
- fixed to pass the test with Mojolicious 7.
0.11 2015-04-28T03:13:29Z
- fixed a bug in the test.
0.10 2015-04-27T13:56:32Z
- fixed the test because Mojolicious::Types came get the json MIME type with charset.
0.09 2015-01-29T02:20:25Z
- fixed to use Mojo::JSON with functional interface. thanks reneeb@github
- minillaize
0.08 2013-06-09 16:34:06 JST
- added auto_index configuration. thanks ChinaXing@github
- added json configuration.
0.07 2013-05-17 11:50:14 JST
- changed to Mojolicious::Controller#render from Mojolicious::Controller#render_data
- millaize
0.06
- added dir_index configuration
0.05
- modified the order of handler execution
0.04
- fixed to get request path with Mojo::URL->path
- changed to "$cur_path" from "$cur_url" in dir_page tempalte
0.03
- fixed to pass the test on Windows
0.02
- added dir_page configuration
- added handler configuration
0.01
- original version