forked from sukria/Dancer-Plugin-REST
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathChanges
More file actions
88 lines (64 loc) · 2.18 KB
/
Changes
File metadata and controls
88 lines (64 loc) · 2.18 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Revision history for {{$DIST}}
{{$NEXT}}
[API CHANGES]
[BUG FIXES]
[DOCUMENTATION]
[ENHANCEMENTS]
[NEW FEATURES]
[STATISTICS]
0.12 2026-01-25
[ENHANCEMENTS]
- Move to Test2 for the testing.
- use Dancer::HTTP as the source of truth for the http codes.
[STATISTICS]
- code churn: 15 files changed, 274 insertions(+), 89 deletions(-)
0.11 2014-03-25
[BUG FIXES]
- Routes with ':id.:format' were not created properly. (GH#3, reported by
garu)
[STATISTICS]
- code churn: 4 files changed, 68 insertions(+), 3 deletions(-)
0.10 2014-03-22
[BUG FIXES]
- Requires Dancer v1.3111 or better. (GH#2, reported by OverlordQ)
[ENHANCEMENTS]
- 'resource' can now be used with a subset of its actions.
[STATISTICS]
- code churn: 4 files changed, 42 insertions(+), 25 deletions(-)
0.09 2014-03-11
[BUG FIXES]
- Skip test if XML::Simple is not installed.
[STATISTICS]
- code churn: 2 files changed, 26 insertions(+), 3 deletions(-)
0.08 2014-03-10
[BUG FIXES]
- 'prepare_serializer_for_format' was clobbering the default serializer.
(RT#93478, reported by Pierre Vigier, fix by Yanick Champoux)
- serializer not detected in time for first deserialization. (RT#78437,
reported by Andrew Solomon, fix by Yanick Champoux)
[STATISTICS]
- code churn: 12 files changed, 172 insertions(+), 111 deletions(-)
0.07 2011-11-01
- Minor updates to fix warnings with Dancer 1.3080
- Fix POD (Alexis Sukrieh)
0.06 2011-05-28
[TEST SUITE]
- Skip test t/03_resource.t if Dancer is not >= 1.3059_01 A bug in
Dancer::Test in previous versions prevent the test from passing.
0.05 2011-03-04
[BUG FIXES]
- Fix the test suite with dancer_response
- Fix dependencies: Dancer 1.3014
0.04 2010-12-22
- Add all HTTP response status (Alexis Sukrieh)
0.03 2010-10-18
- New keywords for ReST response status (status_ok, status_created, ...)
(Franck Cuny)
0.02 2010-10-14
- 100% coverage
- fix a bug in 'resource' (order of route hander definition)
0.0001_01 2010-05-06
- Support for prepare_serializer_for_format keyword autoamtically set a
serializer according to params->{format}
- Support for resource definition When a resource is defined a set of
routes are defined in a RESTful manner.