Revision history for Perl extension Plack::Middleware::Deflater
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