File: Changes

package info (click to toggle)
libplack-middleware-crossorigin-perl 0.007-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 152 kB
  • sloc: perl: 197; makefile: 11
file content (32 lines) | stat: -rw-r--r-- 958 bytes parent folder | download
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
Revision history for Plack-Middleware-CrossOrigin

0.007     Sep 12 2011
 - Add continue_on_failure to allow requests to be processed as if the module was not used.
 - Note required version of Test::More
 - Fix POD formatting

0.006     Jun 16 2011
 - Only apply WebKit workaround to older versions
 - additional documentation and references, including notes on CSRF
     protection
 - Added a psgi script to help test browser behavior

0.005     Mar 16 2011
 - Add a workaround for WebKit browsers with preflighted GET requests.

0.004     Feb 08 2011
 - Allow setting expose_headers to * to allow all headers.
 - Fix cross origin OPTIONS requests.
 - Include all default HTTP and WebDAV methods by default.
 - Include common WebDAV and web framework headers as allowed headers by
     default.

0.003     Sep 22 2010
 - Fixed handling of expose_headers

0.002     Sep 21 2010
 - Fixed handling of allowed headers

0.001     Sep 19 2010
 - Initial release