Revision history for Mojolicious-Plugin-Gzip

0.04  2019-04-28 17:40:40 CDT
        - Make Test::Exception a test dependency.
        - Update documentation to suggest using Mojolicious::Static::Role::Compressed to serve compressed files.

0.03  2019-03-25 22:07:04 CDT
        - Inherit from Mojolicious::Plugin instead of Mojolicious::Plugin::Config.
        - Remove call to fix_headers.
        - Fixed flakey tests by comparing the gunzipped text with the original text instead of comparing the gzipped text.
        - Adding warning about how module is inefficient with large files.

0.02  2019-03-24 22:33:20 CDT
        - Require Mojolicious 8.02.
        - Add Test::Exception to required dependencies.

0.01  2019-03-24 18:25:20 CDT
        - Initial release