Revision history for Perl extension Plack::Middleware::Deflater
0.14 2024-05-12 12:08:29 PDT
- remove .bak file #18 (skaji)
0.13 2024-05-10 14:50:50 PDT
- Do not clobber existing Content-Encoding from the inner app #17 (plicease)
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