forked from plack/Plack-Middleware-Deflater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
40 lines (28 loc) · 1.35 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
Revision history for Perl extension Plack::Middleware::Deflater
0.12 Thu Sep 12 11:31:07 JST 2013
- add plack.skip-deflater flag for skip all Deflater features
0.11 Tue Aug 6 23:24:07 JST 2013
- fix bug around crc calculation and footer generation. Thanks syohex-san
0.10 Fri Jul 19 10:42:33 JST 2013
- replace IO::Compress with PM::Deflater::Encoder for performance improvement
0.09 Mon May 24 14:24:04 JST 2013
- buffering a first chunk. It contains only the gzip header
0.08 Mon Jun 18 23:40:04 JST 2012
- do compress->close instead of autoflush to write gzip footer
0.07 Mon Jun 11 17:13:20 JST 2012
- added perlcriticrc, no code changes
0.06 Wed May 16 18:24:27 JST 2012
- Support Streaming, Thank you ranguard.
0.05 Wed Jun 22 23:28:32 JST 2011
- No code changes
- Added Test::Requires to build_requires
- Fixed pod
0.04 Mon May 16 12:58:30 JST 2011
- Added content_type and vary_user_agent options (kazeburo)
- Added psgix.no-compress and psgix.compress-only-text/html enviroment value like Apache mod_deflate (kazeburo)
0.03 Fri Apr 2 16:30:32 PDT 2010
- Fixed unused variables warnings (obra)
0.02 Sun Nov 29 13:37:29 JST 2009
- initial CPAN release, separated from Plack core dist
0.01 Sun Nov 29 13:31:48 2009
- original version