-
Notifications
You must be signed in to change notification settings - Fork 5
/
Changes
58 lines (31 loc) · 937 Bytes
/
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
Revision history for Perl extension Mojolicious-Plugin-BootstrapPagination
{{$NEXT}}
0.13 2015-01-08T12:20:05Z
- Add I18N feature
- allow to set configs when plugin is registered
0.12 2014-10-25T00:47:43Z
- Inherit query parameters from the current request
- Replace `..` in slice with `…` c99358b
- Changed markup for active page in Bootstrap 3
0.11 2014-08-28T09:40:07Z
- add options
0.10 2014-08-28T23:28:40Z
- add more options
0.09 2014-03-31T12:20:23Z
- fix document
0.08 2014-03-12T09:46:56Z
- add dependency to test
0.07 2014-03-04T23:01:14Z
- add document
0.06 2014-03-04T11:47:34Z
- add document
0.05 2014-03-03T23:03:09Z
- add tests
0.04 2014-03-03T10:47:45Z
- add class option
0.03 2014-03-02T20:04:42Z
- change helper name
0.02 2014-03-02T19:54:15Z
- fix document
0.01 2014-03-02T19:41:49Z
- original version