Skip to content

Releases: johnpryan/shelf_gzip

v4.0.0

07 Dec 07:10
cc21cc5

Choose a tag to compare

  • Null Safety compliant.
  • Added:
    • createGzipMiddleware: can create a Middleware with a custom compressionLevel.
    • acceptsGzipEncoding: checks if a Request accepts gzip encoding.
    • gzipEncodeResponse: converts a Response to a gzip encoding response.
    • isAlreadyCompressedContentType and isAlreadyCompressedExtension: checks if is already compressed.
  • Optimized bytes reading and compression.
  • Added an example.
  • Improved API documentation.
  • lints: ^1.0.0
    • Using lints/recommended.yaml
  • test: ^1.16.0
    • Added basic tests.
  • CI: Added GitHub action.