forked from PerlDancer/Dancer2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
111 lines (87 loc) · 3.77 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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
NEXT
[ DEPRECATION ]
* Dancer2::Plugin drops support for Dancer 1 (issue #207)
a DEPRECATION notice is issued when a plugin uses the old syntax
(Alexis Sukrieh, Mokko, David Golden)
[ ENHANCEMENTS ]
* Add support for HTTP_X_FORWARDED_PROTO (Yanick Champoux)
[ DOCUMENTATION ]
* Lots of documentation cleanup (Mokko)
0.04 - 2013-04-22 (Alexis Sukrieh)
[ BUG FIXES ]
* Fix "Internal Sever Error" when sending a file with send_file
(Dinis Rebolo)
* Allow the setting of the 'views' directory, like stated in documentation
(Alexander Karelas)
[ ENHANCEMENTS ]
* Implement Dancer2::Test file uploads (Steven Humphrey)
* Give Dancer2::Test the ability to handle multiselect inputs
(Steven Humphrey)
* Make Cookie objects stringify to their value. (David Precious)
* New routines for Dancer2::Test to check pod coverage in apps routes
(Dinis Rebolo)
* New script dancer2 to bootstrap an application (mokko)
* Fix tests when running under Windows environments (Russell Jenkins)
* Serializing modify the response's content type (Yanick Champoux)
[ DOCUMENTATION ]
* Make introduction more fluid in Dancer2's POD. (mokko)
[ PACKAGING ]
* Remove prereq Digest::SHA (mokko)
* Dancer::P::Bcrypt recomends Dancer::P::Passphrase (Blabos de Blebe)
0.03 - 2013-03-07 (Alexis Sukrieh)
[ ENHANCEMENTS ]
* Don't create a session when just checking if a value exists
(David Golden)
* Only flush sessions if they are dirty
(David Golden)
* Allow the default template file extension to be changed.
(David Precious)
* Add on_plugin_import function to Dancer2::Plugin (David Golden)
(Fix for issue #284)
[BUG FIXES]
* Dancer2::ModuleLoader now use Module::Runtime at its core
(issue #166, Yanick Champoux)
[ DOCUMENTATION ]
* changed <% to [% in documentations (Alexander Karelas)
* Improve Dancer2::Plugin documentation (David Golden)
0.02 - 2013-02-24 (Alexis Sukrieh)
[ DOCUMENTATION ]
* No more "TODO" tokens in the documentations
* More documentation for Core classes
(Alexis Sukrieh)
[ ENHANCEMENTS ]
* Removed the "api_version" code that is useless and was breaking some
tests.
(Alexis Sukrieh)
0.01
[ ENHANCEMENTS ]
* Dancer::Test takes a hash instead of an array for better backward
compatibility with Dancer 1.
(Celogeek)
* Session revamp: better decoupling between Session and SessionFactory,
support for session destruction and session values deletion. Everythin
regarding session settings is now configurable.
(David Golden).
* Add route_exists and route_doesnt_exist in Dancer::Test (Mokko)
* session cookie duration can be expressed with human readable strings
* instead of numeric values (Alexis Sukrieh, issue #157).
[ BUG FIXES ]
* The engine configuration is now passed down to
Dancer::Template::Implementation::ForkedTiny (Damien Krotkine).
* Dancer App lookup now try to detect the dir "bin" and "lib" or ".dancer"
file. (Celogeek)
* Issues #125 and #126
Support for configuration bits for session objects, possible to change the
cookie name instead of the hard-coded value 'dancer.session'.
(Reported by David Golden, fixed by Alexis Sukrieh).
[ DOCUMENTATION ]
* Add more POD in Dancer::Test (Mokko)
1.9999_02
* Fix tests for previous release, tests cannot assume we're under Dancer 2
when the version is 1.9999
(Alexis Sukrieh)
1.9999_01
* First DEVELEOPER release of Dancer 2
complete rewrite of Dancer with a Moo backend.
(Alexis Sukrieh, David Precious, Damien Krotkine, SawyerX, Yanick Champoux
and others, plus Matt S. Trout as a reviewer).