-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Changes
50 lines (36 loc) · 1.71 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
Revision history for Dancer2-Plugin-Auth-HTTP-Basic-DWIW
0.0901 2023-10-22
- no code changes, only re-uploading without all the dependencies in the package (was too long since I last touched perl ^^')
0.09 2023-10-22
- fix for Dancer2 1.0.0: header keyword deprecated, replaced by response_header (thanks ANDK!)
- remove deprecated handler configuration (deprecated since 0.06, so Feb 2019)
0.0801 2020-09-30
- add repository URL to metacpan sidebar (thanks github @chorny!)
0.08 2020-08-07
- first first argument to route sub from Dancer2::Core::DSL
to Dancer2::Core::App - thanks github @m-doughty!
0.07 2019-11-05
- log error when check_login handler fails
0.06 2019-02-19
- new way to configure handlers, look out for deprecation warnings!
- allow returning custom content on authentication failure (HTTP 401)
0.05 2017-04-17
- fix passwords containing a colon (thanks Sascha Rudolph!)
- do not output error code as response body (fixes applications with serializer enabled)
0.04 2016-04-23
- patch for Dancer2 plugin api changes
- fixed duplicate sections in pod
- minor code formatting
0.03 2015-05-12
- Fixed problems on Perl versions prior to 5.14
- Migrated from Convert::Base64 to MIME::Base64, which
is included in perl by default.
- Migrated to Dist::Zilla
0.0202 2015-05-07
- Missing Build requirement: Convert::Base64
0.0201 2015-05-06
- Fixed the version number in POD.
0.02 2015-05-06
- Made the error handling nicer and more robust
0.01 2015-05-02
- First version, released on an unsuspecting world.