Releases: johnpryan/shelf_gzip
Releases · johnpryan/shelf_gzip
v4.0.0
- Null Safety compliant.
- Added:
createGzipMiddleware: can create aMiddlewarewith a customcompressionLevel.acceptsGzipEncoding: checks if aRequestacceptsgzipencoding.gzipEncodeResponse: converts aResponseto agzipencoding response.isAlreadyCompressedContentTypeandisAlreadyCompressedExtension: checks if is already compressed.
- Optimized bytes reading and compression.
- Added an example.
- Improved API documentation.
- lints: ^1.0.0
- Using
lints/recommended.yaml
- Using
- test: ^1.16.0
- Added basic tests.
- CI: Added GitHub action.